From 90e3cb3f0e14cadecc0edf2b6de96ee432bc60de Mon Sep 17 00:00:00 2001 From: Alex Gronenwoud Date: Sun, 1 Feb 2004 21:49:10 +0000 Subject: Replacing several tags by . git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3203 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter03/chapter03.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'chapter03') diff --git a/chapter03/chapter03.xml b/chapter03/chapter03.xml index 2a419fec2..2b1fe79ba 100644 --- a/chapter03/chapter03.xml +++ b/chapter03/chapter03.xml @@ -39,12 +39,12 @@ The swap partition for your LFS system can be the same one as for your host system, so you won't have to create another if your host system already uses a swap partition. -Start a disk partitioning program such as cfdisk -or fdisk with an argument naming the hard disk upon +Start a disk partitioning program such as cfdisk +or fdisk with an argument naming the hard disk upon which the new partition must be created -- for example /dev/hda for the primary IDE disk. Create a Linux native partition and a swap partition, if needed. Please refer to the man pages of -cfdisk or fdisk if you don't yet +cfdisk or fdisk if you don't yet know how to use the programs. Remember the designation of your new partition -- something like @@ -122,7 +122,7 @@ with the appropriate partition names. You should also ensure that this new partition is not mounted with permissions that are too restrictive (such as the nosuid, nodev or noatime -options). You can run the mount command without any +options). You can run the mount command without any parameters to see with what options the LFS partition is mounted. If you see nosuid, nodev or noatime, you will need to remount it. -- cgit v1.2.3-54-g00ecf