diff options
author | Timothy Bauscher <timothy@linuxfromscratch.org> | 2003-01-17 04:02:47 +0000 |
---|---|---|
committer | Timothy Bauscher <timothy@linuxfromscratch.org> | 2003-01-17 04:02:47 +0000 |
commit | c78044ef8da2048953f49814724a4427d2df588f (patch) | |
tree | 584856488a51f7d62793fa15ae8fa202d2046147 /chapter06/bootscripts-inst.xml | |
parent | 0a57367d9504c228db9663a072257773fbcb192c (diff) |
Bootscripts conversion.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2377 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/bootscripts-inst.xml')
-rw-r--r-- | chapter06/bootscripts-inst.xml | 11 |
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> </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> |