aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Add lfs-bootscripts script for chapter9.William Harrington2021-04-121-0/+3
| |
| * Add section for building chapter9.William Harrington2021-04-121-1/+15
| |
| * Add chapter9 log directory.William Harrington2021-04-121-0/+3
| |
* | Upgrade URL for sysvinit patch.William Harrington2021-04-131-1/+1
| |
* | Add set -e to top of scripts and remove space between -j and value in MAKEFLAGS.William Harrington2021-04-13110-5/+113
| |
* | Add --disable-bracketed-paste-default configure option since Readline-8.1 ↵William Harrington2021-04-121-0/+1
| | | | | | | | enabled bracketed paste by default.
* | Add shellcheck directive.William Harrington2021-04-121-0/+2
|/
* Add missing chapter8 build info. Was lost in merge.William Harrington2021-04-121-2/+16
|
* Merge branch 'chapter8'William Harrington2021-04-1278-13/+1215
|\
| * Really fix the run and run lock creation.William Harrington2021-04-121-3/+3
| |
| * Upgrade kernel to 5.10.29.William Harrington2021-04-121-2/+2
| |
| * Fix link creation for /run and /run lock. Was causing issues when botting ↵William Harrington2021-04-120-0/+0
| | | | | | | | because /run ended up being an inifnite loop.
| * Don't remove doc, info and man during cleanup.William Harrington2021-04-121-3/+3
| |
| * Fix link creation for /run and /run lock. Was causing issues when botting ↵William Harrington2021-04-101-2/+2
| | | | | | | | because /run ended up being an inifnite loop.
| * Upgrade GCC to 10.3.0.William Harrington2021-04-081-2/+2
| |
| * Add shellcheck directives.William Harrington2021-04-085-1/+8
| |
| * Add shellcheck directives.William Harrington2021-04-081-0/+4
| |
| * Add shellcheck parsing directives.William Harrington2021-04-088-2/+15
| |
| * Source preparechroot instead of sudo. If limited directory structure is ↵William Harrington2021-04-081-9/+12
| | | | | | | | created, then put a conditional around it if limited has already been done and if not, then touch a file. This keeps /mnt/lfs/tools from cropping up after cleanup stage for chapter 8 and this script is reran.
| * Use sudo inside preparechroot and remove check for root user.William Harrington2021-04-081-27/+22
| |
| * Adjust backup and cleanup scripts for chapter8.William Harrington2021-04-082-0/+88
| |
| * Fix/Add chroot commands. Add cleanup and backup for chapter 8.William Harrington2021-04-081-4/+43
| |
| * Change backup file to proper user:group ownership after creation.William Harrington2021-04-072-2/+2
| |
| * Fix a header so that #include <python3.9/Python.h> works.William Harrington2021-04-071-0/+2
| |
| * Install shell-complletions for bash and zsh.William Harrington2021-04-071-0/+2
| |
| * Use configure prefix option rather than PREFIX variable for /usrWilliam Harrington2021-04-071-1/+1
| |
| * Merge branch 'cleanup' into chapter8William Harrington2021-04-072-1/+2
| |\
| * | Add commands to move libmagic shared library to /lib.William Harrington2021-04-071-0/+3
| | |
| * | Merge branch 'cleanup' into chapter8William Harrington2021-04-071-1/+4
| |\ \
| * | | Use package version when changing ownership of versioned library libpsx.so.x.xxWilliam Harrington2021-04-071-1/+1
| | | |
| * | | Merge branch 'cleanup' into chapter8William Harrington2021-04-071-1/+1
| |\ \ \
| * | | | Use package version for versioned patch/directories.William Harrington2021-04-072-2/+2
| | | | |
| * | | | Remove unneeded test echo.William Harrington2021-04-071-2/+0
| | | | |
| * | | | Merge branch 'upgrade' into chapter8William Harrington2021-04-072-14/+14
| |\ \ \ \
| * | | | | Change grep to look for package up until the first comma.William Harrington2021-04-071-2/+2
| | | | | |
| * | | | | Change xz Utils to xz, and use tcl-doc and python-doc since adjusting the ↵William Harrington2021-04-071-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | grep in packageinsta.sh.
| * | | | | Pass NINJAJOBS when entering chroot.William Harrington2021-04-061-0/+2
| | | | | |
| * | | | | Add NINJAJOBS variable to be used with ninja builds.William Harrington2021-04-061-1/+2
| | | | | |
| * | | | | Add package listing for chapter 8 packageinstall loop.William Harrington2021-04-061-2/+1
| | | | | |
| * | | | | Add chapter8 script commands.William Harrington2021-04-0674-3/+835
| | | | | |
| * | | | | Use VERSION variable with bash fixes patch.William Harrington2021-04-061-1/+1
| | | | | |
| * | | | | Change tcl Documentation to tcldoc, update pythdoc to 3.9.4, use libelf name ↵William Harrington2021-04-061-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | for elfutils.
| * | | | | Add chapter8 scripts. Still need to add contents.William Harrington2021-04-0674-0/+222
| | | | | |
| * | | | | Add chapter 8 package list.William Harrington2021-04-061-1/+2
| | | | | |
| * | | | | Merge branch 'cleanup' into chapter8William Harrington2021-04-062-3/+17
| |\ \ \ \ \
| * | | | | | Change man-DB to man-db.William Harrington2021-04-061-1/+1
| | | | | | |
| * | | | | | Merge branch 'chapter8' of git.berzerkula.org:lfs_build into chapter8William Harrington2021-04-050-0/+0
| |\ \ \ \ \ \
| | * | | | | | Have grep exit 0 without stdoutput when checking if a package is in ↵William Harrington2021-04-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | packages.csv.
| | * | | | | | Have grep exit 0 without stdoutput when checking if a package is in ↵William Harrington2021-04-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | packages.csv.
| | * | | | | | Remove lines for testing.William Harrington2021-04-051-3/+0
| | | | | | | |