aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Remove spaces at end o lines - chapterO9Pierre Labastie2021-09-0711-73/+73
|/
* Fix lfs-print.css location in index.html <head>Pierre Labastie2021-08-211-0/+1
| | | | | | The template generates ../stylesheets/lfs-print.css, which is ok for all pages, except index.html. Remove the ../ with a sed in the Makefile.
* Typo (double "the") Spotted by Rainer FiebigPierre Labastie2021-08-211-1/+1
|
* Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunkBruce Dubbs2021-08-203-3/+12
|\
| * mention wpa_supplicant in reboot pageXi Ruoyao2021-08-201-0/+5
| |
| * no need to mention dhcpcd/dhclient in systemd revisionXi Ruoyao2021-08-201-1/+2
| | | | | | | | | | systemd-networkd supports DHCP. If someone prefers dhcpcd/dhclient he can use systemd-networkd as a temporary tool anyway.
| * add libnsl as python optional dependencyXi Ruoyao2021-08-191-1/+2
| |
| * hostreq: fix a hardcoded chapter numberXi Ruoyao2021-08-181-1/+3
| |
* | Fix security issue in Chapter 8 glibc.Bruce Dubbs2021-08-202-0/+15
|/ | | | Add a sed to glibc in Chapter 8 to fix a critical security issue.
* Now run all the tests in binutils.Bruce Dubbs2021-08-182-2/+21
| | | | | We were removing a failing test, but it is not longer a problem. Eliminate the instruction that does that.
* mark automake as new, and fix an example in general.entXi Ruoyao2021-08-182-3/+3
|
* add p11-kit to dependencies list for systemdDJ Lucas2021-08-162-0/+10
|
* Update stats for systemd packagesDouglas R. Reno2021-08-141-4/+4
|
* Update all package stats and update grep.Bruce Dubbs2021-08-143-106/+116
| | | | | Using latest build log, updated all SysV package stats. Update to grep-3.7.
* Package updates and a patch.Bruce Dubbs2021-08-136-22/+48
| | | | | | | Update to linux-5.13.10. Update to bc-5.0.0. Update to vim-8.2.3337. Add binutils-2.37 upstream patch.
* TypoBruce Dubbs2021-08-131-1/+1
|
* minor typoXi Ruoyao2021-08-131-1/+1
|
* Touch up cleanup commands in Chapter 8Bruce Dubbs2021-08-124-17/+10
| | | | | We moved the rm /tools from Chapter 8 to Chapter 7. Some minor wording changes and file renaming.
* Rework cleaning up section of Chapter 7Bruce Dubbs2021-08-123-200/+179
| | | | | | | | | | | | | | | | Renamed chapter07/stripping.xml to chapter07/cleanup.xml Removed stripping from the end of Chapter 7. We suggest a 10 GB or larger partition in Section 2.4 - Creating a New Partition and the space used before cleaning up is only 3 GB. Stripping would free up about 300 MB more, but these files will soon be overwritten anyway. Remove /tools here to save about 1 GB. General reorginization and rewording. Chapter 8 stripping still needs to be updated after this change.
* Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunkBruce Dubbs2021-08-091-1/+14
|\
| * libffi: document --disable-exec-static-trampXi Ruoyao2021-08-091-1/+14
| |
* | Clean up glibc list of test failuresBruce Dubbs2021-08-091-5/+6
|/
* Package updates.Bruce Dubbs2021-08-084-10/+27
| | | | | Update to linux-5.13.9. Update to libffi-3.4.2.
* Fix currency for libffiBruce Dubbs2021-08-081-0/+1
|
* prologue/why: expect is not temporary system only nowXi Ruoyao2021-08-081-2/+1
|
* m4: test-posix_spawn-script does not failXi Ruoyao2021-08-061-2/+0
| | | | Reported on lfs-dev and confirmed with jhalfs.
* gcc: fix PR101749Xi Ruoyao2021-08-062-4/+21
| | | | | https://wiki.linuxfromscratch.org/blfs/ticket/15350 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101749
* minor wording changeXi Ruoyao2021-08-061-1/+1
|
* shadow: use xz tarballXi Ruoyao2021-08-051-3/+3
| | | | It's already used in BLFS, so let's make LFS to use the same one.
* Make stripping work fo rboth x86 and x86_64Bruce Dubbs2021-08-031-1/+6
|
* Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunkBruce Dubbs2021-08-035-32/+28
|\
| * minor typoXi Ruoyao2021-08-041-1/+1
| |
| * fix temp hosts fileXi Ruoyao2021-08-041-1/+1
| | | | | | | | I think it may be related to Python 3 tests hang (?)
| * bash: minor command style fixXi Ruoyao2021-08-041-2/+2
| |
| * strip: restore versions in online_usrlib and save_usrlibXi Ruoyao2021-08-041-11/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Without them, for example: cp /usr/lib/libbfd.so /tmp/libbfd.so # now /tmp/libbfd.so is a hardcopy of /usr/lib/libbfd-2.37.so strip --strip-unneeded /tmp/libbfd.so install -vm755 /tmp/libbfd.so /usr/lib/libbfd.so # now /usr/lib/libbfd.so is *not* a symlink, but a real file We don't want this to happen. libdl and libpthread removed: they are now dummy libs and is not used by anything built in LFS/BLFS.
| * gcc: document new test failures with glibc-2.34Xi Ruoyao2021-08-031-17/+15
| | | | | | | | The links to gcc bugzilla is in XML comments.
* | WordingBruce Dubbs2021-08-031-0/+6
| |
* | Clarify chapter 7 stripping and backupBruce Dubbs2021-08-031-25/+29
|/ | | | | | | In chapter 7 we do not need to unmount file systems to strip binaries. Move unmounting to the backup/restore sections. Also make sure the stripping commands are valid.
* Fix spacingBruce Dubbs2021-08-021-8/+8
|
* Package updates.Bruce Dubbs2021-08-028-76/+78
| | | | | | Update to glibc-2.34. Update to diffutils-3.8. Update to libcap-2.52.
* binutils: typoXi Ruoyao2021-08-021-1/+1
|
* Update test results for several packages.Bruce Dubbs2021-08-0111-18/+27
| | | | | Most of the changes were removing documentation of failed tests that no longer fail.
* Fackage updates and fixes.Bruce Dubbs2021-08-014-8/+29
| | | | | | Remove unneeded sed commands from automake and coreutils. Update to linux-5.13.7. Update to e2fsprogs-1.46.3.
* Revert "util-linux: explain ioctl_ns failure more precisely"Xi Ruoyao2021-07-291-3/+3
| | | | This reverts commit 79902f4e5120549197b50e735c812b2ec545e520.
* Clarify remounting after exiting chrootBruce Dubbs2021-07-281-2/+4
|
* package updateXi Ruoyao2021-07-285-23/+27
| | | | | | | | | Update to GCC-11.2.0 (#4883) Update to inetutils-2.1 (#4892) Update to automake-1.16.4 (#4894) SHA256 checksum entities for the three packages are added. I think we can start a transition to SHA256 now.
* Revert coreutils library location changeXi Ruoyao2021-07-282-2/+0
| | | | | libstdbuf.so is a LD_PRELOAD hook, instead of a library which would be used at link time. So let's keep the upstream default.
* don't use host tool for strippingXi Ruoyao2021-07-281-3/+3
|
* always use --strip-unneeded for strippingXi Ruoyao2021-07-283-24/+16
| | | | | | | The behavior of --strip-unneeded and --strip-all are same for executables and shared libraries. For static libraries, --strip-unneeded keeps the symbols needed for relocation processing so it won't break static archives.
* util-linux: explain ioctl_ns failure more preciselyXi Ruoyao2021-07-281-3/+3
|