diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-07-06 15:25:48 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-07-06 15:25:48 +0000 |
commit | 11ce06ae65258859cc43ab338e2a81f880b011e4 (patch) | |
tree | 5beb41dca40b1fa68041dfd0c86d981387c5af42 /chapter03/mounting.xml | |
parent | e3f06c0127185ea72d51f06fe812031e459df463 (diff) |
Removed indentation from commands (from <blockquote><literallayout> to
<para><screen>
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@760 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter03/mounting.xml')
-rw-r--r-- | chapter03/mounting.xml | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/chapter03/mounting.xml b/chapter03/mounting.xml index 562706186..d6c3b08e5 100644 --- a/chapter03/mounting.xml +++ b/chapter03/mounting.xml @@ -14,17 +14,21 @@ directory is chosen, just make sure you remember what you chose. Create the /mnt/lfs directory by running: </para> -<blockquote><literallayout> - <userinput>mkdir -p /mnt/lfs</userinput> -</literallayout></blockquote> +<para> +<screen> +<userinput>mkdir -p /mnt/lfs</userinput> +</screen> +</para> <para> Now mount the LFS partition by running: </para> -<blockquote><literallayout> - <userinput>mount /dev/xxx /mnt/lfs</userinput> -</literallayout></blockquote> +<para> +<screen> +<userinput>mount /dev/xxx /mnt/lfs</userinput> +</screen> +</para> <para> Replace <quote>xxx</quote> by the partition's designation (like hda11). |