Changeset df462a9 for chapter07


Ignore:
Timestamp:
05/12/2021 05:26:46 AM (3 years ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
ml-11.0, multilib
Children:
3de7f52
Parents:
0e9fb93 (diff), d7a9421 (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.
Message:

Merge pre-LFS-11-0 changes

Location:
chapter07
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter07/chroot.xml

    r0e9fb93 rdf462a9  
    2323    TERM="$TERM"                \
    2424    PS1='(lfs chroot) \u:\w\$ ' \
    25     PATH=/bin:/usr/bin:/sbin:/usr/sbin \
     25    PATH=/usr/bin:/usr/sbin    \
    2626    /bin/bash --login +h</userinput></screen>
    2727
  • chapter07/createfiles.xml

    r0e9fb93 rdf462a9  
    8484systemd-coredump:x:79:79:systemd Core Dumper:/:/bin/false
    8585uuidd:x:80:80:UUID Generation Daemon User:/dev/null:/bin/false
     86systemd-oomd:x:81:81:systemd Out Of Memory Daemon:/:/bin/false
    8687nobody:x:99:99:Unprivileged User:/dev/null:/bin/false</literal>
    8788EOF</userinput></screen>
     
    153154systemd-coredump:x:79:
    154155uuidd:x:80:
     156systemd-oomd:x:81:81:
    155157wheel:x:97:
    156158nogroup:x:99:
  • chapter07/creatingdirs.xml

    r0e9fb93 rdf462a9  
    2828mkdir -pv /lib/firmware
    2929mkdir -pv /media/{floppy,cdrom}
    30 mkdir -pv /usr/{,local/}{bin,include,lib,sbin,src}
     30mkdir -pv /usr/{,local/}{include,src}
     31mkdir -pv /usr/local/{bin,lib,sbin}
    3132mkdir -pv /usr/{,local/}share/{color,dict,doc,info,locale,man}
    3233mkdir -pv /usr/{,local/}share/{misc,terminfo,zoneinfo}
  • chapter07/util-linux.xml

    r0e9fb93 rdf462a9  
    5353
    5454<screen><userinput remap="configure">./configure ADJTIME_PATH=/var/lib/hwclock/adjtime    \
     55            --libdir=/usr/lib    \
    5556            --docdir=/usr/share/doc/util-linux-&util-linux-version; \
    5657            --disable-chfn-chsh  \
     
    7677          at another location, which would not be overwritten or removed
    7778          when building the final util-linux package.</para>
     79        </listitem>
     80      </varlistentry>
     81
     82      <varlistentry>
     83        <term><parameter>--libdir=/usr/lib</parameter></term>
     84        <listitem>
     85          <para>This switch ensures the
     86          <filename class="extension">.so</filename> symlinks targeting
     87          the shared library file in the same directory
     88          (<filename class="directory">/usr/lib</filename>) directly.</para>
    7889        </listitem>
    7990      </varlistentry>
Note: See TracChangeset for help on using the changeset viewer.