Changeset 6541b70


Ignore:
Timestamp:
07/02/2010 12:01:06 AM (14 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
b728ca9
Parents:
344f65a
Message:

Update to util-linix-ng-2.18

Exapand and reformat notes concerning grub.cfg

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9330 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r344f65a r6541b70  
    3838-->
    3939    <listitem>
     40      <para>2010-07-02</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[bdubbs] - Exapand and reformat notes concerning
     44           grub.cfg.</para>
     45        </listitem>
     46         <listitem>
     47           <para>[bdubbs] - Updated to util-linix-ng-2.18.
     48           Fixes
     49           <ulink url="&lfs-ticket-root;2681">#2681</ulink>.</para>
     50         </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
     54    <listitem>
    4055      <para>2010-07-01</para>
    4156      <itemizedlist>
  • chapter06/util-linux-ng.xml

    r344f65a r6541b70  
    110110        <seg>addpart, agetty, arch, blkid, blockdev, cal, cfdisk, chkdupexe,
    111111        chrt, col, colcrt, colrm, column, ctrlaltdel, cytune, ddate, delpart,
    112         dmesg, fallocate, fdformat, fdisk, findfs, flock, fsck, fsck.cramfs,
    113         fsck.minix, getopt, hexdump, hwclock, i386, ionice, ipcmk, ipcrm, ipcs,
    114         isosize, ldattach, line, linux32, linux64, logger, look, losetup, lscpu,
    115         mcookie, mkfs, mkfs.bfs, mkfs.cramfs, mkfs.minix, mkswap, more, mount,
    116         namei, partx, pg, pivot_root, readprofile, rename, renice, rev,
    117         rtcwake, script, scriptreplay, setarch, setsid, setterm, sfdisk,
    118         swapoff (link to swapon), swapon, switch_root, tailf, taskset, tunelp,
    119         ul, umount, unshare, uuidd, uuidgen, wall, whereis, wipefs, and write</seg>
    120         <seg>libblkid.{a,so}, libuuid.{a,so}</seg>
     112        dmesg, fallocate, fdformat, fdisk, findfs, findmnt, flock, fsck,
     113        fsck.cramfs, fsck.minix, fsfreeze, getopt, hexdump, hwclock, i386,
     114        ionice, ipcmk, ipcrm, ipcs, isosize, ldattach, line, linux32, linux64,
     115        logger, look, losetup, lscpu, mcookie, mkfs, mkfs.bfs, mkfs.cramfs,
     116        mkfs.minix, mkswap, more, mount, namei, partx, pg, pivot_root,
     117        readprofile, rename, renice, rev, rtcwake, script, scriptreplay,
     118        setarch, setsid, setterm, sfdisk, swaplabel, swapoff (link to swapon),
     119        swapon, switch_root, tailf, taskset, tunelp, ul, umount, unshare,
     120        uuidd, uuidgen, wall, whereis, wipefs, and write</seg>
     121        <seg>libblkid.{a,so}, libmount.{a,so}, libuuid.{a,so}</seg>
    121122        <seg>/usr/share/getopt, /var/lib/hwclock</seg>
    122123      </seglistitem>
     
    356357      </varlistentry>
    357358
     359      <varlistentry id="findmnt">
     360        <term><command>findmnt</command></term>
     361        <listitem>
     362          <para>Is a command line interface to the libmount library
     363          for work with mountinfo, fstab and mtab files</para>
     364          <indexterm zone="ch-system-util-linux-ng findmnt">
     365            <primary sortas="b-findmnt">findmnt</primary>
     366          </indexterm>
     367        </listitem>
     368      </varlistentry>
     369
    358370      <varlistentry id="flock">
    359371        <term><command>flock</command></term>
     
    395407          <indexterm zone="ch-system-util-linux-ng fsck.minix">
    396408            <primary sortas="b-fsck.minix">fsck.minix</primary>
     409          </indexterm>
     410        </listitem>
     411      </varlistentry>
     412
     413      <varlistentry id="fsfreeze">
     414        <term><command>fsfreeze</command></term>
     415        <listitem>
     416          <para>Is a very simple wrapper around FIFREEZE/FITHAW ioctl
     417          kernel driver operations</para>
     418          <indexterm zone="ch-system-util-linux-ng fsfreeze">
     419            <primary sortas="b-fsfreeze">fsfreeze</primary>
    397420          </indexterm>
    398421        </listitem>
     
    811834      </varlistentry>
    812835
     836      <varlistentry id="swaplabel">
     837        <term><command>swaplabel</command></term>
     838        <listitem>
     839          <para>Allows to change swaparea UUID and label</para>
     840          <indexterm zone="ch-system-util-linux-ng swaplabel">
     841            <primary sortas="b-swaplabel">swaplabel</primary>
     842          </indexterm>
     843        </listitem>
     844      </varlistentry>
     845
    813846      <varlistentry id="swapoff">
    814847        <term><command>swapoff</command></term>
  • chapter08/grub.xml

    r344f65a r6541b70  
    110110
    111111### BEGIN /etc/grub.d/10_linux ###
    112 menuentry "GNU/Linux, Linux 2.6.30.2-lfs65" {
     112menuentry "GNU/Linux, Linux 2.6.34-lfs" {
    113113        insmod ext2
    114114        set root=(hd0,2)
     
    148148</computeroutput></screen>
    149149
    150   <para>Note that even though there is a warning not to edit the file, you can
    151   do so as long as you do not re-run <command>grub-mkconfig</command>.  The
    152   <emphasis>search</emphasis> lines are not meaningful for LFS systems as that
    153   command needs an initrd image for processing. If installing on a separate
    154   partition the linux and initrd lines will not have the /boot on the file
    155   names.  In this example the kernel files for a Ubuntu installation are
    156   also found in <filename class="directory">/boot</filename>.</para>
     150  <note>
     151  <itemizedlist>
     152      <listitem><para>Even though there is a warning not to edit the file, you
     153      can do so as long as you do not re-run
     154      <command>grub-mkconfig</command>.</para></listitem>
     155
     156      <listitem><para>The <emphasis>search</emphasis> lines are generally not
     157      useful for LFS systems as that command only sets an internal GRUB
     158      variable used to find the kernel image.  The <emphasis>set root</emphasis>
     159      command provides the same capability without the overhead of
     160      searching.</para></listitem>
     161 
     162      <listitem><para>The <emphasis>set root</emphasis> and
     163      <emphasis>insmod ext2</emphasis> commands can be moved out of the 
     164      <emphasis>menuentry</emphasis> sections to apply to all sections of the file.
     165      This leads to a simple section like:</para></listitem>
     166
     167      </itemizedlist>
     168<screen><computeroutput>menuentry "Linux &linux-version;-lfs-&version;" {
     169linux   /boot/vmlinux-&linux-version;-lfs-&version; root=/dev/sda2 ro
     170}
     171</computeroutput></screen>
     172 
     173  <itemizedlist>
     174
     175      <listitem><para>Passing a UUID to the kernel requires an initial ram disk
     176      (initrd) not built by LFS.</para></listitem>
     177 
     178      <listitem><para>If the <filename>/boot</filename> partition is installed
     179      on a separate partition, the linux and initrd lines should not have the
     180      string <emphasis>/boot</emphasis> prefixed to the file
     181      names.</para></listitem>
     182 
     183      <listitem><para>In this example the kernel files for a Ubuntu
     184      installation are also found in <filename
     185      class="directory">/boot</filename>.</para></listitem>
     186
     187   </itemizedlist>
     188   </note>
    157189
    158190  </sect2>
  • general.ent

    r344f65a r6541b70  
    1 <!ENTITY version "SVN-20100701">
    2 <!ENTITY releasedate "July 1, 2010">
     1<!ENTITY version "SVN-20100702">
     2<!ENTITY releasedate "July 2, 2010">
    33<!ENTITY copyrightdate "1999-2010"><!-- jhalfs needs a literal dash, not &ndash; -->
    44<!ENTITY milestone "6.7">
  • packages.ent

    r344f65a r6541b70  
    533533<!ENTITY udev-config-home " ">
    534534
    535 <!ENTITY util-linux-ng-version "2.17.2">
    536 <!ENTITY util-linux-ng-size "3,726 KB">
     535<!ENTITY util-linux-ng-version "2.18">
     536<!ENTITY util-linux-ng-size "7,490 KB">
    537537<!ENTITY util-linux-ng-url "&kernel;linux/utils/util-linux-ng/v2.17/util-linux-ng-&util-linux-ng-version;.tar.bz2">
    538 <!ENTITY util-linux-ng-md5 "4635725a3eef1c57090bac8ea5e082e6">
     538<!ENTITY util-linux-ng-md5 "2f5f71e6af969d041d73ab778c141a77">
    539539<!ENTITY util-linux-ng-home "http://userweb.kernel.org/~kzak/util-linux-ng/">
    540 <!ENTITY util-linux-ng-ch5-du "19 MB">
    541 <!ENTITY util-linux-ng-ch5-sbu "0.1 SBU">
    542 <!ENTITY util-linux-ng-ch6-du "40 MB">
     540<!--<!ENTITY util-linux-ng-ch5-du "19 MB">-->
     541<!--<!ENTITY util-linux-ng-ch5-sbu "0.1 SBU">-->
     542<!ENTITY util-linux-ng-ch6-du "49 MB">
    543543<!ENTITY util-linux-ng-ch6-sbu "0.6 SBU">
    544544
Note: See TracChangeset for help on using the changeset viewer.