aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2002-01-15 21:59:35 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2002-01-15 21:59:35 +0000
commitfd4c523af3362f91db3035957e3281a7b6463dac (patch)
treeb20229fb5f052bf6f0e8f032ad6108cd6dc186ef
parent3ee88b6e7131948e1d15dda676aea30a5f49acdf (diff)
added bootscripts installation
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1448 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml3
-rw-r--r--chapter06/bootscripts-inst.xml9
-rw-r--r--chapter06/bootscripts.xml13
-rw-r--r--chapter06/chapter06.xml1
-rw-r--r--index.xml4
5 files changed, 30 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 6b824bcda..ca3f6960c 100644
--- a/chapter01/changelog.xml
+++ b/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>
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>
+
diff --git a/chapter06/bootscripts.xml b/chapter06/bootscripts.xml
new file mode 100644
index 000000000..ed0e99f82
--- /dev/null
+++ b/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>
+
diff --git a/chapter06/chapter06.xml b/chapter06/chapter06.xml
index ae74dd7ef..e39b89c86 100644
--- a/chapter06/chapter06.xml
+++ b/chapter06/chapter06.xml
@@ -56,6 +56,7 @@
&c6-tar;
&c6-textutils;
&c6-utillinux;
+&c6-bootscripts;
&c6-removeoldnss;
&c6-configure;
diff --git a/index.xml b/index.xml
index be541b761..8cdeb2594 100644
--- a/index.xml
+++ b/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;">