aboutsummaryrefslogtreecommitdiffstats
path: root/chapter07
Commit message (Collapse)AuthorAgeFilesLines
* Spelling/TyposBruce Dubbs2022-02-181-1/+1
|
* Fix typos in glibc and for systemd-oom group syntaxBruce Dubbs2022-02-151-1/+1
|
* systemd: remove unneeded group "systemd-bus-proxy"Xi Ruoyao2022-02-051-1/+0
|
* remove "+h" in bash commands in chroot (#4998)Xi Ruoyao2022-02-052-13/+3
| | | | | | | | | | | | | | | In the new cross-compilation approach, the $PATH in chroot does not contain '/tools/bin'. So "+h" is useless in chroot as the newly installed tools always replace the temporary counterpart at the same location. "+h" in chapter4/settingenviron.xml is kept deliberately. Currently $LFS/tools/bin only contains programs prefixed with "x86_64-lfs-linux-gnu-", and it's highly unlikely that any distro will ever ship a program named with such prefix. So it may seems that we can remove this "+h" as well. However, the situation may change in future and we can take this oppertunity to teach the advantage and disvantage of bash hash feature.
* Minor tweaks to systemdDouglas R. Reno2022-02-041-1/+0
|
* Add a note telling to reenter chroot after making a backupPierre Labastie2022-01-091-0/+7
|
* Revert the change /bin/bash->/usr/bin/bashPierre Labastie2021-11-021-3/+3
| | | | We are not sure what the interaction with /etc/shells is...
* Package updatesBruce Dubbs2021-10-311-23/+23
| | | | | | | | | | | | | | Update to gawk-5.1.1. Update to meson-0.60.0. Update to libcap-2.60. Update to gdbm-1.22. Update to file-5.41. Update to linux-5.14.15. Update to iana-etc-20211025. Update to tzdata-2021e. Change /bin to /usr/bin in passwd, and revisedchroot. Fix systemd for new meson.
* Remove eol spaces not caught by mergePierre Labastie2021-09-221-3/+3
|
* Remove all versiond entitiesPierre Labastie2021-09-221-10/+3
|
* Remove merge conflicts marks in chapter07/cleanup.xmlPierre Labastie2021-09-071-22/+0
|
* Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunkPierre Labastie2021-09-073-32/+55
|\
| * Update text in Chapter 7 Backup/Restore sectionsBruce Dubbs2021-09-061-34/+42
| | | | | | | | | | Patch by Kevin Buckley. Also made minor clarification to umount commands.
| * Minor text changesBruce Dubbs2021-09-031-5/+4
| |
| * temp texinfo: remove outdated note about TestXS_la-TestXS.loXi Ruoyao2021-08-271-6/+0
| |
| * chapter07: tcl/expect/dejagnu are now in chapter08Xi Ruoyao2021-08-251-2/+2
| |
* | Remove spaces at end o lines - chapter07Pierre Labastie2021-09-074-27/+27
|/
* Typo (double "the") Spotted by Rainer FiebigPierre Labastie2021-08-211-1/+1
|
* Touch up cleanup commands in Chapter 8Bruce Dubbs2021-08-121-2/+2
| | | | | 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-031-1/+1
|\
| * fix temp hosts fileXi Ruoyao2021-08-041-1/+1
| | | | | | | | I think it may be related to Python 3 tests hang (?)
* | 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.
* Package updates.Bruce Dubbs2021-08-021-0/+5
| | | | | | Update to glibc-2.34. Update to diffutils-3.8. Update to libcap-2.52.
* Clarify remounting after exiting chrootBruce Dubbs2021-07-281-2/+4
|
* don't use host tool for strippingXi Ruoyao2021-07-281-3/+3
|
* always use --strip-unneeded for strippingXi Ruoyao2021-07-281-6/+1
| | | | | | | 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.
* temp python: add a note about (not so) "fatal" errorsXi Ruoyao2021-07-281-0/+13
|
* do not use UID hack for testerXi Ruoyao2021-07-181-1/+1
| | | | | It's causing "root-tester namesis" (both have UID 0) if the tty is owned by root. To fix bash test, use Expect to spawn a new PTY for it.
* fix user and group name for systemd-oomdXi Ruoyao2021-05-181-2/+2
|
* Merge Xi's changes into trunkDouglas R. Reno2021-05-114-2/+16
| | | | | | | | | | | | | Update to meson-0.58.0 Update to systemd-248 Update to gcc-11.1.0 Update to linux-5.12.1 Update to iproute2-5.12.0 Update to Python-3.9.5 Make /bin, /sbin, and /lib symlinks to their counterparts in /usr. Thanks again for a significant portion of this work goes to Xi, I only really merged it and made a couple of modifications for my updates. To LFS 11.x we go!
* Add ipv6 localhost in Chapter 7 hosts fileBruce Dubbs2021-04-291-1/+4
|
* ch{07,08}/util-linux: remove redundant commandXi Ruoyao2021-02-031-2/+5
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12121 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* /etc/{passwd,group}: add uuidd user and groupXi Ruoyao2021-01-281-0/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12103 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* use /run for runtime state directoriesXi Ruoyao2021-01-132-3/+13
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12093 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Change messagebus home directory to /runBruce Dubbs2021-01-111-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12092 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* always remove the docs of temporary toolsXi Ruoyao2020-08-191-4/+5
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12030 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update to man-pages-5.08. Bruce Dubbs2020-08-151-6/+6
| | | | | | | | | | | | Update to libpipeline-1.5.3. Update to iproute2-5.8.0. Update to linux-5.8.1. Fix typo in settingenviron.xml. Use entity in perl configuration instructions. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12022 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Change perl to not install modules from LFS and BLFS into /usr/share.Ken Moffat2020-08-101-9/+9
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12017 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update to gettext-0.21. Bruce Dubbs2020-08-042-3/+7
| | | | | | | | | | | | | | Update to binutils-2.35. Update to gcc-10.2.0. Update to check-0.15.1. Update to bison-3.7.1. Update to util-linux 2.36.0. Update to libcap-2.42. Update to linux-5.7.12. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12007 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Some cosmetic tweaksThomas Trepl2020-08-021-8/+17
| | | | | | | | * Reorder commants to match descriptive text (/root, /tmp) * Sort commands alphabetically Changes based on notes from Kevin B. @lfs-dev git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12006 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update to Python3-3.8.5. Bruce Dubbs2020-07-211-1/+1
| | | | | | | | | Update to libcap-2.40. Update to linux-5.7.9. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12000 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Various clean up:Pierre Labastie2020-07-042-6/+25
| | | | | | | | | | - prevent static python libraries to be installed in chapter 7 since it is not overwrittent in chapter 8 - have libstdc++-pass2 install its host specific headers into a host specific directory - clean the temporary compiler and the cros compiler at the end of chapter 8 git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11992 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update to perl-5.32.0. Bruce Dubbs2020-06-301-1/+9
| | | | | | | | | | | Update to man-db-2.9.3. Update to linux-5.7.6. Update to check-0.15.0. Update to bc-3.0.3. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11990 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Move tcl, expect, and dejagnu to Chapter 8Bruce Dubbs2020-06-224-427/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11981 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* remove last ch-system-xxx id's in chapter 7Pierre Labastie2020-06-222-4/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11980 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Change id of Python and texinfo in chapter 7 to be of the formPierre Labastie2020-06-222-6/+6
| | | | | | ch-tools-xxx git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11979 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* remove nodump from .la-removalThomas Trepl2020-06-221-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11978 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Move .la-removal to topThomas Trepl2020-06-221-9/+9
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11977 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689