d2a8e98a8b10ba09b2a9da34326b526a inittab
-ef539e1a7680641ef76b38001eb86682 rc
+3858dfcab370c4e9b9d7356a1d3464a1 rc
c8fe38143dffbbc628a7a33966fae408 rc.conf
afe5cd67920474246ae74e54a9845339 rc.fix
d1be35927946756c68242f29c16ee983 rc.local
. /etc/rc.conf
# Start udev
-/bin/mount -n -t proc none /proc
-/bin/mount -n -t sysfs none /sys
+/bin/mount -t proc none /proc
+/bin/mount -t sysfs none /sys
/sbin/start_udev
# Create device-mapper device nodes and scan for LVM volume groups
/sbin/vgchange --ignorelockingfailure -a y
fi
+# Scan for btrfs volumes to simplify fstab entries
+if [ -r /sys/fs/btrfs ]; then
+ /sbin/btrfs dev scan
+fi
+
# Mount root read-only
-/bin/mount -n -o remount,ro /
+/bin/mount -o remount,ro /
if [ -f /forcefsck ]; then
FORCEFSCK="-f"
/sbin/sulogin -p
echo "Automatic reboot in progress..."
/bin/umount -a -r
- /bin/mount -n -o remount,ro /
+ /bin/mount -o remount,ro /
/sbin/reboot -f
exit 0
fi
# Mount local filesystems
-/bin/mount -n -o remount,rw /
-/bin/umount /sys /proc
-/bin/rm -f /etc/mtab*
-/bin/touch /etc/mtab
/bin/mount -o remount,rw /
/bin/mount -a -O no_netdev