diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/bootscripts-inst.xml | 11 | ||||
-rw-r--r-- | chapter06/bootscripts.xml | 4 |
2 files changed, 10 insertions, 5 deletions
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 @@ +<sect2><title> </title><para> </para></sect2> + <sect2> <title>Installation of LFS-Bootscripts</title> @@ -10,10 +12,13 @@ style init scripts, which may be found at <para>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.</para> -<para>Install LFS-Bootscripts by running the following command:</para> +<para>Install the boot scripts:</para> + +<para><screen><userinput>cp -a rc.d sysconfig /etc</userinput></screen></para> + +<para>Give <emphasis>root</emphasis> ownership of the scripts:</para> -<para><screen><userinput>cp -a rc.d sysconfig /etc && -chown -R root:root /etc/rc.d /etc/sysconfig</userinput></screen></para> +<para><screen><userinput>chown -R root:root /etc/rc.d /etc/sysconfig</userinput></screen></para> </sect2> 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 @@ <screen>Estimated build time: &bootscripts-time; Estimated required disk space: &bootscripts-compsize;</screen> -&c6-bootscripts-inst; -&aa-bootscripts-desc; +&aa-bootscripts-shortdesc; &aa-bootscripts-dep; +&c6-bootscripts-inst; </sect1> |