diff options
author | Jeremy Huntwork <jhuntwork@linuxfromscratch.org> | 2005-09-10 23:16:13 +0000 |
---|---|---|
committer | Jeremy Huntwork <jhuntwork@linuxfromscratch.org> | 2005-09-10 23:16:13 +0000 |
commit | c2f2e792fd1efa5ef5f2ac543f8814e926cc7fd5 (patch) | |
tree | ff4fd9aa99a02ebe9a3b1cd87344f86784e9f37e /chapter02 | |
parent | 75153cb986c7b3e6891a91639efda5a2a7800091 (diff) |
More nodump roles for mounting in chapter 2
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6826 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter02')
-rw-r--r-- | chapter02/mounting.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter02/mounting.xml b/chapter02/mounting.xml index 0ac3f91bf..e9ffd2d26 100644 --- a/chapter02/mounting.xml +++ b/chapter02/mounting.xml @@ -17,12 +17,12 @@ to you.</para> <para>Choose a mount point and assign it to the <envar>LFS</envar> environment variable by running:</para> -<screen><userinput>export LFS=/mnt/lfs</userinput></screen> +<screen role="nodump"><userinput>export LFS=/mnt/lfs</userinput></screen> <para>Next, create the mount point and mount the LFS file system by running:</para> -<screen><userinput>mkdir -p $LFS +<screen role="nodump"><userinput>mkdir -p $LFS mount /dev/<replaceable>[xxx]</replaceable> $LFS</userinput></screen> <para>Replace <replaceable>[xxx]</replaceable> with the designation of the LFS @@ -32,7 +32,7 @@ partition.</para> class="directory">/</filename> and another for <filename class="directory">/usr</filename>), mount them using:</para> -<screen><userinput>mkdir -p $LFS +<screen role="nodump"><userinput>mkdir -p $LFS mount /dev/<replaceable>[xxx]</replaceable> $LFS mkdir $LFS/usr mount /dev/<replaceable>[yyy]</replaceable> $LFS/usr</userinput></screen> |