From 1422130085ebfa2674217107518bd12a8895bd00 Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Sun, 19 Dec 2004 19:08:13 +0000 Subject: Dropped/updated the text in unstable - Chapter01, 02 and 09. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4423 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter09/getcounted.xml | 4 ++++ chapter09/reboot.xml | 18 +++++++++--------- chapter09/theend.xml | 2 ++ chapter09/whatnow.xml | 4 ++++ 4 files changed, 19 insertions(+), 9 deletions(-) (limited to 'chapter09') diff --git a/chapter09/getcounted.xml b/chapter09/getcounted.xml index 4eeaa7b74..24ae18c7b 100644 --- a/chapter09/getcounted.xml +++ b/chapter09/getcounted.xml @@ -7,6 +7,9 @@ Get Counted +See testing + + diff --git a/chapter09/reboot.xml b/chapter09/reboot.xml index 96969a9d4..018b13f8f 100644 --- a/chapter09/reboot.xml +++ b/chapter09/reboot.xml @@ -7,8 +7,8 @@ Rebooting the system -Now that all of the software has been installed, it is time to reboot -your computer. First exit from the chroot environment: +Now that all of the software has been installed, it is time to +reboot the computer. First exit from the chroot environment: logout @@ -20,25 +20,25 @@ umount $LFS/dev umount $LFS/proc umount $LFS/sys -And unmount the LFS file system: +Unmount the LFS file system itself: umount $LFS -If at the start you decided to create multiple partitions, you'll need to -unmount the other partitions before unmounting the main one, like this: +If multiple partitions were created, unmount the other +partitions before unmounting the main one, like this: umount $LFS/usr umount $LFS/home umount $LFS -Now reboot your system with: +Now, reboot the system with: shutdown -r now Assuming the Grub boot loader was set up as outlined earlier, the menu -is set to boot LFS &milestone; automatically. +is set to boot LFS &version; automatically. -When the reboot is complete, your LFS system is ready for use and you -can start adding your own software. +When the reboot is complete, the LFS system is ready for use and +software can be added. diff --git a/chapter09/theend.xml b/chapter09/theend.xml index c29cc6f8a..8099c8cf9 100644 --- a/chapter09/theend.xml +++ b/chapter09/theend.xml @@ -9,6 +9,7 @@ /etc/lfs-release + echo &version; > /etc/lfs-release diff --git a/chapter09/whatnow.xml b/chapter09/whatnow.xml index 4bc76c04a..50e48d63f 100644 --- a/chapter09/whatnow.xml +++ b/chapter09/whatnow.xml @@ -7,6 +7,9 @@ What now? +See testing + + -- cgit v1.2.3-54-g00ecf