From 64df8d1626281ac6c8981999064c6f6b7cf48743 Mon Sep 17 00:00:00 2001 From: Thomas Balu Walter Date: Wed, 28 Mar 2001 13:00:22 +0000 Subject: changed hda11 into xxx and added a note - to avoid someone cutnpasting the wrong partition git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@370 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter03/creatingfs.xml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'chapter03') diff --git a/chapter03/creatingfs.xml b/chapter03/creatingfs.xml index 2e9f263eb..04263cb5f 100644 --- a/chapter03/creatingfs.xml +++ b/chapter03/creatingfs.xml @@ -12,7 +12,7 @@ run the following:
- mke2fs /dev/hda11 + mke2fs /dev/xxx
@@ -22,9 +22,13 @@ To create a reiser file system, run the following:
- mkreiserfs /dev/hda11 + mkreiserfs /dev/xxx
+ +Replace "xxx" by the partition's designation (like hda11). + + -- cgit v1.2.3-54-g00ecf