diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/bootscripts-inst.xml | 9 | ||||
-rw-r--r-- | chapter06/bootscripts.xml | 13 | ||||
-rw-r--r-- | chapter06/chapter06.xml | 1 |
3 files changed, 23 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> + 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; |