From fcc027677da55c41dcaea045f5b9ff8b088e6495 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Sun, 7 Jun 2020 20:16:00 +0000 Subject: Initial commit of alternative cross LFS git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11897 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter10/introduction.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 chapter10/introduction.xml (limited to 'chapter10/introduction.xml') diff --git a/chapter10/introduction.xml b/chapter10/introduction.xml new file mode 100644 index 000000000..5cb40b882 --- /dev/null +++ b/chapter10/introduction.xml @@ -0,0 +1,18 @@ + + + %general-entities; +]> + + + + + Introduction + + It is time to make the LFS system bootable. This chapter + discusses creating an fstab file, building a + kernel for the new LFS system, and installing the GRUB boot loader so + that the LFS system can be selected for booting at startup. + + -- cgit v1.2.3-54-g00ecf From 37b5ac129337230433b90e94f9e50cebab8d72d9 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Fri, 12 Jun 2020 22:03:30 +0000 Subject: Finish review/update to cross2 book git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11931 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter10/grub.xml | 9 ++++----- chapter10/introduction.xml | 2 +- chapter11/reboot.xml | 8 ++++---- chapter11/theend.xml | 2 +- chapter11/whatnow.xml | 4 ++-- 5 files changed, 12 insertions(+), 13 deletions(-) (limited to 'chapter10/introduction.xml') diff --git a/chapter10/grub.xml b/chapter10/grub.xml index d6897d5e5..fbc1eef9f 100644 --- a/chapter10/grub.xml +++ b/chapter10/grub.xml @@ -20,12 +20,11 @@ Introduction Configuring GRUB incorrectly can render your system - inoperable without an alternate boot device such as a CD-ROM. This - section is not required to boot your LFS system. You may just - want to modify your current boot loader, e.g. Grub-Legacy, GRUB2, or + inoperable without an alternate boot device such as a CD-ROM or bootable + USB drive. This section is not required to boot your LFS system. You may + just want to modify your current boot loader, e.g. Grub-Legacy, GRUB2, or LILO. - Ensure that an emergency boot disk is ready to rescue the computer if the computer becomes unusable (un-bootable). If you do not already have a boot device, you can create one. In order for the procedure @@ -83,7 +82,7 @@ xorriso -as cdrecord -v dev=/dev/cdrw blank=as_needed grub-img.isoThe location of the boot partition is a choice of the user that affects the configuration. One recommendation is to have a separate small - (suggested size is 100 MB) partition just for boot information. That way + (suggested size is 200 MB) partition just for boot information. That way each build, whether LFS or some commercial distro, can access the same boot files and access can be made from any booted system. If you choose to do this, you will need to mount the separate partition, move all files in the diff --git a/chapter10/introduction.xml b/chapter10/introduction.xml index 5cb40b882..2b233ec08 100644 --- a/chapter10/introduction.xml +++ b/chapter10/introduction.xml @@ -11,7 +11,7 @@ Introduction It is time to make the LFS system bootable. This chapter - discusses creating an fstab file, building a + discusses creating the /etc/fstab file, building a kernel for the new LFS system, and installing the GRUB boot loader so that the LFS system can be selected for booting at startup. diff --git a/chapter11/reboot.xml b/chapter11/reboot.xml index c6a857dbd..1822e6165 100644 --- a/chapter11/reboot.xml +++ b/chapter11/reboot.xml @@ -89,10 +89,6 @@ umount -v $LFS/run umount -v $LFS/proc umount -v $LFS/sys - Unmount the LFS file system itself: - -umount -v $LFS - If multiple partitions were created, unmount the other partitions before unmounting the main one, like this: @@ -100,6 +96,10 @@ umount -v $LFS/sys umount -v $LFS/home umount -v $LFS + Unmount the LFS file system itself: + +umount -v $LFS + Now, reboot the system with: shutdown -r now diff --git a/chapter11/theend.xml b/chapter11/theend.xml index 9f2ca17cc..6a5f8ad7a 100644 --- a/chapter11/theend.xml +++ b/chapter11/theend.xml @@ -36,7 +36,7 @@ echo &versiond; > /etc/lfs-release Two files describing the installed system may be used by packages - that will be installed on the system, either in binary form or by building + that can be installed on the system later, either in binary form or by building them. The first one shows the status of your diff --git a/chapter11/whatnow.xml b/chapter11/whatnow.xml index 273eb7740..9e6062cf7 100644 --- a/chapter11/whatnow.xml +++ b/chapter11/whatnow.xml @@ -57,7 +57,7 @@ The Beyond Linux From Scratch book covers installation procedures for a wide range of software beyond the scope of the LFS - Book. The BLFS project is located at . + Book. The BLFS project is located at . @@ -65,7 +65,7 @@ The LFS Hints are a collection of educational documents submitted by volunteers in the LFS community. The hints are available - at . + at . -- cgit v1.2.3-54-g00ecf