Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/util-linux.xml

    r9bfd203f re46c54d  
    9494<screen><userinput remap="make">make</userinput></screen>
    9595
    96     <!-- To editors:
    97          Two tests need a /etc/fstab file.  They are skipped if the host
    98          distro isn't using systemd as the init system, so don't remove
    99          the creation of /etc/fstab unless you've tested it with such a
    100          host distro (for example LFS systemd or Debian).  -->
    101     <para>If desired, create a dummy <filename>/etc/fstab</filename> file
    102     to satisfy two tests and run the test suite as a non-&root;
    103     user:</para>
     96    <para>If desired, run the test suite as a non-&root; user:</para>
    10497
    10598    <warning><para>Running the test suite as the
     
    114107    </warning>
    115108
    116 <screen><userinput remap="test">touch /etc/fstab
    117 chown -R tester .
     109<screen><userinput remap="test">chown -R tester .
    118110su tester -c "make -k check"</userinput></screen>
    119111
     
    122114       does not have the option <option>CONFIG_CRYPTO_USER_API_HASH</option>
    123115       enabled or does not have any options providing a SHA256 implementation
    124        (for example, <option>CONFIG_CRYPTO_SHA256</option>, or
    125        <option>CONFIG_CRYPTO_SHA256_SSSE3</option> if the CPU supports
    126        Supplemental SSE3) enabled. In addition, the lsfd: inotify test will
     116       (for example, <option>CONFIG_CRYPTO_SHA256</option>)
     117       enabled. In addition, the lsfd: inotify test will
    127118       fail if the kernel option <option>CONFIG_NETLINK_DIAG</option> is not
    128119       enabled.
     
    152143        eject, fallocate, fdisk, fincore, findfs, findmnt, flock, fsck,
    153144        fsck.cramfs, fsck.minix, fsfreeze, fstrim, getopt, hardlink, hexdump, hwclock,
    154         i386 (link to setarch), ionice, ipcmk, ipcrm, ipcs, irqtop, isosize, kill, last,
     145        ionice, ipcmk, ipcrm, ipcs, irqtop, isosize, kill, last,
    155146        lastb (link to last), ldattach, linux32 (link to setarch), linux64 (link to setarch),
    156147        logger, look, losetup, lsblk, lscpu, lsipc, lsirq, lsfd, lslocks, lslogins,
     
    161152        swapoff, swapon, switch_root, taskset, uclampset, ul,
    162153        umount, uname26 (link to setarch), unshare, utmpdump, uuidd, uuidgen, uuidparse,
    163         wall, wdctl, whereis, wipefs, x86_64 (link to setarch), and zramctl</seg>
     154        wall, wdctl, whereis, wipefs, and zramctl</seg>
    164155        <seg>libblkid.so, libfdisk.so, libmount.so,
    165156        libsmartcols.so, and libuuid.so</seg>
     
    544535      </varlistentry>
    545536
    546       <varlistentry id="i386">
    547         <term><command>i386</command></term>
    548         <listitem>
    549           <para>A symbolic link to setarch</para>
    550           <indexterm zone="ch-system-util-linux i386">
    551             <primary sortas="b-i386">i386</primary>
    552           </indexterm>
    553         </listitem>
    554       </varlistentry>
    555 
    556537      <varlistentry id="ionice">
    557538        <term><command>ionice</command></term>
     
    13051286      </varlistentry>
    13061287
    1307       <varlistentry id="x86_64">
    1308         <term><command>x86_64</command></term>
    1309         <listitem>
    1310           <para>A symbolic link to setarch</para>
    1311           <indexterm zone="ch-system-util-linux x86_64">
    1312             <primary sortas="b-x86_64">x86_64</primary>
    1313           </indexterm>
    1314         </listitem>
    1315       </varlistentry>
    1316 
    13171288      <varlistentry id="zramctl">
    13181289        <term><command>zramctl</command></term>
Note: See TracChangeset for help on using the changeset viewer.