[Buildroot] [git commit master 1/1] fs/skeleton: mount /proc before remounting rw

Peter Korsgaard jacmet at sunsite.dk
Mon Feb 21 22:30:46 UTC 2011


commit: http://git.buildroot.net/buildroot/commit/?id=a7da53bd2c80caf9ae3883857a82b97772a369c7
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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>
Signed-off-by: Peter Korsgaard <jacmet at sunsite.dk>
---
 fs/skeleton/etc/inittab |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/fs/skeleton/etc/inittab b/fs/skeleton/etc/inittab
index 4be14b8..873db29 100644
--- a/fs/skeleton/etc/inittab
+++ b/fs/skeleton/etc/inittab
@@ -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
-- 
1.7.3.4




More information about the buildroot mailing list