diff options
author | Mark Hymers <markh@linuxfromscratch.org> | 2001-10-27 21:06:42 +0000 |
---|---|---|
committer | Mark Hymers <markh@linuxfromscratch.org> | 2001-10-27 21:06:42 +0000 |
commit | 2443baaf497c491965623107d6fe4f4b505e06aa (patch) | |
tree | 4a1ab8e1ca2890a6660a55d36bd43887c0e3b329 /chapter06 | |
parent | d9de0f90988ddc3fabab1a5e07aedbe0fe899687 (diff) |
[Bugs 25 and 31] Adding reiserfsprogs 3.x.0j and upgrading to lilo-22.0.2
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1328 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/chapter06.xml | 1 | ||||
-rw-r--r-- | chapter06/reiserfs-exp.xml | 9 | ||||
-rw-r--r-- | chapter06/reiserfs-inst.xml | 13 | ||||
-rw-r--r-- | chapter06/reiserfs.xml | 13 |
4 files changed, 36 insertions, 0 deletions
diff --git a/chapter06/chapter06.xml b/chapter06/chapter06.xml index 4fc4c505d..ae74dd7ef 100644 --- a/chapter06/chapter06.xml +++ b/chapter06/chapter06.xml @@ -46,6 +46,7 @@ &c6-procinfo; &c6-procps; &c6-psmisc; +&c6-reiserfs; &c6-sed; &c6-shellutils; &c6-nettools; diff --git a/chapter06/reiserfs-exp.xml b/chapter06/reiserfs-exp.xml new file mode 100644 index 000000000..7a2b224a3 --- /dev/null +++ b/chapter06/reiserfs-exp.xml @@ -0,0 +1,9 @@ +<sect2> +<title>Command explanations</title> + +<para><userinput>--mandir=/usr/share/man:</userinput> This ensures that +the manual pages are installed in the correct location while still +installing the programs in <filename>/sbin</filename> as they should be.</para> + +</sect2> + diff --git a/chapter06/reiserfs-inst.xml b/chapter06/reiserfs-inst.xml new file mode 100644 index 000000000..cac679bfd --- /dev/null +++ b/chapter06/reiserfs-inst.xml @@ -0,0 +1,13 @@ +<sect2> +<title>Installation of Reiserfsprogs</title> + +<para>Reiserfsprogs only needs to be installed if you intend on using +the reiserfs filesystem. Install Reiserfsprogs by running the +following commands:</para> + +<para><screen><userinput>./configure --mandir=/usr/share/man &&</userinput> +<userinput>make &&</userinput> +<userinput>make install</userinput></screen></para> + +</sect2> + diff --git a/chapter06/reiserfs.xml b/chapter06/reiserfs.xml new file mode 100644 index 000000000..11646138a --- /dev/null +++ b/chapter06/reiserfs.xml @@ -0,0 +1,13 @@ +<sect1 id="ch06-reiserfs"> +<title>Installing Reiserfsprogs-&reiserfs-version;</title> +<?dbhtml filename="reiserfs.html" dir="chapter06"?> + +<screen>Estimated build time: &reiserfs-time; +Estimated required disk space: &reiserfs-compsize;</screen> + +&c6-reiserfs-inst; +&c6-reiserfs-exp; +&aa-reiserfs-desc; +&ab-reiserfs-dep; + +</sect1> |