fs

morpheus filesystem files
git clone git://git.2f30.org/fs
Log | Files | Refs

commit d982f6826f5adf82d03f5bba7badd9b3e774dd5c
parent ea41be0d6c796226bf363fd6c40b11f873758702
Author: sin <sin@2f30.org>
Date:   Sat, 15 Mar 2014 19:53:42 +0000

Set smdev as kernel hotplug early

Diffstat:
Mbin/rc.init | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/bin/rc.init b/bin/rc.init @@ -29,6 +29,9 @@ mount -o remount,ro / echo Running smdev smdev -s +echo Setting smdev as the kernel hotplug +echo /bin/smdev > /proc/sys/kernel/hotplug + echo Checking filesystems fsck -ATa if [ $? -eq 1 ]; then @@ -45,9 +48,6 @@ ln -sf /proc/mounts /etc/mtab echo Mounting filesystems mount -a -echo Setting smdev as the kernel hotplug -echo /bin/smdev > /proc/sys/kernel/hotplug - echo "Setting hostname to $HOSTNAME" hostname $HOSTNAME