- eventually mount the crap /proc before remounting to make busybox's mount that...
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Sat, 2 Dec 2006 18:34:32 +0000 (18:34 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Sat, 2 Dec 2006 18:34:32 +0000 (18:34 -0000)
target/generic/target_skeleton/etc/inittab

index a6c014e751b970af772bd2cb5bdbdb68bcfb384b..b52a08f5dd399722be45a9c506228ad12f9deb41 100644 (file)
@@ -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/mount -a
 null::sysinit:/bin/hostname -F /etc/hostname
 null::sysinit:/sbin/ifconfig lo 127.0.0.1 up