Changeset 6823
- Timestamp:
- 09/10/05 16:56:16 (3 years ago)
- Files:
-
- trunk/BOOK/chapter02/creatingfilesystem.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/BOOK/chapter02/creatingfilesystem.xml
r6774 r6823 18 18 <para>To create an ext2 file system on the LFS partition, run the following:</para> 19 19 20 <screen ><userinput>mke2fs /dev/<replaceable>[xxx]</replaceable></userinput></screen>20 <screen role="nodump"><userinput>mke2fs /dev/<replaceable>[xxx]</replaceable></userinput></screen> 21 21 22 22 <para>Replace <replaceable>[xxx]</replaceable> with the name of the LFS … … 54 54 no need to format it.</para> 55 55 56 <screen ><userinput>mkswap /dev/<replaceable>[yyy]</replaceable></userinput></screen>56 <screen role="nodump"><userinput>mkswap /dev/<replaceable>[yyy]</replaceable></userinput></screen> 57 57 58 58 <para>Replace <replaceable>[yyy]</replaceable> with the name of the swap
