diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2006-05-30 17:11:03 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2006-05-30 17:11:03 +0000 |
commit | 47849a7eadfcd30ae205dfe3fa1588d007556cb2 (patch) | |
tree | 790fe9f7873f28920069a24cba785ebc7d85b38c | |
parent | 00e4c9a31a282bfab22958a397b23d0515ea752d (diff) |
Remove swapdev from the list of programs installed by util-linux.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7636 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 11 | ||||
-rw-r--r-- | chapter06/util-linux.xml | 12 |
2 files changed, 12 insertions, 11 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index b31a63dad..83602b912 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -37,6 +37,17 @@ --> <listitem> + <para>May 30, 2006</para> + <itemizedlist> + <listitem> + <para>[matthew] - Removed <command>swapdev</command> from the list of + files installed by util-linux. Thanks to Chris Staub for the patch. + </para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>May 27, 2006</para> <itemizedlist> <listitem> diff --git a/chapter06/util-linux.xml b/chapter06/util-linux.xml index 9076c1be0..4892e6f29 100644 --- a/chapter06/util-linux.xml +++ b/chapter06/util-linux.xml @@ -109,7 +109,7 @@ mkdir -p /var/lib/hwclock</userinput></screen> mkfs.cramfs, mkfs.minix, mkswap, more, mount, namei, pg, pivot_root, ramsize (link to rdev), raw, rdev, readprofile, rename, renice, rev, rootflags (link to rdev), script, setfdprm, setsid, setterm, sfdisk, - swapdev, swapoff (link to swapon), swapon, tunelp, ul, umount, vidmode + swapoff (link to swapon), swapon, tunelp, ul, umount, vidmode (link to rdev), whereis, and write</seg> </seglistitem> </segmentedlist> @@ -669,16 +669,6 @@ mkdir -p /var/lib/hwclock</userinput></screen> </listitem> </varlistentry> - <varlistentry id="swapdev"> - <term><command>swapdev</command></term> - <listitem> - <para>Sets the swap device in a bootable image</para> - <indexterm zone="ch-system-util-linux swapdev"> - <primary sortas="b-swapdev">swapdev</primary> - </indexterm> - </listitem> - </varlistentry> - <varlistentry id="swapoff"> <term><command>swapoff</command></term> <listitem> |