aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2010-09-21 03:25:00 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2010-09-21 03:25:00 +0000
commit125db611fbdf4f4b13908f937069abfbd6917edc (patch)
tree176ee1660d4b9ae317c51db4dce6567581faa4a4
parentf9975e91530b27c47985e322dedd4ac58f474b0a (diff)
Updated for pdf rendering6.7
git-svn-id: http://svn.linuxfromscratch.org/LFS/tags/6.7/BOOK@9381 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter05/generalinstructions.xml5
-rw-r--r--chapter08/grub.xml6
-rw-r--r--packages.ent12
3 files changed, 13 insertions, 10 deletions
diff --git a/chapter05/generalinstructions.xml b/chapter05/generalinstructions.xml
index c8443dadc..a525d2d84 100644
--- a/chapter05/generalinstructions.xml
+++ b/chapter05/generalinstructions.xml
@@ -75,8 +75,9 @@
<para>To re-emphasize the build process:</para>
<screen role="nodump">
-1. Place all the sources and patches in a directory that will be accessible from the
- chroot envronment such as /mnt/lfs/sources/. Do <emphasis>not</emphasis> put sources in /mnt/lfs/tools/.
+1. Place all the sources and patches in a directory that will be accessible
+ from the chroot envronment such as /mnt/lfs/sources/. Do <emphasis>not</emphasis>
+ put sources in /mnt/lfs/tools/.
2. Change to the sources directory.
3. For each package:
a. Using the tar program, extract the package to be built.
diff --git a/chapter08/grub.xml b/chapter08/grub.xml
index 4cff9afd2..2bf1b4fbb 100644
--- a/chapter08/grub.xml
+++ b/chapter08/grub.xml
@@ -129,14 +129,16 @@ menuentry "GNU/Linux, Linux 2.6.28-11-server" {
insmod ext2
set root=(hd0,2)
search --no-floppy --fs-uuid --set 6b4c0339-5501-4a85-8351-e398e5252be8
- linux /boot/vmlinuz-2.6.28-11-server root=UUID=6b4c0339-5501-4a85-8351-e398e5252be8 ro
+ linux /boot/vmlinuz-2.6.28-11-server \
+ root=UUID=6b4c0339-5501-4a85-8351-e398e5252be8 ro
initrd /boot/initrd.img-2.6.28-11-server
}
menuentry "GNU/Linux, Linux 2.6.28-11-server (recovery mode)" {
insmod ext2
set root=(hd0,2)
search --no-floppy --fs-uuid --set 6b4c0339-5501-4a85-8351-e398e5252be8
- linux /boot/vmlinuz-2.6.28-11-server root=UUID=6b4c0339-5501-4a85-8351-e398e5252be8 ro single
+ linux /boot/vmlinuz-2.6.28-11-server \
+ root=UUID=6b4c0339-5501-4a85-8351-e398e5252be8 ro single
initrd /boot/initrd.img-2.6.28-11-server
}
### END /etc/grub.d/10_linux ###
diff --git a/packages.ent b/packages.ent
index 82648b7f9..4702c431c 100644
--- a/packages.ent
+++ b/packages.ent
@@ -289,12 +289,12 @@
<!ENTITY less-ch6-du "2.9 MB">
<!ENTITY less-ch6-sbu "less than 0.1 SBU">
-<!ENTITY lfs-bootscripts-version "20100627"> <!-- Scripts depend on this format -->
-<!ENTITY lfs-bootscripts-size "BOOTSCRIPTS-SIZE KB"> <!-- Updated in Makefile -->
+<!ENTITY lfs-bootscripts-version "20100627"> <!-- Scripts depend on this format -->
+<!ENTITY lfs-bootscripts-size "43 KB">
<!ENTITY lfs-bootscripts-url "&downloads-root;lfs-bootscripts-&lfs-bootscripts-version;.tar.bz2">
-<!ENTITY lfs-bootscripts-md5 "BOOTSCRIPTS-MD5SUM"> <!-- Updated in Makefile -->
+<!ENTITY lfs-bootscripts-md5 "8d9bdd8176ccf4c26a86f76e97c1e9ca">
<!ENTITY lfs-bootscripts-home " ">
-<!ENTITY lfs-bootscripts-ch7-du "BOOTSCRIPTS-INSTALL-KB KB"> <!-- Updated in Makefile -->
+<!ENTITY lfs-bootscripts-ch7-du "468 KB">
<!ENTITY lfs-bootscripts-ch7-sbu "less than 0.1 SBU">
<!ENTITY libtool-version "2.2.10">
@@ -528,9 +528,9 @@
<!ENTITY udev-testfiles-du "37 MB">
<!ENTITY udev-config "udev-config-20100128"> <!-- Scripts depend on this format -->
-<!ENTITY udev-config-size "UDEV-SIZE KB"> <!-- Updated in Makefile -->
+<!ENTITY udev-config-size "7 KB"> <!-- Updated in Makefile -->
<!ENTITY udev-config-url "&downloads-root;&udev-config;.tar.bz2">
-<!ENTITY udev-config-md5 "UDEV-MD5SUM"> <!-- Updated in Makefile -->
+<!ENTITY udev-config-md5 "f417a8c9f43e50fbd43797c0f0a1a7da">
<!ENTITY udev-config-home " ">
<!ENTITY util-linux-ng-version "2.18">