[Armadeus-commitlog] SF.net SVN: armadeus: [727] trunk/buildroot/target/device/armadeus/rootfs/ tar
Brought to you by:
sszy
|
From: <jo...@us...> - 2007-12-11 20:27:35
|
Revision: 727
http://armadeus.svn.sourceforge.net/armadeus/?rev=727&view=rev
Author: jorasse
Date: 2007-12-11 12:27:29 -0800 (Tue, 11 Dec 2007)
Log Message:
-----------
[BUILDROOT] make S50mountfs the right place to mount fs. do not need to mount fs twice.
Modified Paths:
--------------
trunk/buildroot/target/device/armadeus/rootfs/target_skeleton/etc/inittab
Modified: trunk/buildroot/target/device/armadeus/rootfs/target_skeleton/etc/inittab
===================================================================
--- trunk/buildroot/target/device/armadeus/rootfs/target_skeleton/etc/inittab 2007-12-09 18:06:28 UTC (rev 726)
+++ trunk/buildroot/target/device/armadeus/rootfs/target_skeleton/etc/inittab 2007-12-11 20:27:29 UTC (rev 727)
@@ -16,7 +16,8 @@
# Startup the system
null::sysinit:/bin/mount -o remount,rw /
null::sysinit:/bin/mount -t proc proc /proc
-null::sysinit:/bin/mount -a
+#null::sysinit:/bin/mount -a
+# fs will be mounted later with init.d/S50mountfs
null::sysinit:/bin/hostname -F /etc/hostname
null::sysinit:/sbin/ifconfig lo 127.0.0.1 up
null::sysinit:/sbin/route add -net 127.0.0.0 netmask 255.0.0.0 lo
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|