[Buildroot] [BuildRoot][PATCH] Resubmit Strange behavior of inittab

ANDY KENNEDY ANDY.KENNEDY at adtran.com
Thu Jan 27 18:10:46 UTC 2011


inittab ordering causes mount to fail on remount,rw.  inittab
changed to mount /proc first.

Signed-off-by:  Andy Kennedy <Andy.Kennedy at AdTran.com>
---
--- a/fs/skeleton/etc/inittab   2011-01-06 05:25:33.000000000 -0600
+++ b/fs/skeleton/etc/inittab   2011-01-18 12:16:18.000000000 -0600
@@ -14,8 +14,8 @@
 # process   == program to run
 
 # Startup the system
-null::sysinit:/bin/mount -o remount,rw /
 null::sysinit:/bin/mount -t proc proc /proc
+null::sysinit:/bin/mount -o remount,rw /
 null::sysinit:/bin/mkdir -p /dev/pts
 null::sysinit:/bin/mount -a
 null::sysinit:/bin/hostname -F /etc/hostname


More information about the buildroot mailing list