From 2ca8941c1fd5739874e4c29bd5ad176b21587a3d Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Mon, 11 Feb 2013 20:09:22 +0000 Subject: Remove trailing whitespace from all files. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10121 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter08/fstab.xml | 2 +- chapter08/grub.xml | 24 ++++++++++++------------ chapter08/kernel.xml | 6 +++--- 3 files changed, 16 insertions(+), 16 deletions(-) (limited to 'chapter08') diff --git a/chapter08/fstab.xml b/chapter08/fstab.xml index 39873d650..066c3b901 100644 --- a/chapter08/fstab.xml +++ b/chapter08/fstab.xml @@ -103,7 +103,7 @@ EOF failures for some hard disk types. To do this, add the mount option to the appropriate entry in /etc/fstab. To check if the disk drive supports - this option, run + this option, run hdparm on the applicable disk drive. For example, if: diff --git a/chapter08/grub.xml b/chapter08/grub.xml index 8d92d5ea7..1ff73d777 100644 --- a/chapter08/grub.xml +++ b/chapter08/grub.xml @@ -47,8 +47,8 @@ xorriso -as cdrecord -v dev=/dev/cdrw blank=as_needed grub-img.iso(hdn,m), where n is the hard drive number and m is the partition number. The hard drive number starts from zero, but the partition number - starts from one for normal partitions and five for extended partitions. - Note that this is different from earlier versions where + starts from one for normal partitions and five for extended partitions. + Note that this is different from earlier versions where both numbers started from zero. For example, partition sda1 is (hd0,1) to GRUB and sdb3 is @@ -63,7 +63,7 @@ xorriso -as cdrecord -v dev=/dev/cdrw blank=as_needed grub-img.iso Setting Up the Configuration - GRUB works by writing data to the first physical track of the + GRUB works by writing data to the first physical track of the hard disk. This area is not part of any file system. The programs there access GRUB modules in the boot partition. The default location is /boot/grub/. @@ -90,19 +90,19 @@ xorriso -as cdrecord -v dev=/dev/cdrw blank=as_needed grub-img.isosda2. Install the GRUB files into /boot/grub and set up the boot track: + class="directory">/boot/grub and set up the boot track: The following command will overwrite the current boot loader. Do not run the command if this is not desired, for example, if using a third party - boot manager to manage the Master Boot Record (MBR). + boot manager to manage the Master Boot Record (MBR). grub-install /dev/sda