diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-01-15 21:59:35 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-01-15 21:59:35 +0000 |
commit | fd4c523af3362f91db3035957e3281a7b6463dac (patch) | |
tree | b20229fb5f052bf6f0e8f032ad6108cd6dc186ef /chapter06/bootscripts-inst.xml | |
parent | 3ee88b6e7131948e1d15dda676aea30a5f49acdf (diff) |
added bootscripts installation
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1448 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/bootscripts-inst.xml')
-rw-r--r-- | chapter06/bootscripts-inst.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/chapter06/bootscripts-inst.xml b/chapter06/bootscripts-inst.xml new file mode 100644 index 000000000..4a2d88fbd --- /dev/null +++ b/chapter06/bootscripts-inst.xml @@ -0,0 +1,9 @@ +<sect2> +<title>Installation of LFS-Bootscripts</title> + +<para>Install LFS-Bootscripts by running the following command:</para> + +<para><screen><userinput>cp -a rc.d sysconfig /etc</userinput></screen></para> + +</sect2> + |