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/creatingfilesystem.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'chapter02/creatingfilesystem.xml') diff --git a/chapter02/creatingfilesystem.xml b/chapter02/creatingfilesystem.xml index 4e7346b20..d9587d20f 100644 --- a/chapter02/creatingfilesystem.xml +++ b/chapter02/creatingfilesystem.xml @@ -21,9 +21,9 @@ To create an ext2 file system on the LFS partition, run the following: -mke2fs -v /dev/[xxx] +mke2fs -v /dev/<xxx> - Replace [xxx] with the name of the LFS + Replace <xxx> with the name of the LFS partition (hda5 in our previous example). @@ -35,7 +35,7 @@ features, upgrade your e2fsprogs. To check if your host system uses custom enhancements, run the following command: -debugfs -R feature /dev/[xxx] +debugfs -R feature /dev/<xxx> If the output contains features other than: ; ; ; @@ -51,7 +51,7 @@ mkdir -v build cd build ../configure make #note that we intentionally don't 'make install' here! -./misc/mke2fs -v /dev/[xxx] +./misc/mke2fs -v /dev/<xxx> cd /tmp rm -rfv e2fsprogs-&e2fsprogs-version; @@ -61,9 +61,9 @@ rm -rfv e2fsprogs-&e2fsprogs-version; If you are using an existing swap partition, there is no need to format it. -mkswap /dev/[yyy] +mkswap /dev/<yyy> - Replace [yyy] with the name of the + Replace <yyy> with the name of the swap partition. -- cgit v1.2.3-54-g00ecf