[Armadeus-commitlog] armadeus branch, master, updated. armadeus-5.2-145-g9d384b1
Brought to you by:
sszy
|
From: Julien B a. A. <ar...@us...> - 2013-02-02 11:08:36
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via 9d384b17b9df37705e89cdfe22e5632dd1359733 (commit)
from db099b61dd19764b089e442a8a4aee528d8cb4ff (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 9d384b17b9df37705e89cdfe22e5632dd1359733
Author: Julien Boibessot <jul...@ar...>
Date: Sat Feb 2 12:07:38 2013 +0100
[BUILDROOT] target_skeleton/etc/inittab: deactivate by default the login and log on LCD. User can activate them after boot if needed.
-----------------------------------------------------------------------
Summary of changes:
.../armadeus/rootfs/target_skeleton/etc/inittab | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/buildroot/target/device/armadeus/rootfs/target_skeleton/etc/inittab b/buildroot/target/device/armadeus/rootfs/target_skeleton/etc/inittab
index 08ca4d4..6896e89 100644
--- a/buildroot/target/device/armadeus/rootfs/target_skeleton/etc/inittab
+++ b/buildroot/target/device/armadeus/rootfs/target_skeleton/etc/inittab
@@ -30,9 +30,8 @@ null::sysinit:/sbin/route add -net 127.0.0.0 netmask 255.0.0.0 lo
# now run any rc scripts
::sysinit:/etc/init.d/rcS
-# Set up a couple of getty's
-tty1::respawn:/sbin/getty 38400 tty1
-#tty2::respawn:/sbin/getty 38400 tty2
+# Set up a getty on LCD
+#tty1::respawn:/sbin/getty 38400 tty1
# Put a getty on the serial port
ttySMX0::respawn:/sbin/getty -L ttySMX0 115200,57600,38400 vt100 # GENERIC_SERIAL
@@ -42,7 +41,7 @@ ttySMX0::respawn:/sbin/getty -L ttySMX0 115200,57600,38400 vt100 # GENERIC_SERIA
null::sysinit:/bin/touch /var/log/messages
null::respawn:/sbin/syslogd -n
null::respawn:/sbin/klogd -n
-tty3::respawn:/usr/bin/tail -f /var/log/messages
+#tty2::respawn:/usr/bin/tail -f /var/log/messages
# Stuff to do for the 3-finger salute
::ctrlaltdel:/sbin/reboot
hooks/post-receive
--
armadeus
|