ソースを参照

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

Simon Perreault 24 年 前
コミット
142c5980ca

+ 4 - 0
chapter01/changelog.xml

@@ -179,6 +179,10 @@ Chapter 7: Added the explanation how the runlevels and boot process
 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.

+ 0 - 1
chapter07/chapter07.xml

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

+ 1 - 0
chapter08/chapter08.xml

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

+ 0 - 0
chapter07/fstab.xml → chapter08/fstab.xml


+ 2 - 1
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>

+ 3 - 3
index.xml

@@ -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">