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 @@
To re-emphasize the build process:
-1. Place all the sources and patches in a directory that will be accessible from the
- chroot envronment such as /mnt/lfs/sources/. Do not 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 not
+ 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 @@
-
-
+
+
-
+
-
+
@@ -528,9 +528,9 @@
-
+
-
+