--- etc/rc.shutdown 2005-12-17 19:32:20.000000000 +0100 +++ /etc/rc.shutdown 2006-02-01 01:00:15.000000000 +0100 @@ -61,7 +61,11 @@ stat_done stat_busy "Unmounting Filesystems" -/bin/umount -a +/bin/umount -tnoproc,noprocfs,nodevfs,nosysfs,nousbfs,nousbdevfs,nodevpts -d -a -r +stat_done + +stat_busy "Remounting Root Filesystem Read-Only" +/bin/mount -n -o remount,ro / stat_done if [ "$USELVM" = "yes" -o "$USELVM" = "YES" ]; then @@ -80,9 +84,9 @@ fi fi -stat_busy "Remounting Root Filesystem Read-only" -/bin/mount -n -o remount,ro / -stat_done +#stat_busy "Remounting Root Filesystem Read-only" +#/bin/mount -n -o remount,ro / +#stat_done # Power off or reboot if [ "$RUNLEVEL" = "0" ]; then