From c844bc5103a9b796d8b80998f34aec2c4ccc29ca Mon Sep 17 00:00:00 2001 From: Jeremy Huntwork Date: Sat, 10 Sep 2005 22:56:16 +0000 Subject: [PATCH] Adding 'nodump' roles to two partiton-related commands in chapter 2 git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6823 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter02/creatingfilesystem.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chapter02/creatingfilesystem.xml b/chapter02/creatingfilesystem.xml index 414ca6a77..fcea5457c 100644 --- a/chapter02/creatingfilesystem.xml +++ b/chapter02/creatingfilesystem.xml @@ -17,7 +17,7 @@ url="&blfs-root;view/svn/postlfs/filesystems.html"/>. To create an ext2 file system on the LFS partition, run the following: -mke2fs /dev/[xxx] +mke2fs /dev/[xxx] Replace [xxx] with the name of the LFS partition (hda5 in our previous example). @@ -53,7 +53,7 @@ rm -rf e2fsprogs-&e2fsprogs-version; issuing the command below. 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 swap partition.