diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2011-10-18 00:03:30 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2011-10-18 00:03:30 +0000 |
commit | 776f1dc3a469a6b2cbd429efad4e40c5eb4466d4 (patch) | |
tree | d68d3d1bd3c21b7ea935a4c8b1f28af7433f7adc /chapter07 | |
parent | a09cad523a370d42c3686bbf6f19f524f17f7b2e (diff) |
Add statusproc back to bootscripts.
Remove doc/ files when stripping in Chapter 5.
Add --noclear to agetty for tty1 in inittab.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9636 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07')
-rw-r--r-- | chapter07/usage.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter07/usage.xml b/chapter07/usage.xml index 259c839e4..c2e7290be 100644 --- a/chapter07/usage.xml +++ b/chapter07/usage.xml @@ -73,7 +73,7 @@ ca:12345:ctrlaltdel:/sbin/shutdown -t1 -a -r now su:S016:once:/sbin/sulogin -1:2345:respawn:/sbin/agetty tty1 9600 +1:2345:respawn:/sbin/agetty --noclear tty1 9600 2:2345:respawn:/sbin/agetty tty2 9600 3:2345:respawn:/sbin/agetty tty3 9600 4:2345:respawn:/sbin/agetty tty4 9600 |