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
This commit is contained in:
Simon Perreault 2001-05-03 23:05:29 +00:00
parent c07ddf697e
commit 142c5980ca
6 changed files with 10 additions and 5 deletions

View File

@ -179,6 +179,10 @@ Chapter 7: Added the explanation how the runlevels and boot process
works when using the LFS scripts. works when using the LFS scripts.
</para></listitem> </para></listitem>
<listitem><para>
Chapter 7+8: Moved the creation of /etc/fstab to chapter 8.
</para></listitem>
<listitem><para> <listitem><para>
Chapter 10: Added this chapter. It contains "thanks and good luck" Chapter 10: Added this chapter. It contains "thanks and good luck"
notes and suggest creating the /etc/lfs-&version; file. notes and suggest creating the /etc/lfs-&version; file.

View File

@ -17,7 +17,6 @@
&c7-sysklogd; &c7-sysklogd;
&c7-template; &c7-template;
&c7-symperm; &c7-symperm;
&c7-fstab;
</chapter> </chapter>

View File

@ -2,6 +2,7 @@
<title>Making the LFS system bootable</title> <title>Making the LFS system bootable</title>
&c8-introduction; &c8-introduction;
&c8-fstab;
&c8-kernel; &c8-kernel;
&c8-lilo; &c8-lilo;
&c8-reboot; &c8-reboot;

View File

@ -2,7 +2,8 @@
<title>Introduction</title> <title>Introduction</title>
<para> <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 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. so that the LFS system can be selected for booting at the LILO: prompt.
</para> </para>

View File

@ -4,8 +4,8 @@
<!ENTITY book SYSTEM "intel/book/book.xml"> <!ENTITY book SYSTEM "intel/book/book.xml">
<!ENTITY version "3.0-cvs-20010501"> <!ENTITY version "3.0-cvs-20010503">
<!ENTITY releasedate "May 1st, 2001"> <!ENTITY releasedate "May 3rd, 2001">
<!ENTITY type "INTEL"> <!ENTITY type "INTEL">
<!ENTITY ftp-root "ftp://packages.linuxfromscratch.org"> <!ENTITY ftp-root "ftp://packages.linuxfromscratch.org">
@ -324,10 +324,10 @@
<!ENTITY c7-loadkeys SYSTEM "intel/chapter7/loadkeys.xml"> <!ENTITY c7-loadkeys SYSTEM "intel/chapter7/loadkeys.xml">
<!ENTITY c7-setclock SYSTEM "intel/chapter7/setclock.xml"> <!ENTITY c7-setclock SYSTEM "intel/chapter7/setclock.xml">
<!ENTITY c7-symperm SYSTEM "intel/chapter7/symperm.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 chapter8 SYSTEM "intel/chapter8/chapter8.xml">
<!ENTITY c8-introduction SYSTEM "intel/chapter8/introduction.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-kernel SYSTEM "intel/chapter8/kernel.xml">
<!ENTITY c8-lilo SYSTEM "intel/chapter8/lilo.xml"> <!ENTITY c8-lilo SYSTEM "intel/chapter8/lilo.xml">
<!ENTITY c8-reboot SYSTEM "intel/chapter8/reboot.xml"> <!ENTITY c8-reboot SYSTEM "intel/chapter8/reboot.xml">