Author: manuel
Date: 2005-10-30 05:34:34 -0700 (Sun, 30 Oct 2005)
New Revision: 7105
Modified:
branches/cross-lfs/BOOK/boot/common/bootscripts.xml
branches/cross-lfs/BOOK/boot/common/fstab.xml
branches/cross-lfs/BOOK/boot/sparc/fstab.xml
Log:
Tags and look fixes in boot chapter.
Modified: branches/cross-lfs/BOOK/boot/common/bootscripts.xml
===================================================================
--- branches/cross-lfs/BOOK/boot/common/bootscripts.xml 2005-10-30 11:42:45 UTC
(rev 7104)
+++ branches/cross-lfs/BOOK/boot/common/bootscripts.xml 2005-10-30 12:34:34 UTC
(rev 7105)
@@ -49,7 +49,7 @@
<para>Make bootscripts usable at boot:</para>
-<screen><userinput> cp ${LFS}/etc/rc.d/init.d/functions{,.bak}
+<screen><userinput>cp ${LFS}/etc/rc.d/init.d/functions{,.bak}
sed 's|/bin:/usr/bin:/sbin:/usr/sbin|/tools/bin:/tools/sbin:/bin:/sbin|g' \
${LFS}/etc/rc.d/init.d/functions.bak \
> ${LFS}/etc/rc.d/init.d/functions
@@ -62,12 +62,12 @@
href="../../bootscripts/common/setclock.xml"
xpointer="xpointer(//[EMAIL PROTECTED]'a'])"/>
- <para>If you do not know whether or not the hardware clock is set
- to UTC, you can find out after you have booted the new machine by running
- the <userinput>hwclock --localtime --show</userinput> command, and if
- necessary editing the /etc/sysconfig/clock script. The worst that will
- happen if you make a wrong guess here is that the time displayed will be
- wrong.</para>
+ <para>If you do not know whether or not the hardware clock is set to UTC,
+ you can find out after you have booted the new machine by running the
+ <userinput>hwclock --localtime --show</userinput> command, and if
+ necessary editing the <filename>/etc/sysconfig/clock</filename> script.
+ The worst that will happen if you make a wrong guess here is that the
+ time displayed will be wrong.</para>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="../../bootscripts/common/setclock.xml"
Modified: branches/cross-lfs/BOOK/boot/common/fstab.xml
===================================================================
--- branches/cross-lfs/BOOK/boot/common/fstab.xml 2005-10-30 11:42:45 UTC
(rev 7104)
+++ branches/cross-lfs/BOOK/boot/common/fstab.xml 2005-10-30 12:34:34 UTC
(rev 7105)
@@ -22,15 +22,15 @@
<screen><userinput>cat > ${LFS}/etc/fstab << "EOF"
<literal># Begin /etc/fstab
-# file system mount-point type options dump fsck
-# order
+# file system mount-point type options dump fsck
+# order
-/dev/<replaceable>[xxx]</replaceable> /
<replaceable>[fff]</replaceable> defaults 1 1
-/dev/<replaceable>[yyy]</replaceable> swap swap pri=1
0 0
-proc /proc proc defaults 0 0
-sysfs /sys sysfs defaults 0 0
+/dev/<replaceable>[xxx]</replaceable> /
<replaceable>[fff]</replaceable> defaults 1 1
+/dev/<replaceable>[yyy]</replaceable> swap swap pri=1
0 0
+proc /proc proc defaults 0 0
+sysfs /sys sysfs defaults 0 0
devpts /dev/pts devpts gid=10,mode=620 0 0
-shm /dev/shm tmpfs defaults 0 0
+shm /dev/shm tmpfs defaults 0 0
# End /etc/fstab</literal>
EOF</userinput></screen>
Modified: branches/cross-lfs/BOOK/boot/sparc/fstab.xml
===================================================================
--- branches/cross-lfs/BOOK/boot/sparc/fstab.xml 2005-10-30 11:42:45 UTC
(rev 7104)
+++ branches/cross-lfs/BOOK/boot/sparc/fstab.xml 2005-10-30 12:34:34 UTC
(rev 7105)
@@ -21,16 +21,16 @@
<screen><userinput>cat > ${LFS}/etc/fstab << "EOF"
<literal># Begin /etc/fstab
-# file system mount-point type options dump fsck
-# order
+# file system mount-point type options dump fsck
+# order
-/dev/<replaceable>[xxx]</replaceable> /
<replaceable>[fff]</replaceable> defaults 1 1
-/dev/<replaceable>[yyy]</replaceable> swap swap pri=1
0 0
-proc /proc proc defaults 0 0
-sysfs /sys sysfs defaults 0 0
-devpts /dev/pts devpts gid=10,mode=620 0 0
-shm /dev/shm tmpfs defaults 0 0
-none /proc/openprom openpromfs defaults 0 0
+/dev/<replaceable>[xxx]</replaceable> /
<replaceable>[fff]</replaceable> defaults 1 1
+/dev/<replaceable>[yyy]</replaceable> swap swap pri=1
0 0
+proc /proc proc defaults 0 0
+sysfs /sys sysfs defaults 0 0
+devpts /dev/pts devpts gid=10,mode=620 0 0
+shm /dev/shm tmpfs defaults 0 0
+none /proc/openprom openpromfs defaults 0 0
# End /etc/fstab</literal>
EOF</userinput></screen>
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page