浏览代码

added bootscripts installation

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1448 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans 23 年之前
父节点
当前提交
fd4c523af3
共有 5 个文件被更改,包括 30 次插入0 次删除
  1. 3 0
      chapter01/changelog.xml
  2. 9 0
      chapter06/bootscripts-inst.xml
  3. 13 0
      chapter06/bootscripts.xml
  4. 1 0
      chapter06/chapter06.xml
  5. 4 0
      index.xml

+ 3 - 0
chapter01/changelog.xml

@@ -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 - 0
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>
+

+ 13 - 0
chapter06/bootscripts.xml

@@ -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>
+

+ 1 - 0
chapter06/chapter06.xml

@@ -56,6 +56,7 @@
 &c6-tar;
 &c6-textutils;
 &c6-utillinux;
+&c6-bootscripts;
 &c6-removeoldnss;
 &c6-configure;
 

+ 4 - 0
index.xml

@@ -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;">