aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/bootscripts-inst.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/bootscripts-inst.xml')
-rw-r--r--chapter06/bootscripts-inst.xml11
1 files changed, 8 insertions, 3 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>&nbsp;</title><para>&nbsp;</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 &amp;&amp;
-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>