aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | |
* | | | | | clarify that the system "*ctl" commands won't work in chrootXi Ruoyao2021-09-213-6/+9
| | | | | |
* | | | | | Remove double slash // in some linksPierre Labastie2021-09-202-2/+2
| |_|_|_|/ |/| | | |
* | | | | Remove a false comment in general.entPierre Labastie2021-09-201-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | jhalfs does not need anything in "copyrightdate", so that &ndash; can be used if desired
* | | | | Tweak toolchain technical notes wordingBruce Dubbs2021-09-171-10/+10
| |_|_|/ |/| | |
* | | | Remove extra spacesBruce Dubbs2021-09-151-19/+19
| | | |
* | | | Clarify the contents of the wget-list fileBruce Dubbs2021-09-151-0/+8
| |_|/ |/| |
* | | Remove eol spaces in recently added tcl docPierre Labastie2021-09-151-2/+2
| |/ |/|
* | Package updates.Bruce Dubbs2021-09-144-48/+99
| | | | | | | | | | | | | | | | | | | | | | | | | | Ensure tcl documentation install instructions are present. Update to Python3-3.9.7. Update to linux-5.14.3. Update to libcap-2.57. Update to iproute2-5.14.0. Update to inetutils-2.2. Update to gzip-1.11. Update to gdbm-1.21. Update to bison-3.8.1. Update to bc-5.0.2.
* | Move a misplaced role="nodump"Pierre Labastie2021-09-131-1/+1
| | | | | | | | That lead jhalfs to create a useless 801-pkgmgt script.
* | Add the File upstream fixes patch to the book.Douglas R. Reno2021-09-085-0/+29
| |
* | Remove eol spaces in xsl stylesheetsPierre Labastie2021-09-073-9/+9
| |
* | Remove merge conflicts marks in chapter07/cleanup.xmlPierre Labastie2021-09-071-22/+0
| |
* | Remove eol spacesPierre Labastie2021-09-079-46/+46
| |
* | Remove eol spacesPierre Labastie2021-09-074-22/+22
| |
* | Forgotten eol space in chapter02Pierre Labastie2021-09-071-1/+1
| |
* | Remove spaces at end of lines - bootscriptsPierre Labastie2021-09-0720-142/+141
| |
* | Remove spaces at end of lines - appendicesPierre Labastie2021-09-072-8/+7
| |
* | Remove spaces at end of lines - prologuePierre Labastie2021-09-074-17/+17
| |