Changeset d7a9421 for chapter07


Ignore:
Timestamp:
05/12/2021 04:24:11 AM (3 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
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, 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:
5ed37b3, c034573, df462a9
Parents:
0f7d4cb
Message:

Merge Xi's changes into trunk
Update to meson-0.58.0
Update to systemd-248
Update to gcc-11.1.0
Update to linux-5.12.1
Update to iproute2-5.12.0
Update to Python-3.9.5
Make /bin, /sbin, and /lib symlinks to their counterparts in /usr.
Thanks again for a significant portion of this work goes to Xi, I only
really merged it and made a couple of modifications for my updates. To
LFS 11.x we go!

Location:
chapter07
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter07/chroot.xml

    r0f7d4cb rd7a9421  
    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

    r0f7d4cb rd7a9421  
    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

    r0f7d4cb rd7a9421  
    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

    r0f7d4cb rd7a9421  
    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.