In the /etc/init.d/halt.sh script the remount command is like this: mount -n -f -o remount,ro .... Should be: mount -n -o remount,ro ..... The -f flag is to Fake the commmand Reproducible: Always Steps to Reproduce: 1. Emerge gentoo 2. Maybe it's got something todo with the ~x86 flag 3. Reboot or Halt Actual Results: Filesystem is not cleanly unmounted, losing hard work :P Expected Results: remount the root filesystem readonly
*** Bug 33775 has been marked as a duplicate of this bug. ***
*** This bug has been marked as a duplicate of 33271 ***