Opened 10 years ago
Closed 10 years ago
#3679 closed defect (fixed)
typo in Chapter 1.1. How to Build an LFS System
Reported by: | Davis Abubakr-Sadik Nii Nai | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 7.7 |
Component: | Book | Version: | SVN |
Severity: | trivial | Keywords: | |
Cc: |
Description
In chapter 1.1 paragraph 7 reads; 'The system does not actually reboot, but instead "chroot's" because creating ...' should read; 'The system does not actually reboot, but instead "chroots" because creating ...'
Index: chapter01/how.xml =================================================================== --- chapter01/how.xml (revision 10761) +++ chapter01/how.xml (working copy) @@ -74,7 +74,7 @@ a virtual environment and start a new shell whose root directory will be set to the LFS partition. This is very similar to rebooting and instructing the kernel to mount the LFS partition as the root partition. The system - does not actually reboot, but instead <command>chroot</command>'s because + does not actually reboot, but instead <command>chroot</command>s because creating a bootable system requires additional work which is not necessary just yet. The major advantage is that <quote>chrooting</quote> allows you to continue using the host system while LFS is being built. While waiting
Note:
See TracTickets
for help on using tickets.
Fixed at revision 10763 with minor changes.