[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-2.0.0-276-g2aae4a3

git git at cross-lfs.org
Wed Aug 14 12:56:31 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  2aae4a3b86953e3d46b3f48ec126aa16e41dc6ff (commit)
      from  7748c0f82fad02fd36c3eef7f19ae3f6294c0682 (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 2aae4a3b86953e3d46b3f48ec126aa16e41dc6ff
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Wed Aug 14 14:56:23 2013 -0500

    Add --noclear to inittab.

diff --git a/BOOK/boot/common/sysvinit.xml b/BOOK/boot/common/sysvinit.xml
index f0cbdad..a30badc 100644
--- a/BOOK/boot/common/sysvinit.xml
+++ b/BOOK/boot/common/sysvinit.xml
@@ -86,11 +86,11 @@ EOF</userinput></screen>
 
 <screen><userinput>cat >> ${CLFS}/etc/inittab << "EOF"
 <literal>1:2345:respawn:/sbin/agetty -I '\033(K' tty1 9600
-2:2345:respawn:/sbin/agetty -I '\033(K' tty2 9600
-3:2345:respawn:/sbin/agetty -I '\033(K' tty3 9600
-4:2345:respawn:/sbin/agetty -I '\033(K' tty4 9600
-5:2345:respawn:/sbin/agetty -I '\033(K' tty5 9600
-6:2345:respawn:/sbin/agetty -I '\033(K' tty6 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
+5:2345:respawn:/sbin/agetty --noclear -I '\033(K' tty5 9600
+6:2345:respawn:/sbin/agetty --noclear -I '\033(K' tty6 9600
 </literal>
 EOF</userinput></screen>
 
@@ -98,7 +98,7 @@ EOF</userinput></screen>
     the entry to <filename>${CLFS}/etc/inittab</filename>.</para>
 
 <screen><userinput>cat >> ${CLFS}/etc/inittab << "EOF"
-<literal>c0:12345:respawn:/sbin/agetty 115200 ttyS0 vt100
+<literal>c0:12345:respawn:/sbin/agetty --noclear 115200 ttyS0 vt100
 </literal>
 EOF</userinput></screen>
 
diff --git a/BOOK/final-system/common/sysvinit.xml b/BOOK/final-system/common/sysvinit.xml
index 32e9130..b6091cb 100644
--- a/BOOK/final-system/common/sysvinit.xml
+++ b/BOOK/final-system/common/sysvinit.xml
@@ -82,11 +82,11 @@ EOF</userinput></screen>
 
 <screen><userinput>cat >> /etc/inittab << "EOF"
 <literal>1:2345:respawn:/sbin/agetty -I '\033(K' tty1 9600
-2:2345:respawn:/sbin/agetty -I '\033(K' tty2 9600
-3:2345:respawn:/sbin/agetty -I '\033(K' tty3 9600
-4:2345:respawn:/sbin/agetty -I '\033(K' tty4 9600
-5:2345:respawn:/sbin/agetty -I '\033(K' tty5 9600
-6:2345:respawn:/sbin/agetty -I '\033(K' tty6 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
+5:2345:respawn:/sbin/agetty --noclear -I '\033(K' tty5 9600
+6:2345:respawn:/sbin/agetty --noclear -I '\033(K' tty6 9600
 </literal>
 EOF</userinput></screen>
 
@@ -94,7 +94,7 @@ EOF</userinput></screen>
     the entry to <filename>/etc/inittab</filename>:</para>
 
 <screen><userinput>cat >> /etc/inittab << "EOF"
-<literal>c0:12345:respawn:/sbin/agetty 115200 ttyS0 vt100
+<literal>c0:12345:respawn:/sbin/agetty --noclear 115200 ttyS0 vt100
 </literal>
 EOF</userinput></screen>
 
diff --git a/BOOK/introduction/common/changelog.xml b/BOOK/introduction/common/changelog.xml
index ade3024..19615d3 100644
--- a/BOOK/introduction/common/changelog.xml
+++ b/BOOK/introduction/common/changelog.xml
@@ -39,6 +39,9 @@
       <para>14 August 2013</para>
       <itemizedlist>
         <listitem>
+          <para>[William Harrington] - Add --noclear to <filename>inittab</filename>.</para>
+        </listitem>
+        <listitem>
           <para>[William Harrington] - Disable fixincludes for GCC in temp and final systems.</para>
         </listitem>
         <listitem>

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

Summary of changes:
 BOOK/boot/common/sysvinit.xml          |   12 ++++++------
 BOOK/final-system/common/sysvinit.xml  |   12 ++++++------
 BOOK/introduction/common/changelog.xml |    3 +++
 3 files changed, 15 insertions(+), 12 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list