From: Bernhard Reutner-Fischer Date: Sat, 2 Dec 2006 18:34:32 +0000 (-0000) Subject: - eventually mount the crap /proc before remounting to make busybox's mount that... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0d4312bd97849d1bb0635cc512bd68901ff2a24a;p=buildroot.git - eventually mount the crap /proc before remounting to make busybox's mount that incorrectly may rely on /proc work. --- diff --git a/target/generic/target_skeleton/etc/inittab b/target/generic/target_skeleton/etc/inittab index a6c014e751..b52a08f5dd 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