aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Package updates.Bruce Dubbs2022-09-294-44/+87
|/ | | | | | | | | | | | Update to iana-etc-20220922. Update to tzdata-2022d. Update to readline-8.2. Update to linux-5.19.11. Update to libffi-3.4.3. Update to libcap-2.66. Update to dbus-1.14.2. Update to bc-6.0.3. Update to bash-5.2.
* Fix English idiom / clarify "General Instructions" section.David Bryant2022-09-291-21/+20
|
* Revert "Update libreadline soversion (used in stripping)"Pierre Labastie2022-09-291-1/+1
| | | | | | This reverts commit 0665add6d87f16f772c131e197ebb7c8bc67df50. new version of bash is not yet in the book!
* Update libreadline soversion (used in stripping)Pierre Labastie2022-09-291-1/+1
|
* Make minor corrections to English idiom / style.David Bryant2022-09-291-4/+5
|
* toolchaintechnotes: update description about libstdc++Xi Ruoyao2022-09-291-5/+5
| | | | | Since r11.0-r199, libstdc++ pass 2 is built as a part of gcc pass 2, not in chroot.
* toolchaintechnotes: revert "second pass" -> "second version" changeXi Ruoyao2022-09-291-1/+1
| | | | "Pass 1" and "Pass 2" have specific meaning in LFS.
* toolchaintechnotes: add the rationale for cross compiling ch6 packagesXi Ruoyao2022-09-291-2/+3
| | | | | | | | "need to be cross compiled" alone does not make too much sense: we compile these packages in chapter 8 anyway. The real reason forcing a cross compilation is circular dependency: if building A needs B but building B needs A, we'll have to cross compile at least one of A and B or we won't be able to build either in the chroot.
* toolchaintechnotes: gcc -dumpmachine is similar to config.guess, but not sameXi Ruoyao2022-09-291-2/+3
| | | | | | | Many distros have some customized things in gcc -dumpmachine. RHEL uses x86_64-redhat-linux-gnu, and Ubuntu uses x86_64-linux-gnu ("vendor" field omitted). So don't use "same" here, and also mention the "vendor" field is sometimes omitted.
* more clarification of "log in as lfs user"Xi Ruoyao2022-09-292-10/+12
| | | | | | And, don't recommended to "log in as lfs through a DM" anymore: if you log in through a DM then start a terminal emulator, the first shell in the emulator is often a non-login shell. It's not something we expect.
* addinguser: don't say "log in as lfs user"Xi Ruoyao2022-09-291-1/+1
| | | | | | | | | | | | | | | | "log in" is a specifically defined action on UNIces. When you log in as a user, an entry will be added into /run/utmp and /var/log/wtmp. But when you switch to lfs with "su", this won't happen. "man su" also describes "--login" as: Provide an environment similar to what the user would expect had the user logged in directly. It's "similar to" logged in, not "really" logged in. So, don't say "log in" or the users may assume they must really log in as lfs in a VT or DM.
* Polish up the prose in "Toolchain Technical Notes". Fix capitalization.David Bryant2022-09-281-90/+91
| | | | | Rough edges remain. For instance, $LFS_TGT-ld is referenced, but not clearly defined. Will need to discuss wirh other editors to resolve.
* Cleaned up verbiage in unnumbered intro to part 3 (chapters 5 et seq).David Bryant2022-09-281-14/+14
|
* Adjust English idiom and clarify directions (chapters 4.5 and 4.6).David Bryant2022-09-272-17/+17
|
* Tweaked English idiom / clarified directiions in chapters 4.3 and 4.4.David Bryant2022-09-272-18/+19
|
* Clarify "mounting a partition" (chapter 2.7).David Bryant2022-09-271-0/+5
|
* Tweak introduction as Pierre Labastie suggested (chapter 4.2).David Bryant2022-09-271-2/+3
|
* whatsnew: add a paragraph about PIE+SSP changeXi Ruoyao2022-09-271-0/+8
|
* kernel: adjust the instruction for mounting /bootXi Ruoyao2022-09-252-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 partitionXi Ruoyao2022-09-251-2/+2
|
* libelf: add a x86 specific test failureXi Ruoyao2022-09-251-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 itXi Ruoyao2022-09-242-2/+3
|
* creatingfilesystem: Refine the condition where a FS is neededXi Ruoyao2022-09-241-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 Bryant2022-09-231-10/+10
|
* Tweak English idiom in chapter 4.1 (Introduction)David Bryant2022-09-231-4/+4
|
* Minor changes to verbiage in chapter 3.2 (All Packages)David Bryant2022-09-231-4/+4
|
* Clarify verbiage in chapter 2.6 (Setting the $LFS Variable).David Bryant2022-09-231-7/+7
|
* binutils: document a test failureXi Ruoyao2022-09-231-9/+9
| | | | It happens on both x86_64 and aarch64.
* Clean up English idiom / grammar in chapter 3.1 (Introduction).David Bryant2022-09-221-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 Bryant2022-09-221-15/+15
|
* Corrected grammar / idiom / punctuation.David Bryant2022-09-221-12/+21
| | | | Also added an introduction explaining what a file system does.
* Correcting idiom / syntax again, based on feedback from Bruce & Doug.David Bryant2022-09-221-12/+12
|
* partition: update the description for /tmp with tmpfsXi Ruoyao2022-09-232-4/+13
|
* partition: update examples for /optXi Ruoyao2022-09-231-1/+1
| | | | We don't use /opt for GNOME, so use Texlive as another example.
* fix a typoXi Ruoyao2022-09-231-1/+1
|
* 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
|