Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Tweak introduction as Pierre Labastie suggested (chapter 4.2). | David Bryant | 2022-09-27 | 1 | -2/+3 | |
| | ||||||
* | whatsnew: add a paragraph about PIE+SSP change | Xi Ruoyao | 2022-09-27 | 1 | -0/+8 | |
| | ||||||
* | kernel: adjust the instruction for mounting /boot | Xi Ruoyao | 2022-09-25 | 2 | -6/+13 | |
| | | | | | | LFS and the host may use different /boot configuration, so do not assume they'll share a /boot partition (two different /boot partition or only one with separate /boot are possible). | |||||
* | init.d/swap: you can't mount a swap partition | Xi Ruoyao | 2022-09-25 | 1 | -2/+2 | |
| | ||||||
* | libelf: add a x86 specific test failure | Xi Ruoyao | 2022-09-25 | 1 | -1/+2 | |
| | | | | | | | | It's caused by a minor GAS issue, which should be fixed in binutils-2.40. See https://sourceware.org/bugzilla/show_bug.cgi?id=29450 and https://sourceware.org/bugzilla/show_bug.cgi?id=29451. | |||||
* | mounting: create &fstab; conventional entity and use it | Xi Ruoyao | 2022-09-24 | 2 | -2/+3 | |
| | ||||||
* | creatingfilesystem: Refine the condition where a FS is needed | Xi Ruoyao | 2022-09-24 | 1 | -1/+1 | |
| | | | | | | | | | | | For example, a swap partition does not contain any FS. And, if you want to clone a partition, you can use dd if=/dev/<old-partition> of=/dev/<new-partition> then it's unnecessary to create a FS on new-partition before operation. This is sometimes faster than creating a new FS, mounting both partition, then "cp -av" if the old-partition contains many small files. | |||||
* | Refine verbiage in chapter 4.2 (Creating a limited directory layout). | David Bryant | 2022-09-23 | 1 | -10/+10 | |
| | ||||||
* | Tweak English idiom in chapter 4.1 (Introduction) | David Bryant | 2022-09-23 | 1 | -4/+4 | |
| | ||||||
* | Minor changes to verbiage in chapter 3.2 (All Packages) | David Bryant | 2022-09-23 | 1 | -4/+4 | |
| | ||||||
* | Clarify verbiage in chapter 2.6 (Setting the $LFS Variable). | David Bryant | 2022-09-23 | 1 | -7/+7 | |
| | ||||||
* | binutils: document a test failure | Xi Ruoyao | 2022-09-23 | 1 | -9/+9 | |
| | | | | It happens on both x86_64 and aarch64. | |||||
* | Clean up English idiom / grammar in chapter 3.1 (Introduction). | David Bryant | 2022-09-22 | 1 | -6/+6 | |
| | | | | (Note that "errata" are plural; "erratum" is the singular nun.) | |||||
* | Clean up grammar / idiom in chapter 2.7 (Mounting the New Partition) | David Bryant | 2022-09-22 | 1 | -15/+15 | |
| | ||||||
* | Corrected grammar / idiom / punctuation. | David Bryant | 2022-09-22 | 1 | -12/+21 | |
| | | | | Also added an introduction explaining what a file system does. | |||||
* | Correcting idiom / syntax again, based on feedback from Bruce & Doug. | David Bryant | 2022-09-22 | 1 | -12/+12 | |
| | ||||||
* | partition: update the description for /tmp with tmpfs | Xi Ruoyao | 2022-09-23 | 2 | -4/+13 | |
| | ||||||
* | partition: update examples for /opt | Xi Ruoyao | 2022-09-23 | 1 | -1/+1 | |
| | | | | We don't use /opt for GNOME, so use Texlive as another example. | |||||
* | fix a typo | Xi Ruoyao | 2022-09-23 | 1 | -1/+1 | |
| | ||||||
* | Update to expat-2.4.9 (Security Update). | Bruce Dubbs | 2022-09-22 | 3 | -5/+15 | |
| | ||||||
* | Fix unmounting instruction in 7.13.2. Backup | Bruce Dubbs | 2022-09-22 | 1 | -1/+1 | |
| | ||||||
* | kernel: add CONFIG_FRAMEBUFFER_CONSOLE, and mention CONFIG_DRM_FBDEV_EMULATION | Xi Ruoyao | 2022-09-22 | 1 | -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 Bryant | 2022-09-21 | 1 | -19/+19 | |
| | ||||||
* | Corrected English idiom, fixed some typos in chapter 2.3 (Stages) | David Bryant | 2022-09-21 | 1 | -7/+7 | |
| | ||||||
* | Fix minor typo in chapter 2 "Host System Requirements". | David Bryant | 2022-09-21 | 1 | -1/+1 | |
| | ||||||
* | Fixed typos in chapter 1 "How to Build an LFS System". | David Bryant | 2022-09-21 | 1 | -2/+2 | |
| | ||||||
* | Remove debugging line | Bruce Dubbs | 2022-09-21 | 1 | -1/+1 | |
| | ||||||
* | fix a typo in changelog | Xi Ruoyao | 2022-09-21 | 1 | -1/+1 | |
| | ||||||
* | Adjust instructions for /dev/shm when creating virtual filesystems. | Bruce Dubbs | 2022-09-20 | 8 | -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 libffi | Bruce Dubbs | 2022-09-20 | 1 | -0/+3 | |
| | ||||||
* | Typos | Bruce Dubbs | 2022-09-19 | 2 | -2/+2 | |
| | ||||||
* | cleanup: rephrase description for .la removal | Xi Ruoyao | 2022-09-19 | 2 | -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 typo | Xi Ruoyao | 2022-09-19 | 1 | -1/+1 | |
| | ||||||
* | reboot: add a comment for editors about why we don't provide reboot command | Xi Ruoyao | 2022-09-19 | 1 | -0/+3 | |
| | ||||||
* | cleanup: use a stronger tone for removing la files | Xi Ruoyao | 2022-09-19 | 1 | -2/+2 | |
| | ||||||
* | Chapter 11 text updates. | Bruce Dubbs | 2022-09-18 | 3 | -18/+14 | |
| | ||||||
* | Makefile: reinstate the dump-commands target | Pierre Labastie | 2022-09-18 | 1 | -14/+9 | |
| | ||||||
* | Makefile: remove unneeded tabs | Pierre Labastie | 2022-09-18 | 1 | -4/+4 | |
| | ||||||
* | dependencies: remove patch runtime dependency on itself | Xi Ruoyao | 2022-09-18 | 1 | -1/+1 | |
| | | | | Reported-by: Rahul Chandra <rahulshaku2@gmail.com> | |||||
* | dependencies: bump grep external dependency on PCRE | Xi Ruoyao | 2022-09-18 | 1 | -1/+1 | |
| | | | | It now checks for libpcre2-8, so link to PCRE2 instead of PCRE1. | |||||
* | Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunk | Bruce Dubbs | 2022-09-17 | 2 | -46/+75 | |
|\ | ||||||
| * | afterlfs: use entity for root user | Xi Ruoyao | 2022-09-18 | 1 | -1/+1 | |
| | | ||||||
| * | afterlfs: "links" -> "links or lynx" | Xi Ruoyao | 2022-09-18 | 1 | -3/+4 | |
| | | | | | | | | Lynx has a slight advantage: no recommended dependencies. | |||||
| * | afterlfs: tweak key combination description | Xi Ruoyao | 2022-09-18 | 1 | -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 fixes | Xi Ruoyao | 2022-09-17 | 1 | -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" url | Pierre Labastie | 2022-09-17 | 1 | -1/+1 | |
| | | ||||||
| * | afterlfs: typo and add dependencies of make-ca | Pierre Labastie | 2022-09-17 | 1 | -1/+3 | |
| | | ||||||
| * | afterlfs: remove trailing spaces, and fix two obvious "- -" | Xi Ruoyao | 2022-09-17 | 1 | -30/+30 | |
| | | ||||||
| * | gawk: remove duplicated "-i" in a sed command | Xi Ruoyao | 2022-09-17 | 1 | -1/+1 | |
| | | ||||||
* | | Currency updates. | Bruce Dubbs | 2022-09-17 | 1 | -1/+10 | |
|/ | | | | | Fix currency for iana-etc, meson, and shadow due to the way github changes when accessing pages via wget. |