aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* coreutils: Fix a bug in checksum utilities for failure reportingxry111/update-20230331Xi Ruoyao2023-03-311-8/+6
|
* patches: Bump coreutils i18n patch md5sum for 9.2Xi Ruoyao2023-03-311-1/+1
|
* wheel: Remove magic PYTHONPATH=src (unneeded with flit-core) and ...Xi Ruoyao2023-03-311-54/+1
| | | | duplicated pip3 explanation (already in flit-core page).
* Package updatesXi Ruoyao2023-03-314-30/+202
| | | | | | | | | | | | | | Update to linux-6.2.8 (#5230) Update to xz-5.4.2 (#5233) Update to coreutils-9.2 (#5232) Update to libcap-2.68 (#5236) Update to bc-6.5.0 (#5228) Update to openssl-3.1.0 (#5227) Update to texinfo-7.0.3 (#5235) Update to grep-3.10 (#5234) Update to tzdata-2023c (#5237) Update to wheel-0.40.0 (#5229) Add flit-core-3.8.0
* Add a script to generate ChangeLog from "git diff"Xi Ruoyao2023-03-311-0/+105
|
* Clarify a sentence in "stripping"Pierre Labastie2023-03-311-2/+2
| | | | | Also fix a typo Report by Rainer Fiebig
* Fix typo and copy&paste errorThomas Trepl2023-03-301-4/+4
|
* zstd depends on zlibPierre Labastie2023-03-291-1/+1
|
* reboot.xml: Minor typo fixDouglas R. Reno2023-03-231-1/+1
| | | | Thanks goes to rhubabpieguy on lfs-dev
* Typo fix for convenience partitionsDouglas R. Reno2023-03-211-1/+1
| | | | Thanks goes to Rainer Fiebig on lfs-dev.
* kernel: [revision="systemd"] Disable CONFIG_PSI_DEFAULT_DISABLEDXi Ruoyao2023-03-211-0/+1
| | | | | systemd-oomd needs PSI so it does not make sense to disable it by default.
* openssl: Fix a typo, and add a link to OpenSSH issueXi Ruoyao2023-03-151-1/+2
|
* openssl: Add a warning about minor version bump and OpenSSHXi Ruoyao2023-03-151-0/+14
| | | | Let's prevent bad thing from happening when we update to 3.1.0...
* reboot: Use &blfs-book; to simply the link to BLFSXi Ruoyao2023-03-151-8/+2
| | | | By the way, use &root; for root user.
* chapter01/how: Remove commented out text about LFS LiveCDXi Ruoyao2023-03-151-9/+1
| | | | Fix duplicated 'a LiveCD from a commercial distribution.'
* Package updates.Bruce Dubbs2023-03-143-16/+37
| | | | | | | Update to bc-6.4.0. Update to grep-3.9. Update to linux-6.2.6. Update to iana-etc-20230306.
* Add a note on host system installationBruce Dubbs2023-03-131-1/+7
|
* Add a pointer to troubleshooting boot problemsBruce Dubbs2023-03-121-2/+22
|
* Update a linkBruce Dubbs2023-03-111-1/+2
|
* Typos from rhubarbpieguyDouglas R. Reno2023-03-111-3/+3
|
* kernel: Fix a typoXi Ruoyao2023-03-111-1/+1
| | | | "parition".
* Add kernel configureation introduction.Bruce Dubbs2023-03-101-4/+31
| | | | Add an <important> note as an introduction to configuring the kernel.
* kernel: Some adjustmentsXi Ruoyao2023-03-101-9/+23
| | | | | | | | | - Mention NVME. - Mention PAE (CONFIG_HIGHMEM64G) for 32-bit. - Don't repeat the link to BLFS kernel config index twice on SysV. And don't display the long URL for it. - Emphasis that BLFS UEFI kernel config is needed even if you'll use the UEFI bootloader of the host distro.
* Revert "kernel: Use <caution> for make defconfig and..."Xi Ruoyao2023-03-101-7/+1
| | | | | | This reverts commit d0a9bda4e696f4be02499b87c2bd6d8f40a3d4a3. "Don't change anything enabled by defconfig" seems too strong.
* Revert "Suggest make localmodconfig for kernel"Xi Ruoyao2023-03-101-15/+5
| | | | | | | | | | | | | | | | | | This reverts commit de679165f9a63ce94202d356abbae2b9a3bff5c3. localmodconfig does not work very well. It can only *un*select things already enabled as modules if the module is not loaded by the host. It won't select anything new, nor unselect unneeded things already set to "y" instead of "m". Maybe you think we can copy .config from a "mainstream" distro (producing a highly modular kernel) and use "make localmodconfig", but when we tested it with a Debian host kernel config, the resulted kernel refuses to boot. "make allmodconfig && make localmodconfig" does not work well either: "allmodconfig" selects many things as y (these thing are not available as a module) but "localmodconfig" fails to unselect them.
* Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunkBruce Dubbs2023-03-094-30/+63
|\
| * Suggest make localmodconfig for kernelPierre Labastie2023-03-081-5/+15
| | | | | | | | | | This is less generic than defconfig, and you can then tell not to tweak options...
| * kernel: Use <caution> for make defconfig and...Xi Ruoyao2023-03-091-1/+7
| | | | | | | | | | | | tell people not to messing the options enabled by defconfig up. Yes, I messed them up and shot my own foot.
| * Adjustments for /dev/ptsXi Ruoyao2023-03-083-23/+27
| | | | | | | | | | | | | | | | | | | | | | 1. Declare UNIX98 PTY requirement in host system requirements and check it in the script. All desktop or server distros should have it now, but let's stop anyone from building on a embedded distro w/o UNIX98 PTY early... 2. Use Expect test suite as a guard against mishandled $LFS/dev/pts. 3. No need to test the basic function of Expect in Binutils anymore because if ($LFS)/dev/pts is not good, the Expect test suite would have failed.
| * kernel: Recommend to disable CONFIG_EXPERTXi Ruoyao2023-03-081-2/+15
| | | | | | | | | | | | | | | | Let's not encourage users to try tricky things and shoot their own foot. For systemd, if CONFIG_EXPERT is disable, CONFIG_FHANDLE will be enabled automatically. So there is no need to enable CONFIG_EXPERT and then set CONFIG_FHANDLE manually.
* | Tweak kernel version in host requirementsBruce Dubbs2023-03-091-1/+1
|/
* hostreqs: Use &min-kernel; for kernel versionXi Ruoyao2023-03-051-1/+1
|
* hostreqs: Remove commented out lineXi Ruoyao2023-03-051-1/+0
|
* systemd: Document systemd-ac-powerXi Ruoyao2023-03-051-1/+12
| | | | | It has been moved to /usr/bin for general use by upstream, so list it in programs.
* libelf: Remove run-native-test failureXi Ruoyao2023-03-051-4/+0
| | | | | | It's fixed in 0.189. (cherry picked from commit 4fd9716e1563b70f149b53f0bd22a4aced1115c9)
* changelog: Mark linux-6.2.2 a security updatexry111/update-20230304Xi Ruoyao2023-03-051-1/+1
|
* dependencies: List bzip2, xz, and zlib as libelf dependenciesXi Ruoyao2023-03-051-5/+6
| | | | | | | | libelf.so links to libbz2.so.1.0, liblzma.so.5, and libz.so.1. libz is really used, but to me liblzma and libbz2 are "unneeded dependencies": the building system apparently thinks they are needed by zstd but actually not. I don't want to "fix the upstream" so just list them here anyway.
* make: Run test suite as unprivileged userXi Ruoyao2023-03-051-1/+4
|
* Package updatesXi Ruoyao2023-03-059-71/+86
| | | | | | | | | | | - Update to systemd-253 - Update to bc-6.3.1 - Update to linux-6.2.2 - Update to procps-ng-4.0.3 - Update to iproute2-6.2.0 - Update to meson-1.0.1 - Update to make-4.4.1 - Update to elfutils-0.189
* hostreq: Minor script adjustmentXi Ruoyao2023-03-051-6/+6
| | | | | | | | | | | - Remove an extra whitespace breaking shebang (though our instruction does not use the shebang). - Adjust the regex to allow several letters after the version number, and match grep version to the text. - Raise Coreutils to 7.0 (for the host requirement script itself). It was released in 2008 so I don't think it's a problem. - Add a colon after the text "Compiler check" to match "Aliases:". - Use grep -o instead of sed to make kernel version check simpler.
* Add a changelog entry.Bruce Dubbs2023-03-041-0/+9
|
* qBruce Dubbs2023-03-042-72/+84
|
* whatsnew: Comment out all entries for a new releaseXi Ruoyao2023-03-021-100/+100
|
* e2fsprogs: Update test failure infoXi Ruoyao2023-03-021-1/+3
| | | | | | Document the m_assume_storage_prezeroed failure. The u_direct_io failure is fixed by https://github.com/tytso/e2fsprogs/commit/4cda25453f85.
* Update changelog after 11.3 releaser11.3Bruce Dubbs2023-02-281-704/+2
|
* hostreqs: Remove "required by udev" for kernelXi Ruoyao2023-02-281-2/+1
| | | | We don't run the newly built udev daemon before rebooting to LFS kernel.
* Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunkBruce Dubbs2023-02-271-1/+1
|\
| * changelog: Fix a ticket URLXi Ruoyao2023-02-221-1/+1
| |
* | Bump minimum gcc requirement to 5.1Bruce Dubbs2023-02-271-1/+1
|/
* Uncomment glibc in whatsnew.Bruce Dubbs2023-02-191-2/+2
|