mirror of
https://github.com/topjohnwu/selinux.git
synced 2025-03-05 01:38:44 +00:00

Fix the following ambiguous output (from booting with init=/bin/sh): # /usr/sbin/fixfiles onboot /usr/sbin/fixfiles: line 313: /.autorelabel: Read-only file system /usr/sbin/fixfiles: line 317: /.autorelabel: Read-only file system System will relabel on next boot System will not relabel on next boot if we couldn't create ./autorelabel (In case anyone reading this description is still confused: To run `fixfiles onboot` after booting with init=/bin/sh, you must first run `mount / -oremount,rw`).