diff options
author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2007-01-14 00:56:52 +0000 |
---|---|---|
committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2007-01-14 00:56:52 +0000 |
commit | 994d7f05a305c0ddc45563aadf2354f2dc81900b (patch) | |
tree | cbf6f6ec65258e56e6a57bb31c545a5332440465 /target/generic/target_skeleton/etc | |
parent | 2f2492f7f193885bb13f13805e2f703474018b95 (diff) | |
download | buildroot-novena-994d7f05a305c0ddc45563aadf2354f2dc81900b.tar.gz buildroot-novena-994d7f05a305c0ddc45563aadf2354f2dc81900b.zip |
Make '/var/cache' and symbolic link to '/tmp' like the others. We'll need this for Samba and friends. Also, change mount order of filesystems during boot.
Diffstat (limited to 'target/generic/target_skeleton/etc')
-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 b52a08f5d..a6c014e75 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 -t proc proc /proc null::sysinit:/bin/mount -o remount,rw / +null::sysinit:/bin/mount -t proc proc /proc null::sysinit:/bin/mount -a null::sysinit:/bin/hostname -F /etc/hostname null::sysinit:/sbin/ifconfig lo 127.0.0.1 up |