diff options
author | Simon Perreault <nomis80@videotron.ca> | 2001-05-03 23:05:29 +0000 |
---|---|---|
committer | Simon Perreault <nomis80@videotron.ca> | 2001-05-03 23:05:29 +0000 |
commit | 142c5980ca79d47974f5cf4440d0a4eeea378809 (patch) | |
tree | fc3927c399922adfded1e893ea3f711052cdd72b | |
parent | c07ddf697ea7c1725ce2f6b0025cf83c9c58db88 (diff) |
Moved the creation of /etc/fstab from the end of chapter 7 to the beginning of
chapter 8. It fits better there, and it has been on my TODO for a long time.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@563 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | chapter07/chapter07.xml | 1 | ||||
-rw-r--r-- | chapter08/chapter08.xml | 1 | ||||
-rw-r--r-- | chapter08/fstab.xml (renamed from chapter07/fstab.xml) | 0 | ||||
-rw-r--r-- | chapter08/introduction.xml | 3 | ||||
-rw-r--r-- | index.xml | 6 |
6 files changed, 10 insertions, 5 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index a26ce293a..b8b301c6e 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -180,6 +180,10 @@ works when using the LFS scripts. </para></listitem> <listitem><para> +Chapter 7+8: Moved the creation of /etc/fstab to chapter 8. +</para></listitem> + +<listitem><para> Chapter 10: Added this chapter. It contains "thanks and good luck" notes and suggest creating the /etc/lfs-&version; file. </para></listitem> diff --git a/chapter07/chapter07.xml b/chapter07/chapter07.xml index 28a48f110..0db9dbde2 100644 --- a/chapter07/chapter07.xml +++ b/chapter07/chapter07.xml @@ -17,7 +17,6 @@ &c7-sysklogd; &c7-template; &c7-symperm; -&c7-fstab; </chapter> diff --git a/chapter08/chapter08.xml b/chapter08/chapter08.xml index be5f0ae05..ba515c1af 100644 --- a/chapter08/chapter08.xml +++ b/chapter08/chapter08.xml @@ -2,6 +2,7 @@ <title>Making the LFS system bootable</title> &c8-introduction; +&c8-fstab; &c8-kernel; &c8-lilo; &c8-reboot; diff --git a/chapter07/fstab.xml b/chapter08/fstab.xml index d896e5f77..d896e5f77 100644 --- a/chapter07/fstab.xml +++ b/chapter08/fstab.xml diff --git a/chapter08/introduction.xml b/chapter08/introduction.xml index d1c95d498..04fe57aec 100644 --- a/chapter08/introduction.xml +++ b/chapter08/introduction.xml @@ -2,7 +2,8 @@ <title>Introduction</title> <para> -This chapter will make LFS bootable. This chapter deals with building a +This chapter will make LFS bootable. This chapter deals with creating a +new fstab file, building a new kernel for the new LFS system and adding the proper entries to LILO so that the LFS system can be selected for booting at the LILO: prompt. </para> @@ -4,8 +4,8 @@ <!ENTITY book SYSTEM "intel/book/book.xml"> -<!ENTITY version "3.0-cvs-20010501"> -<!ENTITY releasedate "May 1st, 2001"> +<!ENTITY version "3.0-cvs-20010503"> +<!ENTITY releasedate "May 3rd, 2001"> <!ENTITY type "INTEL"> <!ENTITY ftp-root "ftp://packages.linuxfromscratch.org"> @@ -324,10 +324,10 @@ <!ENTITY c7-loadkeys SYSTEM "intel/chapter7/loadkeys.xml"> <!ENTITY c7-setclock SYSTEM "intel/chapter7/setclock.xml"> <!ENTITY c7-symperm SYSTEM "intel/chapter7/symperm.xml"> -<!ENTITY c7-fstab SYSTEM "intel/chapter7/fstab.xml"> <!ENTITY chapter8 SYSTEM "intel/chapter8/chapter8.xml"> <!ENTITY c8-introduction SYSTEM "intel/chapter8/introduction.xml"> +<!ENTITY c8-fstab SYSTEM "intel/chapter8/fstab.xml"> <!ENTITY c8-kernel SYSTEM "intel/chapter8/kernel.xml"> <!ENTITY c8-lilo SYSTEM "intel/chapter8/lilo.xml"> <!ENTITY c8-reboot SYSTEM "intel/chapter8/reboot.xml"> |