Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Shadow: /usr/include/shadow is an installed dir | Pierre Labastie | 2022-11-16 | 1 | -2/+2 | |
| | ||||||
* | Fix type (replace a / by a \ as line continue maker) | Thomas Trepl (Moody) | 2022-11-16 | 1 | -1/+1 | |
| | ||||||
* | Tidy up some spacing issues | Bruce Dubbs | 2022-11-15 | 3 | -12/+12 | |
| | ||||||
* | Update currency for sysvinitwq | Bruce Dubbs | 2022-11-14 | 1 | -0/+4 | |
| | ||||||
* | packages: also use &pypi-src; for Jinja2 and MarkupSafe | Xi Ruoyao | 2022-11-12 | 1 | -2/+2 | |
| | | | | The md5sums are not changed. | |||||
* | changelog: fix a ticket number | Xi Ruoyao | 2022-11-12 | 1 | -1/+1 | |
| | ||||||
* | stylesheets: add Simplified Chinese for lfs-l10n | Xi Ruoyao | 2022-11-12 | 1 | -0/+22 | |
| | | | | It should not affect English book. | |||||
* | Package updates and a fix. | Bruce Dubbs | 2022-11-11 | 8 | -52/+110 | |
| | | | | | | | | | | | | | Fix make-4.4 bug. Update to wheel-0.38.4 (Python Module). Update to texinfo-7.0. Update to sysvinit-3.05. Update to shadow-4.13. Update to sed-4.9. Update to meson-0.64.0. Update to linux-6.0.7. Update to elfutils-0.188. Update to bc-6.1.1. | |||||
* | wheel: switch download URL | Xi Ruoyao | 2022-11-11 | 2 | -3/+4 | |
| | | | | | Avoid the necessity to upload a tarball onto anduin. The URL does not contain long checksum and it produces a tarball with the same md5sum. | |||||
* | systemd: fix and simply the command to disable systemd-sysupdate | Xi Ruoyao | 2022-11-04 | 1 | -7/+3 | |
| | | | | | | | "systemd disable" seems a typo... And we don't need the ".timer" suffix because these .service units are tied to the .timer units. | |||||
* | Edit English idiom. punctuation, etc., throughout chapter 6. | David Bryant | 2022-11-03 | 5 | -29/+29 | |
| | ||||||
* | Update to systemd-252. | Douglas R. Reno | 2022-11-03 | 6 | -10/+30 | |
| | ||||||
* | Edited for clarity, punctuation, and English idiom. | David Bryant | 2022-11-03 | 1 | -16/+16 | |
| | ||||||
* | grub: copy the "no tuning" warning from BLFS | Xi Ruoyao | 2022-11-03 | 1 | -0/+11 | |
| | | | | It's reported that a GRUB build with CFLAGS=-O2 is broken. | |||||
* | Update to openssl-3.0.7 (Security update). | Bruce Dubbs | 2022-11-01 | 3 | -5/+9 | |
| | ||||||
* | glibc: fix parallel build issue with make-4.4 | Xi Ruoyao | 2022-11-01 | 2 | -9/+10 | |
| | | | | | | | | | | | | | We only need a one-line change in upstream fix (because we don't use "make --shuffle"). Add it as a sed for both Chapter 5 and Chapter 8. Note that the "minimal" sed would be '/MAEKFLAGS :=/s/r/ -r/'. I included an additional ')' so it won't modify "-r" again to "- -r". Tested "make" and "make check" on a x86_64 with -j8 and an arm64 with -j24. Link: https://sourceware.org/git/?p=glibc.git;a=commit;h=2d7ed98add14 | |||||
* | Package updates. | Bruce Dubbs | 2022-10-31 | 4 | -44/+97 | |
| | | | | | | | | | | | | | | | | | | Update to iana-etc-20221025. Update to tzdata-2022f. Update to Python3-3.11.0. Update to procps-ng-4.0.1. Update to man-pages-6.01. Update to man-db-2.11.0. Update to make-4.4. Update to linux-6.0.6. Update to libffi-3.4.4. Update to inetutils-2.4. Update to expat-2.5.0. Note: I had to run glibc in Chapter 8 at -j1 to avoid an apparant race condition. With a little more investigation I may be able to find a better solution. | |||||
* | toolchaintechnotes: reword the explanation about rebuild libstdc++ in gcc pass 2 | Xi Ruoyao | 2022-10-31 | 1 | -4/+7 | |
| | ||||||
* | toolchaintechnotes: fix a typo | Xi Ruoyao | 2022-10-30 | 1 | -1/+1 | |
| | ||||||
* | toolchaintechnotes: reword the reason "cc-lfs not usable on pc" | Xi Ruoyao | 2022-10-30 | 1 | -5/+22 | |
| | | | | | | | | The problem is not "gcc building system doesn't know cc-lfs can run on pc", but "cc-lfs really cannot run on pc". Let's stop anyone from thinking about "why not just tell the gcc building system the fact". | |||||
* | Corrected spelling here and there. Regularized capitaization of package | David Bryant | 2022-10-30 | 4 | -38/+38 | |
| | | | | names, corrected idiom / punctuation, and removed extraneous verbiage. | |||||
* | Patched up an ambiguous sentence. Thank you for pointing it out, Xi. | David Bryant | 2022-10-30 | 1 | -1/+1 | |
| | ||||||
* | Orthography: spell cross-compile and its derived forms consistently. | David Bryant | 2022-10-28 | 1 | -56/+59 | |
| | | | | | Add some paragraph breaks to enhance readability. Correct English idiom here and there. Capitalize titles consistently, fix punctuation. | |||||
* | Standardize spelling of "cross-compile" and its derivatives. Clean up | David Bryant | 2022-10-28 | 1 | -15/+14 | |
| | | | | English idiom. Remove some superfluous verbiage here and there. | |||||
* | Cleaned up English idiom just a trifle. | David Bryant | 2022-10-28 | 1 | -2/+2 | |
| | ||||||
* | Typo fix from rhubarbpieguy | Douglas R. Reno | 2022-10-27 | 1 | -1/+1 | |
| | ||||||
* | Dependencies: util-linux can use libcap-ng, not libcap. | Ken Moffat | 2022-10-27 | 1 | -2/+4 | |
| | ||||||
* | errata: some reword about security advisory | Xi Ruoyao | 2022-10-23 | 1 | -5/+7 | |
| | | | | | | | | | Do not use "whether there are any known security vulnerabilities" because it's highly unlikely there was none. Many people just build LFS for an experiment, then they don't need to maintain their system. The maintaining is only necessary for a real desktop or server system. | |||||
* | Edited fpr idiom and style. Broke up a couple of run-on sentences. | David Bryant | 2022-10-21 | 1 | -16/+16 | |
| | | | | | Mr. Webster says it's "up-front". Reworked one sentnece to avoid using a colon after the verb "to be". | |||||
* | Edited for style, idiom, and punctuation. Emphasized the need to continue | David Bryant | 2022-10-21 | 1 | -9/+9 | |
| | | | | applying security patches even after LFS is "complete". | |||||
* | man-pages: update the number of provided pages for 6.00 | Xi Ruoyao | 2022-10-18 | 1 | -1/+1 | |
| | | | | | $ find -name '*.[0-9]' | wc -l 2438 | |||||
* | Use FAQ page instead of just FAQ | Pierre Labastie | 2022-10-18 | 1 | -3/+3 | |
| | | | | so that whether FAQ is plural or singular is not important :) | |||||
* | Clarify why pie might be disabled | Pierre Labastie | 2022-10-18 | 1 | -3/+3 | |
| | | | | Just reading a textbook and LFS does not imply anything for compilation... | |||||
* | chapter01/how: small fix | Xi Ruoyao | 2022-10-18 | 1 | -1/+1 | |
| | | | | I guess a "chroot environment" don't know how to use the tools? | |||||
* | resources: remove bad usage of <uri> | Xi Ruoyao | 2022-10-18 | 1 | -2/+4 | |
| | | | | | | | | | | | | | RFC 3986: URI = scheme ":" hier-part [ "?" query ] [ "#" fragment ] hier-part = "//" authority path-abempty / path-absolute / path-rootless / path-empty So "linuxfromscratch.org" is not a URI, nor "irc.libera.chat". | |||||
* | prologue/why: paramaterize "eudev" with revision attribute | Xi Ruoyao | 2022-10-18 | 1 | -1/+3 | |
| | ||||||
* | prologue/why: mention that less is used by many packages | Xi Ruoyao | 2022-10-18 | 1 | -2/+2 | |
| | | | | | Why remove "used by man-db"? Now some user may think "I don't use this thing, I'll just use vim" and skip it :(. | |||||
* | prologue/why: another "device" -> "device nodes" change | Xi Ruoyao | 2022-10-18 | 1 | -1/+1 | |
| | | | | You can't throw a NVIDIA GTX 690 into /dev. | |||||
* | prologue/standards: rewrite LSB description | Xi Ruoyao | 2022-10-18 | 1 | -5/+5 | |
| | | | | | | | | | | | | | Well, somehow this paragraph has become too imprecise. 1. We don't support IA64. Both Intel and AMD uses x86_64 now, which is referred as "AMD64" because it's first proposed by AMD. Intel attempted to use IA64 (which is a VLIW architecture completely different with x86_64) to compete with AMD64, but failed. Then Intel adapted x86_64. 2. The architecture specific part belongs to Core and Desktop. 3. LFS cannot conform to both AMD64 and IA32 because we don't support multilib. It's "or", not "and". | |||||
* | Clarified verbiage here and there. Used the present perfect tense instead | David Bryant | 2022-10-17 | 1 | -11/+11 | |
| | | | | of the simple present to make the order of events clearer. | |||||
* | Websters spells it up-to-date. Added one word for clarity. | David Bryant | 2022-10-17 | 1 | -2/+2 | |
| | ||||||
* | Made grammatical corrections, clarified a few things. | David Bryant | 2022-10-17 | 1 | -5/+5 | |
| | ||||||
* | Corrected grammar and idiom, clarified a couple of things. | David Bryant | 2022-10-17 | 1 | -8/+8 | |
| | ||||||
* | Clarified a few things, edited for idiom and punctuation. | David Bryant | 2022-10-17 | 1 | -17/+17 | |
| | ||||||
* | Update to linux-6.0.2 (Security update). | Bruce Dubbs | 2022-10-17 | 2 | -3/+13 | |
| | ||||||
* | Corrected grammatical errors, polished English idiom. Tried | David Bryant | 2022-10-15 | 1 | -80/+80 | |
| | | | | to introduce some variety by rephrasing "This package contains ...". | |||||
* | Clarfied a few points and corrected English idiom. | David Bryant | 2022-10-15 | 1 | -11/+12 | |
| | ||||||
* | Polished the prose; fixed some punctuation. | David Bryant | 2022-10-15 | 1 | -8/+8 | |
| | ||||||
* | Edited for English idiom and general readability. Fixed some | David Bryant | 2022-10-15 | 1 | -17/+17 | |
| | | | | punctuation here and there. | |||||
* | Improved English idiom and puctuation. Short, punchy sentences are good! | David Bryant | 2022-10-15 | 1 | -14/+14 | |
| |