[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-2.0.0-281-g2c67422

git git at cross-lfs.org
Fri Aug 16 10:00:39 PDT 2013


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 "Cross-LFS Book".

The branch, master has been updated
       via  2c6742279d687416e473aa2f49f9a2d349707996 (commit)
      from  b0495e2a703af0d1328adadc72322b74ce83a1d3 (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 2c6742279d687416e473aa2f49f9a2d349707996
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Fri Aug 16 12:00:36 2013 -0500

    Add missing --noclear option to first agetty entry.

diff --git a/BOOK/boot/common/sysvinit.xml b/BOOK/boot/common/sysvinit.xml
index a30badc..813c585 100644
--- a/BOOK/boot/common/sysvinit.xml
+++ b/BOOK/boot/common/sysvinit.xml
@@ -85,7 +85,7 @@ EOF</userinput></screen>
     console skip the following command:</para>
 
 <screen><userinput>cat >> ${CLFS}/etc/inittab << "EOF"
-<literal>1:2345:respawn:/sbin/agetty -I '\033(K' tty1 9600
+<literal>1:2345:respawn:/sbin/agetty --noclear -I '\033(K' tty1 9600
 2:2345:respawn:/sbin/agetty --noclear -I '\033(K' tty2 9600
 3:2345:respawn:/sbin/agetty --noclear -I '\033(K' tty3 9600
 4:2345:respawn:/sbin/agetty --noclear -I '\033(K' tty4 9600
diff --git a/BOOK/final-system/common/sysvinit.xml b/BOOK/final-system/common/sysvinit.xml
index b6091cb..36f63ab 100644
--- a/BOOK/final-system/common/sysvinit.xml
+++ b/BOOK/final-system/common/sysvinit.xml
@@ -81,7 +81,7 @@ EOF</userinput></screen>
     console skip the following command:</para>
 
 <screen><userinput>cat >> /etc/inittab << "EOF"
-<literal>1:2345:respawn:/sbin/agetty -I '\033(K' tty1 9600
+<literal>1:2345:respawn:/sbin/agetty --noclear -I '\033(K' tty1 9600
 2:2345:respawn:/sbin/agetty --noclear -I '\033(K' tty2 9600
 3:2345:respawn:/sbin/agetty --noclear -I '\033(K' tty3 9600
 4:2345:respawn:/sbin/agetty --noclear -I '\033(K' tty4 9600

-----------------------------------------------------------------------

Summary of changes:
 BOOK/boot/common/sysvinit.xml         |    2 +-
 BOOK/final-system/common/sysvinit.xml |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list