From 125db611fbdf4f4b13908f937069abfbd6917edc Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Tue, 21 Sep 2010 03:25:00 +0000 Subject: [PATCH] Updated for pdf rendering git-svn-id: http://svn.linuxfromscratch.org/LFS/tags/6.7/BOOK@9381 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/generalinstructions.xml | 5 +++-- chapter08/grub.xml | 6 ++++-- packages.ent | 12 ++++++------ 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 @@ 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 @@ - + - +