aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Update currency to use https everywhereBruce Dubbs2021-11-082-7/+10
|
* systemd: fix a typoXi Ruoyao2021-11-021-1/+1
|
* Revert the change /bin/bash->/usr/bin/bashPierre Labastie2021-11-021-3/+3
| | | | We are not sure what the interaction with /etc/shells is...
* gawk, chap 6: now config.guess is in build-auxPierre Labastie2021-11-021-1/+1
|
* Make umounting explicitBruce Dubbs2021-11-011-1/+21
|
* Minor wording changeBruce Dubbs2021-11-011-1/+1
|
* Package updatesBruce Dubbs2021-10-3111-86/+129
| | | | | | | | | | | | | | 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.
* Fix currency for vimBruce Dubbs2021-10-251-1/+1
|
* Fix 'file' currencyBruce Dubbs2021-10-241-1/+1
|
* libcap: remove unneeded chmod commandXi Ruoyao2021-10-161-4/+0
| | | | Libcap-2.59 install shared libs with mode 0755 by default.
* Package updates.Bruce Dubbs2021-10-144-34/+71
| | | | | | | | | | | Update to vim-8.2.3508. Update to tzdata-2021c. Update to Python-3.10.0. Update to Jinja2-3.0.2. Update to linux-5.14.12. Update to iana-etc-20211004. Update to bc-5.1.1. Update to automake-1.16.5.
* Remove forgotten conditionals in patches.entPierre Labastie2021-10-141-16/+0
|
* Make instructions more consistent.Bruce Dubbs2021-10-136-6/+6
| | | | | | When using mkdir during installation, use -pv all the time. Make reference to irc channel all lower case. Update lfs-latest for condxml merge
* askforhelp: add a missing right bracketXi Ruoyao2021-10-131-1/+1
|
* git-version: remove -g{sha} unconditionallyXi Ruoyao2021-10-131-5/+3
|
* clean up after condxml mergeXi Ruoyao2021-10-132-18/+2
|
* Merge branch 'trunk' into plabs/condxmlPierre Labastie2021-10-124-40/+82
|\ | | | | | | October updates
| * Package updates.Bruce Dubbs2021-09-304-40/+82
| | | | | | | | | | | | | | | | | | | | | | | | Update to vim-8.2.3458. Update to iana-etc-20210924. Update to tzdata-2021b. Update to sysvinit-3.0.0. Update to meson-0.59.2. Update to linux-5.14.8. Update to libcap-2.59. Update to coreutils-9.0. Update to bison-3.8.2.
* | Merge branch 'plabs/condxml' of git.linuxfromscratch.org:lfs into plabs/condxmlplabs/condxmlPierre Labastie2021-09-221-0/+16
|\ \
| * \ Merge branch 'trunk' into plabs/condxmlPierre Labastie2021-09-202-11/+10
| |\ \
| * \ \ Merge branch 'trunk' into plabs/condxmlPierre Labastie2021-09-162-19/+27
| |\ \ \
| * | | | Remove conditionals in packages.entPierre Labastie2021-09-161-115/+2
| | | | | | | | | | | | | | | | | | | | | | | | | This allows to generate the same consolidated wget-list for both books, which is needed for currency scripts
| * | | | Remove eol spaces not caught by mergePierre Labastie2021-09-153-7/+7
| | | | |
| * | | | Merge branch 'trunk' into plabs/condxmlPierre Labastie2021-09-151-2/+2
| |\ \ \ \
| * \ \ \ \ Merge branch 'trunk' into plabs/condxmlPierre Labastie2021-09-15125-1455/+728
| |\ \ \ \ \
| * | | | | | packages.ent: remove a double hyphen in a commentPierre Labastie2021-09-011-1/+1
| | | | | | |
| * | | | | | Add conditional for patches only in one bookPierre Labastie2021-09-011-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Same logic as for pacakges.ent, see preceding commits
| * | | | | | Fix make-aux-file for lfs-bootscript entitiesPierre Labastie2021-09-012-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | now, grep returns two lines. Keep only the first one, and add a comment in packages;ent so that the first line is the one we want!
| * | | | | | Add conditional entities for package versionsPierre Labastie2021-09-011-2/+111
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Those packages only in sysv book should appear after a "<![ %sysv; [" conditional. But since the entity must always be defined when profiling (the revision attribute removes text in the output, not when parsing), there are the same entities with text "not-used" after "<![ %systemd; [" conditional. Of course, the preceding is reversed for packages only in the systemd book.
| * | | | | | Make generic-version the same on both booksPierre Labastie2021-09-011-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Needs to make a conditional for errata
| * | | | | | remove erratad entityPierre Labastie2021-09-011-2/+1
| | | | | | |
| * | | | | | Remove a duplicated entity in general.entPierre Labastie2021-09-011-1/+0
| | | | | | |
| * | | | | | remove blfs-systemd-book entity in chapter 11Pierre Labastie2021-09-012-25/+14
| | | | | | |
| * | | | | | Remove all versiond entitiesPierre Labastie2021-09-017-47/+15
| | | | | | |
| * | | | | | Add a conditional entity for sysv/systemdPierre Labastie2021-09-014-13/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This removes the need for versiond, and other xxxd entities. Those entities will be removed in the next commits.
* | | | | | | Set general.ent for developmentPierre Labastie2021-09-221-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | I had set it to release for testing only
* | | | | | | Remove spurious spacePierre Labastie2021-09-221-1/+1
| | | | | | |
* | | | | | | Add missing commaPierre Labastie2021-09-221-1/+1
| | | | | | |
* | | | | | | short-version for systemd release is "stable-systemd"Pierre Labastie2021-09-221-1/+1
| | | | | | |
* | | | | | | general.ent: Add conditionals for release, rc, devPierre Labastie2021-09-221-21/+59
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | WIP, needs some testing. But committing to be able to checkout trunk and back...
* | | | | | | Remove eol spaces not caught by mergePierre Labastie2021-09-222-4/+4
| | | | | | |
* | | | | | | Fix make-aux-file for lfs-bootscript entitiesPierre Labastie2021-09-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | now, grep returns two lines. Keep only the first one, and add a comment in packages;ent so that the first line is the one we want!
* | | | | | | Make generic-version the same on both booksPierre Labastie2021-09-221-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Needs to make a conditional for errata
* | | | | | | remove erratad entityPierre Labastie2021-09-221-2/+1
| | | | | | |
* | | | | | | Remove a duplicated entity in general.entPierre Labastie2021-09-221-1/+0
| | | | | | |
* | | | | | | remove blfs-systemd-book entity in chapter 11Pierre Labastie2021-09-222-26/+14
| | | | | | |
* | | | | | | Remove all versiond entitiesPierre Labastie2021-09-227-48/+16
| | | | | | |
* | | | | | | Add a conditional entity for sysv/systemdPierre Labastie2021-09-224-14/+48
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | This removes the need for versiond, and other xxxd entities. Those entities will be removed in the next commits.
* | | | | | kernel: CONFIG_SECCOMP is now in General architecture-dependent optionsXi Ruoyao2021-09-221-2/+2
| | | | | |
* | | | | | remove trailing spacesXi Ruoyao2021-09-211-2/+2
| | | | | |