X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=scripts%2Frc.sysinit;h=3fc5fbd00681b88e73350ace8902dbcd6845cb41;hb=223c3a647b3a6e41f788c2323c067a581c3bc1dd;hp=3a0e37944692941943afd8528a0755c580a022de;hpb=5e333b986783db3950cf5b72736721da243191b5;p=startuptools diff --git a/scripts/rc.sysinit b/scripts/rc.sysinit index 3a0e379..3fc5fbd 100644 --- a/scripts/rc.sysinit +++ b/scripts/rc.sysinit @@ -61,16 +61,33 @@ status_begin loading sysctl.conf sysctl -q -p status_check -# * set up /dev +# * fsck and mount filesystems + +#status_starting fsck of / +#mount -o remount,ro / +#fsck -A -T +# TODO actually check the return value +status_begin remounting root filesystem rw +mount -o remount,rw / +status_check + +status_begin running depmod +depmod +status_check + +# set up /dev -if [ -x /bin/mdev ] && [ ! is_true "$USE_UDEVD" ]; then - echo /bin/mdev > /proc/sys/kernel/hotplug +if [ -x /sbin/mdev ] && ! is_true "$USE_UDEV" ; then + status_begin setting up mdev + echo > /dev/mdev.seq + echo /sbin/mdev > /proc/sys/kernel/hotplug + /sbin/mdev -s + status_check elif [ -x /sbin/udevd ]; then ## ## begin voodoo scripting from lfs-initscripts ## - # udev will handle hotplugs echo > /proc/sys/kernel/hotplug @@ -97,7 +114,7 @@ elif [ -x /sbin/udevd ]; then status_begin 'waiting for udevadm to settle' udevadm settle status_check - # fi + # fi # If any LVM based partitions are on the system, ensure they # are activated so they can be used. @@ -111,15 +128,6 @@ fi swapon -a -# * fsck and mount filesystems - -#status_starting fsck of / -#mount -o remount,ro / -#fsck -A -T -# TODO actually check the return value -status_begin remounting root filesystem rw -mount -o remount,rw / -status_check # mount any remaining filesystems status_begin mounting remaining filesystems