[Lunar-commits] r14574 - lunar-iso/branches/lunar-iso-2.6/initrd/template/sbin

Jaime Buffery nestu at lunar-linux.org
Tue May 3 14:54:09 UTC 2005


Author: nestu
Date: 2005-05-03 14:54:08 +0000 (Tue, 03 May 2005)
New Revision: 14574

Modified:
   lunar-iso/branches/lunar-iso-2.6/initrd/template/sbin/init
Log:
Don't forget to umount /dev/pts too. 2 line indentation fix (I'm boared, so what?)

Modified: lunar-iso/branches/lunar-iso-2.6/initrd/template/sbin/init
===================================================================
--- lunar-iso/branches/lunar-iso-2.6/initrd/template/sbin/init	2005-05-03 10:28:50 UTC (rev 14573)
+++ lunar-iso/branches/lunar-iso-2.6/initrd/template/sbin/init	2005-05-03 14:54:08 UTC (rev 14574)
@@ -188,12 +188,13 @@
 
     if /bin/mount -n -t $VFSTYPE -o $OPTIONS $ROOT /mnt && [ -x /mnt/sbin/init ]; then
        if /bin/echo $KERNEL | /bin/grep -q "^2\.4\." ; then
-	      /bin/pkill devfsd
-	      sleep 1
+          /bin/pkill devfsd
+          sleep 1
        else
           /bin/pkill udevd
           sleep 1 
           /bin/umount -n /sys
+          /bin/umount -n /dev/pts
        fi
 
        /bin/umount -n /proc



More information about the Lunar-commits mailing list