From 0090db5c7b0cb69fc9c06da99ad868814414d2b0 Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Fri, 14 Apr 2006 09:37:17 +0000 Subject: Changed typography convections. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7516 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter02/mounting.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'chapter02/mounting.xml') diff --git a/chapter02/mounting.xml b/chapter02/mounting.xml index 67f786203..2d081fc79 100644 --- a/chapter02/mounting.xml +++ b/chapter02/mounting.xml @@ -26,9 +26,9 @@ running: mkdir -pv $LFS -mount -v /dev/[xxx] $LFS +mount -v /dev/<xxx> $LFS - Replace [xxx] with the designation of the LFS + Replace <xxx> with the designation of the LFS partition. If using multiple partitions for LFS (e.g., one for [xxx] $LFS class="directory">/usr), mount them using: mkdir -pv $LFS -mount -v /dev/[xxx] $LFS +mount -v /dev/<xxx> $LFS mkdir -v $LFS/usr -mount -v /dev/[yyy] $LFS/usr +mount -v /dev/<yyy> $LFS/usr - Replace [xxx] and - [yyy] with the appropriate partition + Replace <xxx> and + <yyy> with the appropriate partition names. Ensure that this new partition is not mounted with permissions that -- cgit v1.2.3-54-g00ecf