diff options
author | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-02-09 22:46:27 +0000 |
---|---|---|
committer | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-02-09 22:46:27 +0000 |
commit | 418e6cc0ff44e3bbaf3386e20f523edc8a97bc3c (patch) | |
tree | ee14152619c83c6214ba500765ca1d8eeaa08a92 /chapter06 | |
parent | 342b176cf9ee3261933eedc36e4d010fd62b36c9 (diff) |
Moving installation of the bootscripts to chapter 7.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3246 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/bootscripts.xml | 42 | ||||
-rw-r--r-- | chapter06/chapter06.xml | 1 |
2 files changed, 0 insertions, 43 deletions
diff --git a/chapter06/bootscripts.xml b/chapter06/bootscripts.xml deleted file mode 100644 index 159470d1f..000000000 --- a/chapter06/bootscripts.xml +++ /dev/null @@ -1,42 +0,0 @@ -<sect1 id="ch-system-lfs-bootscripts" xreflabel="Bootscripts"> -<title>Installing LFS-Bootscripts-&bootscripts-version;</title> -<?dbhtml filename="bootscripts.html" dir="chapter06"?> - -<para>The LFS-Bootscripts package contains a set of bootscripts.</para> - -<screen>&buildtime; &bootscripts-time; -&diskspace; &bootscripts-compsize;</screen> - -&aa-bootscripts-down; -&aa-bootscripts-dep; - -<sect2><title> </title><para> </para></sect2> - -<sect2> -<title>Installation of LFS-Bootscripts</title> - -<para>We will be using SysV style init scripts. We have chosen this style -because it is widely used and we feel comfortable with it. If you would prefer -to try something else, Marc Heerdink has written a hint about BSD style init -scripts, to be found at <ulink url="&hints-root;bsd-init.txt"/>. And if you'd -like something more radical, search the LFS mailing lists for depinit.</para> - -<para>If you decide to use BSD style, or some other style scripts, you can -skip the next chapter when you arrive at it and move on to -<xref linkend="chapter-mixture"/>.</para> - -<para>Install the boot scripts:</para> - -<screen><userinput>cp -a rc.d sysconfig /etc</userinput></screen> - -<para>Give <emphasis>root</emphasis> ownership of the scripts:</para> - -<screen><userinput>chown -R root:root /etc/rc.d /etc/sysconfig</userinput></screen> - -</sect2> - -&aa-bootscripts-shortdesc; -&aa-bootscripts-desc; - -</sect1> - diff --git a/chapter06/chapter06.xml b/chapter06/chapter06.xml index 070284803..be329ce99 100644 --- a/chapter06/chapter06.xml +++ b/chapter06/chapter06.xml @@ -521,7 +521,6 @@ just yet. There is still some use for it towards the end of the book.</para> </sect1> -&c6-bootscripts; &c6-aboutdebug; </chapter> |