aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update to expat-2.4.9 (Security Update).Bruce Dubbs2022-09-223-5/+15
|
* Fix unmounting instruction in 7.13.2. BackupBruce Dubbs2022-09-221-1/+1
|
* kernel: add CONFIG_FRAMEBUFFER_CONSOLE, and mention CONFIG_DRM_FBDEV_EMULATIONXi Ruoyao2022-09-221-1/+19
| | | | Is there anyone using a blind system with serial console now? :)
* Corrected English idiom and punctuation in chapter 2.4 (new partition).David Bryant2022-09-211-19/+19
|
* Corrected English idiom, fixed some typos in chapter 2.3 (Stages)David Bryant2022-09-211-7/+7
|
* Fix minor typo in chapter 2 "Host System Requirements".David Bryant2022-09-211-1/+1
|
* Fixed typos in chapter 1 "How to Build an LFS System".David Bryant2022-09-211-2/+2
|
* Remove debugging lineBruce Dubbs2022-09-211-1/+1
|
* fix a typo in changelogXi Ruoyao2022-09-211-1/+1
|
* Adjust instructions for /dev/shm when creating virtual filesystems.Bruce Dubbs2022-09-208-6/+36
| | | | | | | | | | Some host create /dev/shm as a tmpfs. Some have is as a symlink to a location in another directory. This change handles both cases. The change to the sysV bootscripts now creates /dev/shm as a separate tmpfs from /run. This makes LFS sysV and systemd versions treat /dev/shm the same.
* Update currency for libffiBruce Dubbs2022-09-201-0/+3
|
* TyposBruce Dubbs2022-09-192-2/+2
|
* cleanup: rephrase description for .la removalXi Ruoyao2022-09-192-8/+8
| | | | | | Don't emphasis "static library" at all, to prevent anyone from thinking "I need to use static libraries so I'll keep these .la files". And warn that .la files are known to break BLFS packages.
* fix a typoXi Ruoyao2022-09-191-1/+1
|
* reboot: add a comment for editors about why we don't provide reboot commandXi Ruoyao2022-09-191-0/+3
|
* cleanup: use a stronger tone for removing la filesXi Ruoyao2022-09-191-2/+2
|
* Chapter 11 text updates.Bruce Dubbs2022-09-183-18/+14
|
* Makefile: reinstate the dump-commands targetPierre Labastie2022-09-181-14/+9
|
* Makefile: remove unneeded tabsPierre Labastie2022-09-181-4/+4
|
* dependencies: remove patch runtime dependency on itselfXi Ruoyao2022-09-181-1/+1
| | | | Reported-by: Rahul Chandra <rahulshaku2@gmail.com>
* dependencies: bump grep external dependency on PCREXi Ruoyao2022-09-181-1/+1
| | | | It now checks for libpcre2-8, so link to PCRE2 instead of PCRE1.
* Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunkBruce Dubbs2022-09-172-46/+75
|\
| * afterlfs: use entity for root userXi Ruoyao2022-09-181-1/+1
| |
| * afterlfs: "links" -> "links or lynx"Xi Ruoyao2022-09-181-3/+4
| | | | | | | | Lynx has a slight advantage: no recommended dependencies.
| * afterlfs: tweak key combination descriptionXi Ruoyao2022-09-181-6/+32
| | | | | | | | | | | | Use DocBook <keycombo><keycap> to decorate the keys. Change "Fn" to "Fx" because some small keyboards have a "Fn" (function) key to multiplex keys.
| * afterlfs: several fixesXi Ruoyao2022-09-171-5/+5
| | | | | | | | | | | | | | - Use <emphasis role="bold"> for bold, instead of <command>. - Remove "X window" as some graphical environments are Wayland-based. - "Full BLFS" -> "BLFS", and "partial BLFS" -> "basic LFS" (I guess some content is copied from Basic BLFS).
| * afterlfs: Fix blfs "links" urlPierre Labastie2022-09-171-1/+1
| |
| * afterlfs: typo and add dependencies of make-caPierre Labastie2022-09-171-1/+3
| |
| * afterlfs: remove trailing spaces, and fix two obvious "- -"Xi Ruoyao2022-09-171-30/+30
| |
| * gawk: remove duplicated "-i" in a sed commandXi Ruoyao2022-09-171-1/+1
| |
* | Currency updates.Bruce Dubbs2022-09-171-1/+10
|/ | | | | Fix currency for iana-etc, meson, and shadow due to the way github changes when accessing pages via wget.
* Update Chapter 11Bruce Dubbs2022-09-164-23/+268
| | | | | These changes provide additional information on how to install additional packages from BLFS after LFS is complete.
* fix typos in ticket numbers in changelogXi Ruoyao2022-09-151-2/+2
|
* Revert "bash: document egrep warnings in tests"Xi Ruoyao2022-09-151-4/+0
| | | | | | | | | | | This reverts commit 395eb462ba1fc1835ec9b6018f4427f41d78fa00. Not needed as grep is "patched". Note that I'm still against "patching" grep. All the complains for the warnings are from only several people and IMO the complains are not valid. But as bdubbs has made the decision let's keep it for now and review after some time...
* binutils: fix a typoXi Ruoyao2022-09-151-1/+1
|
* Package updates and corrections.Bruce Dubbs2022-09-147-38/+88
| | | | | | | | | | | | Update to file-5.43. Update to linux-5.19.8. Update to gawk-5.2.0. Update to meson-0.63.2. Update to ninja-1.11.1. Update to bc-6.0.2. Fix the location of udev rules in eudev. Remove a warning for egrep and fgrep that Delete an empty binutils man page.
* groff: add back "build the package"Xi Ruoyao2022-09-141-0/+2
| | | | It was removed unintentionally during the removal of -j1...
* add <literal> to make commands for temp /etc/hosts and final /etc/pip3.conf ↵Xi Ruoyao2022-09-142-5/+5
| | | | looking better
* Minor wording change.Bruce Dubbs2022-09-131-1/+1
|
* bash: document egrep warnings in testsXi Ruoyao2022-09-141-0/+4
| | | | | The test suite says "Any output from any test, unless otherwise noted, indicates a possible anomaly". So we should note those warnings.
* libtool: document test failures related to grep-3.8Xi Ruoyao2022-09-141-3/+4
|
* ncurses: mention libncurses++w in contentsXi Ruoyao2022-09-141-0/+11
|
* ncurses: remove an outdated sentence about libncurses++w.aXi Ruoyao2022-09-141-2/+1
| | | | We now build the C++ binding as shared library.
* gcc: update sanity check command and output for default PIEXi Ruoyao2022-09-141-2/+2
| | | | Scrt1.o is used for PIE, instead of crt1.o.
* gcc: document that libssp is normally unusedXi Ruoyao2022-09-131-1/+2
| | | | | We are enabling default SSP now, so if someone runs "ldd /usr/bin/true" and see libssp is not used he/she may be puzzled.
* Restore gawk to working versionPierre Labastie2022-09-131-3/+3
| | | | Revert an inadvertent commit, sorry
* vim: no need to download spell filesXi Ruoyao2022-09-121-7/+8
| | | | They are already in the tarball, so just install them if needed.
* Typo in a commentPierre Labastie2022-09-111-1/+1
|
* Remove trailing spacesPierre Labastie2022-09-118-149/+149
|
* Replace tabs with spacesPierre Labastie2022-09-1113-229/+230
|