aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Various changes to whatsnew.xml and changelog.xmlDouglas R. Reno2023-08-142-11/+16
| | | | | | | | | | | | | | Changelog.xml: Remove additional revision='sysv's for some of the udev changes Changelog.xml: Make the previous eudev update SysV only Changelog.xml: Remove duplicate 'xz' entry and replace it with the glibc memalign patch entry Whatsnew.xml: Document changes to gawk, tzdata, and texinfo Whatsnew.xml: Add the glibc patch to the new list
* glibc: minor typo fixDouglas R. Reno2023-08-141-1/+1
|
* Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunkBruce Dubbs2023-08-145-12/+42
|\
| * grub cfg: Add an explanation for the insmod commandsXi Ruoyao2023-08-141-0/+18
| |
| * binutils: Remove libgprofng.a, add libgprofng.so into contents sectionXi Ruoyao2023-08-101-2/+14
| |
| * gawk: Move the creation of awk.1 after the explanation of the previous commandXi Ruoyao2023-08-091-6/+6
| |
| * coreutils: Use groupadd/groupdel for creating/removing dummy groupXi Ruoyao2023-08-091-2/+3
| | | | | | | | | | | | They look better than "echo >>" and "sed -i". And I think an example showing how to use groupadd/groupdel is good anyway. The format of /etc/group is already shown in chapter 7.
| * ncurses: Simplify documentation install commandXi Ruoyao2023-08-091-2/+1
| |
* | Package updates.Bruce Dubbs2023-08-149-106/+156
|/ | | | | | | | | | | Update to xz-5.4.4. Update to less-643. Update to meson-1.2.1. Update to linux-6.4.10. Update to iana-etc-20230810. Update to pkgconf-2.0.1. All build times and sizes were also checked and updated as needed.
* Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunkBruce Dubbs2023-08-085-12/+17
|\
| * kernel: Fix move-if-changed logic and regenerate with 6.4.8Xi Ruoyao2023-08-082-3/+7
| |
| * pkgconf: Reword the reason of sedXi Ruoyao2023-08-081-4/+5
| | | | | | | | | | | | Specifying --modversion with multiple packages just does not make sense. The real problem here is it's erroring out even if the multiple arguments are for the same package.
| * changelog: Use a dash before pkgconf version numberXi Ruoyao2023-08-081-2/+2
| | | | | | | | To be consistent will all other entries.
| * whatsnew: Change "pkgconf" to "Pkgconf" and comment it out for now from UpdatedXi Ruoyao2023-08-081-3/+3
| | | | | | | | | | | | | | | | In 12.0, pkgconf is a new package so it should be considered "Added" since 11.3, and it's already in the Added section. Also make the first letter captialized to be consistent with other entries.
* | Fix sed in pkgconfBruce Dubbs2023-08-081-1/+1
|/
* Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunkBruce Dubbs2023-08-071-1/+1
|\
| * dbus: Fix a typo (misusing plural)Xi Ruoyao2023-08-071-1/+1
| |
* | Package updates.Bruce Dubbs2023-08-074-20/+60
|/ | | | | | | | | Update to xz-5.4.4. Update to wheel-0.41.1 (Python Module). Update to man-pages-6.05.01. Update to linux-6.4.8. Update to iana-etc-20230804. Update to pkgconf 2.0.0.
* Add insmod part_gpt to example grub.cfgBruce Dubbs2023-08-031-0/+1
|
* Fix small typosAnton Mosich2023-08-032-2/+2
|
* Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunkThomas Trepl2023-08-032-3/+17
|\
| * dbus: Add --enable-user-session like BLFSXi Ruoyao2023-08-031-0/+13
| | | | | | | | | | | | | | | | This will install dbus.service and dbus.socket into /usr/lib/systemd/user. In a base LFS installation the systemd per-user daemon is not usable at all, so they may seem useless. But if we install them, we can start to use them once systemd is rebuilt with PAM in BLFS (without rebuilding dbus).
| * udev: Use --no-same-owner for man pages, like systemdXi Ruoyao2023-08-031-3/+4
| | | | | | | | By the way, fix a minor formatting issue in udev-hwdb.8.
* | Remove shasum (automake is the only one pkg were a sha sum is presented). ↵Thomas Trepl2023-08-032-2/+0
|/ | | | Remove it for consistency
* kernel: systemd: FW_LOADER_USER_HELPER should be n, not yXi Ruoyao2023-08-022-2/+2
|
* procps: The "free with commit" test failure is fixed nowXi Ruoyao2023-08-021-10/+0
| | | | Link: https://gitlab.com/procps-ng/procps/-/commit/414e33a8afb6
* gcc: Document new test failures with Glibc-2.38Xi Ruoyao2023-08-021-0/+10
| | | | | | | | | | | | | | | | Well, the analyzer failures are introduced by literally *my* Glibc change [1] and I'll sort them out for GCC 14... And the ASAN failures seem caused by the introduction of __isoc23_strtol (the libsanitizer does not know to intercept it). I'll test with LLVM once I reach it in BLFS (LLVM is the upstream of libsanitizer) and make a bug report. limits-exprparen.c also fails to me, it needs "ulimit -s 65536" instead of "ulimit -s 32768" in my build but maybe it's caused by my custom *FLAGS. [1]:https://sourceware.org/git/?p=glibc.git;a=commit;h=71d9e0fe766a
* glibc: Remove sed and option unneeded with 2.38Xi Ruoyao2023-08-022-12/+0
| | | | | --disable-crypt is now the default, and the security fix for 2.37 is included.
* binutils: gprofng man pages are OK nowXi Ruoyao2023-08-021-3/+2
|
* Package updates:Bruce Dubbs2023-08-0110-31/+70
| | | | | | | | | Update to vim-9.0.1677. Update to openssl-3.1.2. Update to man-pages-6.05. Update to binutils-2.41. Update to gmp-6.3.0. Update to glibc-2.38.
* kernel: Fix a typoXi Ruoyao2023-08-011-1/+1
|
* kernel: Separate toplevel menus in renderingXi Ruoyao2023-08-014-1/+15
|
* kernel: Use new kernel configuration rendering methodXi Ruoyao2023-08-0116-92/+520
| | | | | | Import kernel-config infrastructure from BLFS and use it for kernel configuration. Note that kernel-config.py is slightly different from BLFS: we need role="nodump" for <screen> here.
* Add some color to kernel optionsBruce Dubbs2023-07-312-40/+43
|
* Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunkBruce Dubbs2023-07-282-17/+9
|\
| * systemd: Add two new symlinks into contentsXi Ruoyao2023-07-291-2/+4
| |
| * changelog: Prefix new "systemd" entry with "udev from" for sysvXi Ruoyao2023-07-291-1/+2
| |
| * systemd: Add --no-same-owner for man page extractionXi Ruoyao2023-07-291-1/+3
| | | | | | | | | | | | | | | | Well, I forgot to create the man pages tarball as root, so if we don't use --no-same-owner the man pages will be owned by UID 1000 :(. Instead of regenerating the tarball again let's just fix this in the book.
| * systemd: Remove sed unneeded with 254Xi Ruoyao2023-07-291-13/+0
| |
* | Reformat kernel configuuration options.Bruce Dubbs2023-07-281-22/+36
|/ | | | | | | | | | A couple of the newer kernel options overflow past 80 columns on the kernel page. It's not optimal, but insert newlines for these options. Also reorder the options to to same ordeer as they appear in menuconfig and add some blank lines between major setions for clarity.
* Package updates.Bruce Dubbs2023-07-2812-75/+88
| | | | | | | | | | | | Update udev-lfs tarball to remove obsolete cdrom rules and references to ISDN devices. Update to wheel-0.41.0 (Python Module). Update to tar-1.35. Update to systemd-254. Update to meson-1.2.0. Update to linux-6.4.7. Update to gcc-13.2.0. Update to file-5.45.
* package choices: Fix a typoXi Ruoyao2023-07-281-1/+1
| | | | Reported-by: rhubarbpieguy <rhubarbpieguy@vivaldi.net>
* sysv: Mount cgroup fs for memory pressure information earlyXi Ruoyao2023-07-286-12/+38
| | | | Prepare for systemd-254 update. See #5293 for details.
* gmp: (Optionally) use --host=none-linux-gnu for generic libraryXi Ruoyao2023-07-271-4/+6
| | | | | | This is suggested by GCC maintainer Andrew Pinski in https://gcc.gnu.org/PR110789. It's easier than what we've suggested in the book.
* askforhelp: Reword the note added in previous commit a littleXi Ruoyao2023-07-271-4/+5
|
* askforhelp: Add a note to stop people from spamming upstreamXi Ruoyao2023-07-271-0/+21
| | | | | | I've seen two cases of invalid upstream "bug" reports this month because the user has (mis)built LFS. Let's stop this before irritating the upstream maintainers.
* binutils-pass2: Remove libsframe.{a,la} like other libsXi Ruoyao2023-07-251-1/+1
|
* whatsnew: Add revision attribute for "Removed" entriesXi Ruoyao2023-07-231-2/+2
|
* changelog: Fix rendering with REV=systemdXi Ruoyao2023-07-231-1/+1
| | | | Empty <itemizedlist> is not allowed.
* Update to lfs-bootscripts-20230722Xi Ruoyao2023-07-222-1/+12
|