mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-31 11:21:59 +00:00
added bootscripts installation
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1448 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
3ee88b6e71
commit
fd4c523af3
@ -6,6 +6,9 @@
|
||||
|
||||
<itemizedlist>
|
||||
|
||||
<listitem><para>January 15th, 2002 [gerard]: Chapter 6: Added bootscripts
|
||||
installation.</para></listitem>
|
||||
|
||||
<listitem><para>January 15th, 2002 [gerard]: Chapter 7: Removed most of the
|
||||
scripts, only left the part of a few where we setup up config files in
|
||||
/etc/sysconfig.</para></listitem>
|
||||
|
9
chapter06/bootscripts-inst.xml
Normal file
9
chapter06/bootscripts-inst.xml
Normal file
@ -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>
|
||||
|
13
chapter06/bootscripts.xml
Normal file
13
chapter06/bootscripts.xml
Normal file
@ -0,0 +1,13 @@
|
||||
<sect1 id="ch06-bootscripts">
|
||||
<title>Installing LFS-Bootscripts-&bootscripts-version;</title>
|
||||
<?dbhtml filename="bootscripts.html" dir="chapter06"?>
|
||||
|
||||
<screen>Estimated build time: &bootscripts-time;
|
||||
Estimated required disk space: &bootscripts-compsize;</screen>
|
||||
|
||||
&c6-bootscripts-inst;
|
||||
&aa-bootscripts-desc;
|
||||
&aa-bootscripts-dep;
|
||||
|
||||
</sect1>
|
||||
|
@ -56,6 +56,7 @@
|
||||
&c6-tar;
|
||||
&c6-textutils;
|
||||
&c6-utillinux;
|
||||
&c6-bootscripts;
|
||||
&c6-removeoldnss;
|
||||
&c6-configure;
|
||||
|
||||
|
@ -318,6 +318,8 @@
|
||||
<!ENTITY c6-nettools SYSTEM "chapter6/nettools.xml">
|
||||
<!ENTITY c6-nettools-inst SYSTEM "chapter6/nettools-inst.xml">
|
||||
<!ENTITY c6-nettools-exp SYSTEM "chapter6/nettools-exp.xml">
|
||||
<!ENTITY c6-bootscripts SYSTEM "chapter6/bootscripts.xml">
|
||||
<!ENTITY c6-bootscripts-inst SYSTEM "chapter6/bootscripts-inst.xml">
|
||||
<!ENTITY c6-removeoldnss SYSTEM "chapter6/removeoldnss.xml">
|
||||
<!ENTITY c6-configure SYSTEM "chapter6/configure.xml">
|
||||
<!ENTITY c6-cf-glibc SYSTEM "chapter6/config-glibc.xml">
|
||||
@ -1025,6 +1027,8 @@
|
||||
|
||||
<!ENTITY bootscripts-version "1.0">
|
||||
<!ENTITY bootscripts-size "5 KB">
|
||||
<!ENTITY bootscripts-compsize "5 KB">
|
||||
<!ENTITY bootscripts-time "1 minute">
|
||||
<!ENTITY bootscripts-package "lfs-bootscripts-&bootscripts-version;.tar.bz2">
|
||||
<!ENTITY bootscripts-dir "lfs-bootscritps-&bootscripts-version;">
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user