From c78044ef8da2048953f49814724a4427d2df588f Mon Sep 17 00:00:00 2001 From: Timothy Bauscher Date: Fri, 17 Jan 2003 04:02:47 +0000 Subject: Bootscripts conversion. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2377 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- appendixa/bootscripts-dep.xml | 2 ++ appendixa/bootscripts-desc.xml | 12 ++++-------- appendixa/bootscripts-shortdesc.xml | 18 ++++++++++++++++++ appendixa/bootscripts.xml | 1 + chapter06/bootscripts-inst.xml | 11 ++++++++--- chapter06/bootscripts.xml | 4 ++-- entities/bootscripts.ent | 1 + 7 files changed, 36 insertions(+), 13 deletions(-) create mode 100644 appendixa/bootscripts-shortdesc.xml diff --git a/appendixa/bootscripts-dep.xml b/appendixa/bootscripts-dep.xml index 4433a72f8..54298c426 100644 --- a/appendixa/bootscripts-dep.xml +++ b/appendixa/bootscripts-dep.xml @@ -1,3 +1,5 @@ +   + LFS-Bootscripts Installation Dependencies diff --git a/appendixa/bootscripts-desc.xml b/appendixa/bootscripts-desc.xml index 6aaa3f42b..57c033a78 100644 --- a/appendixa/bootscripts-desc.xml +++ b/appendixa/bootscripts-desc.xml @@ -1,14 +1,10 @@ -Contents of LFS-bootscripts +   -Last checked against version &bootscripts-contversion;. - -Scripts +Descriptions -checkfs, cleanfs, functions, halt, ifdown, ifup, loadkeys, localnet, -mountfs, mountproc, network, rc, reboot, sendsignals, setclock, swap, -sysklogd and template +Last checked against version &bootscripts-contversion;. -Descriptions +Program file descriptions checkfs The checkfs script checks the file systems just before they are diff --git a/appendixa/bootscripts-shortdesc.xml b/appendixa/bootscripts-shortdesc.xml new file mode 100644 index 000000000..9aeff8716 --- /dev/null +++ b/appendixa/bootscripts-shortdesc.xml @@ -0,0 +1,18 @@ +Contents of LFS-bootscripts + +Last checked against version &bootscripts-contversion;. + +The LFS-Bootscripts package contains SysV init style shell +scripts. These scripts do various tasks such as check filesystem +integrity during boot, load keymaps, setup networks and halt +processes at shutdown. + +LFS-bootscripts installs the following: + +Scripts +checkfs, cleanfs, functions, halt, ifdown, ifup, loadkeys, localnet, +mountfs, mountproc, network, rc, reboot, sendsignals, setclock, swap, +sysklogd and template + + + diff --git a/appendixa/bootscripts.xml b/appendixa/bootscripts.xml index 6c3b99db6..f794e440b 100644 --- a/appendixa/bootscripts.xml +++ b/appendixa/bootscripts.xml @@ -3,6 +3,7 @@ &aa-bootscripts-down; +&aa-bootscripts-shortdesc; &aa-bootscripts-desc; &aa-bootscripts-dep; diff --git a/chapter06/bootscripts-inst.xml b/chapter06/bootscripts-inst.xml index 1d5be4389..f4ebbc6da 100644 --- a/chapter06/bootscripts-inst.xml +++ b/chapter06/bootscripts-inst.xml @@ -1,3 +1,5 @@ +   + Installation of LFS-Bootscripts @@ -10,10 +12,13 @@ style init scripts, which may be found at If you decide to use BSD style, or some other style scripts, you can skip Chapter 7 when you arrive at it and move on to Chapter 8. -Install LFS-Bootscripts by running the following command: +Install the boot scripts: + +cp -a rc.d sysconfig /etc + +Give root ownership of the scripts: -cp -a rc.d sysconfig /etc && -chown -R root:root /etc/rc.d /etc/sysconfig +chown -R root:root /etc/rc.d /etc/sysconfig diff --git a/chapter06/bootscripts.xml b/chapter06/bootscripts.xml index ed0e99f82..94a44f52f 100644 --- a/chapter06/bootscripts.xml +++ b/chapter06/bootscripts.xml @@ -5,9 +5,9 @@ Estimated build time: &bootscripts-time; Estimated required disk space: &bootscripts-compsize; -&c6-bootscripts-inst; -&aa-bootscripts-desc; +&aa-bootscripts-shortdesc; &aa-bootscripts-dep; +&c6-bootscripts-inst; diff --git a/entities/bootscripts.ent b/entities/bootscripts.ent index d444b3c2d..a83f4b79f 100644 --- a/entities/bootscripts.ent +++ b/entities/bootscripts.ent @@ -7,6 +7,7 @@ + -- cgit v1.2.3-54-g00ecf