| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
In the new cross-compilation approach, the $PATH in chroot does not
contain '/tools/bin'. So "+h" is useless in chroot as the newly
installed tools always replace the temporary counterpart at the same
location.
"+h" in chapter4/settingenviron.xml is kept deliberately. Currently
$LFS/tools/bin only contains programs prefixed with
"x86_64-lfs-linux-gnu-", and it's highly unlikely that any distro will
ever ship a program named with such prefix. So it may seems that we can
remove this "+h" as well. However, the situation may change in future
and we can take this oppertunity to teach the advantage and disvantage
of bash hash feature.
|
|
|
|
|
| |
They were added because ninja had printed warnings about "non UTF-8
locale". Current version of ninja no longer does this.
|
|
|
|
|
| |
The defaults are /bin and /sbin. We don't like them because of "DESTDIR
on merged-usr system" issue.
|
|
|
|
|
|
|
|
| |
* tailf is removed completely
* fdformat is disabled by default, and we don't really have any reason
to enable it (and we'll need to workaround the missing man page issue
if we want to enable it)
* irqtop, lsirq, scriptreplay, and uclampset added
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
This reverts commit ae3f78a38237bbdd7937f5a770d2c9582fa242ed.
No longer needed with gdbm-1.22 or later:
https://git.gnu.org.ua/gdbm.git/commit/?id=5b62babd
https://git.gnu.org.ua/gdbm.git/commit/?id=f586b159
|
| |
|
| |
|
|
|
|
|
| |
tdbc 1.1.2 -> 1.1.3
itcl 4.2.1 -> 4.2.2
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
This reverts commit 03a41fd0cd6635843d313c02150692a05d6b8bd2.
It's no longer needed after binutils-gdb commit "install dependencies for
ld -> bfd and libctf -> bfd" (755ba58e).
|
| |
|
|
|
|
|
|
|
|
|
| |
Add coreutils-9.0 chmod patch.
Update to glibc-2.35.
Update to linux-5.16.5.
Update to findutils-4.9.0.
Update to expat-2.4.4.
Update to iana-etc-20220128.
|
| |
|
| |
|
|\ |
|
| |
| |
| |
| |
| | |
Upstream do not try anymore to build the *m_ipt modules if
iptables is not found.
|
|/ |
|
|
|
|
|
|
|
|
|
|
|
| |
Update to vim-8.2.4236.
Update to zstd-1.5.2.
Update to util-linux-2.37.3 (security fix).
Update to Python-3.10.2.
Update to linux-5.16.2.
Update to libcap-2.63.
Update to iproute2-5.16.0.
Update to iana-etc-20220120.
|
|
|
|
| |
It's used for compressing journals and coredumps.
|
| |
|
|
|
|
|
| |
Since Linux-5.13, <linux/raw.h> has been removed from API headers. So
this command won't be built by util-linux.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Report on #lfs-support by "r1c0n3r0": the libhistory and libreadline
filenames have been wrong on the "stripping" page since realine
version bump. Fix taken (with slight modification) from William
Harrington's port to arm:
https://github.com/cross-lfs/lfs-arm/commit/05a2cd35aac9437bbca6e6dd8921e7037e8eecee
|
| |
|
| |
|
|
|
|
| |
getsubids has been added in shadow-4.10
|
|
|
|
|
|
|
|
| |
Update to shadow-4.11.1.
Update to readline-8.1.2.
Update to meson-0.61.0.
Update to libpipeline-1.5.5.
Update to bash-5.1.16.
|
|\ |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
Tell that 999 comes from the --gid parameter, and that we already have
a group "users" with this gid to prevent messages when first using useradd.
|
| |
| |
| |
| |
| |
| | |
This is needed so that /etc/default/useradd is not removed by package
managers when rebuilding shadow in BLFS. Change the explanations in
the text accordingly.
|
| | |
|
|/ |
|
|
|
|
|
|
|
| |
to work.
Note that it just skips bringing systemd-oomd up when not present, and
does not fail the startup process.
|
|
|
|
|
|
| |
This reverts commit 6ecd06927ba617a521dafc6c4feb1b60c6941769.
Continue to use shadow su, until it's really dead.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Update to e2fsprogs-1.46.5.
Update to zstd-1.5.1.
Update to expat-2.4.2.
Update to shadow-4.10.
Update to sysvinit-3.01.
Update to linux-5.15.12.
Update to iana-etc-20211224.
Update to openssl-3.0.1.
Update to eudev-3.2.11.
Update lfs-latest-git.php currency for new eudev location.
|
|
|
|
|
|
|
|
|
| |
Update to systemd-250 (BLFS coming shortly)
Update to meson-0.60.3
Kernel Configuration: Enable the framebuffer since it's disabled by
default in Linux-5.15.
Kernel Configuration: Add a note about CONFIG_DEFAULT_HOSTNAME on
systemd.
|
|
|
|
|
| |
for sync with BLFS. They are automatically disabled when PAM is
unavailable.
|