Changeset 8abdee4 for BOOK/final-system/common
- Timestamp:
- Feb 10, 2012, 2:35:48 AM (13 years ago)
- Branches:
- clfs-1.2
- Children:
- 8ba9f15
- Parents:
- bcb91ad (diff), c89c360 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - Location:
- BOOK/final-system/common
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/coreutils.xml
rbcb91ad r8abdee4 66 66 for a few files to allow this:</para> 67 67 68 <screen os="m"><userinput>chown -Rv dummy config.log {gnulib-tests,lib,src }</userinput></screen>68 <screen os="m"><userinput>chown -Rv dummy config.log {gnulib-tests,lib,src,tests}</userinput></screen> 69 69 70 70 <para os="n">Then run the remainder of the tests as the -
BOOK/final-system/common/e2fsprogs.xml
rbcb91ad r8abdee4 186 186 <listitem> 187 187 <para>Is used to check, and optionally repair <systemitem 188 class="filesystem">ext2</systemitem> file systems and <systemitem 189 class="filesystem">ext3</systemitem> file systems</para> 188 class="filesystem">ext2</systemitem>, <systemitem 189 class="filesystem">ext3</systemitem> and <systemitem 190 class="filesystem">ext4</systemitem>file systems</para> 190 191 <indexterm zone="ch-system-e2fsprogs e2fsck"> 191 192 <primary sortas="b-e2fsck">e2fsck</primary> … … 328 329 <term><command>mke2fs</command></term> 329 330 <listitem> 330 <para>Creates an <systemitem class="filesystem">ext2</systemitem> 331 or <systemitem class="filesystem">ext3</systemitem> file system on332 the given device</para>331 <para>Creates an <systemitem class="filesystem">ext2</systemitem>, 332 <systemitem class="filesystem">ext3</systemitem> or <systemitem 333 class="filesystem">ext4</systemitem> file system on the given device</para> 333 334 <indexterm zone="ch-system-e2fsprogs mke2fs"> 334 335 <primary sortas="b-mke2fs">mke2fs</primary> -
BOOK/final-system/common/iputils.xml
rbcb91ad r8abdee4 37 37 <para os="a">Compile the package:</para> 38 38 39 <screen os="b"><userinput>make IPV4_TARGETS="tracepath ping rdisc clockdiff " \39 <screen os="b"><userinput>make IPV4_TARGETS="tracepath ping rdisc clockdiff rdisc" \ 40 40 IPV6_TARGETS="tracepath6 traceroute6"</userinput></screen> 41 41
Note:
See TracChangeset
for help on using the changeset viewer.