diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-12-02 18:34:32 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-12-02 18:34:32 +0000 |
commit | 0d4312bd97849d1bb0635cc512bd68901ff2a24a (patch) | |
tree | 8810a54961b7b15a9b1a19671a4dddc9f839bdee | |
parent | 66eb4c38a185d14d65387f5a46760147cec1c6f9 (diff) |
- eventually mount the crap /proc before remounting to make busybox's mount that incorrectly may rely on /proc work.
-rw-r--r-- | target/generic/target_skeleton/etc/inittab | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/generic/target_skeleton/etc/inittab b/target/generic/target_skeleton/etc/inittab index a6c014e75..b52a08f5d 100644 --- a/target/generic/target_skeleton/etc/inittab +++ b/target/generic/target_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/mount -a null::sysinit:/bin/hostname -F /etc/hostname null::sysinit:/sbin/ifconfig lo 127.0.0.1 up |