Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | Remove unneeded test echo. | William Harrington | 2021-04-07 | 1 | -2/+0 | |
| | | | | | ||||||
| * | | | | Merge branch 'upgrade' into chapter8 | William Harrington | 2021-04-07 | 2 | -14/+14 | |
| |\ \ \ \ | ||||||
| * | | | | | Change grep to look for package up until the first comma. | William Harrington | 2021-04-07 | 1 | -2/+2 | |
| | | | | | | ||||||
| * | | | | | Change xz Utils to xz, and use tcl-doc and python-doc since adjusting the ↵ | William Harrington | 2021-04-07 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | grep in packageinsta.sh. | |||||
| * | | | | | Pass NINJAJOBS when entering chroot. | William Harrington | 2021-04-06 | 1 | -0/+2 | |
| | | | | | | ||||||
| * | | | | | Add NINJAJOBS variable to be used with ninja builds. | William Harrington | 2021-04-06 | 1 | -1/+2 | |
| | | | | | | ||||||
| * | | | | | Add package listing for chapter 8 packageinstall loop. | William Harrington | 2021-04-06 | 1 | -2/+1 | |
| | | | | | | ||||||
| * | | | | | Add chapter8 script commands. | William Harrington | 2021-04-06 | 74 | -3/+835 | |
| | | | | | | ||||||
| * | | | | | Use VERSION variable with bash fixes patch. | William Harrington | 2021-04-06 | 1 | -1/+1 | |
| | | | | | | ||||||
| * | | | | | Change tcl Documentation to tcldoc, update pythdoc to 3.9.4, use libelf name ↵ | William Harrington | 2021-04-06 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | for elfutils. | |||||
| * | | | | | Add chapter8 scripts. Still need to add contents. | William Harrington | 2021-04-06 | 74 | -0/+222 | |
| | | | | | | ||||||
| * | | | | | Add chapter 8 package list. | William Harrington | 2021-04-06 | 1 | -1/+2 | |
| | | | | | | ||||||
| * | | | | | Merge branch 'cleanup' into chapter8 | William Harrington | 2021-04-06 | 2 | -3/+17 | |
| |\ \ \ \ \ | ||||||
| * | | | | | | Change man-DB to man-db. | William Harrington | 2021-04-06 | 1 | -1/+1 | |
| | | | | | | | ||||||
| * | | | | | | Merge branch 'chapter8' of git.berzerkula.org:lfs_build into chapter8 | William Harrington | 2021-04-05 | 0 | -0/+0 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Have grep exit 0 without stdoutput when checking if a package is in ↵ | William Harrington | 2021-04-05 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | packages.csv. | |||||
| | * | | | | | | Have grep exit 0 without stdoutput when checking if a package is in ↵ | William Harrington | 2021-04-05 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | packages.csv. | |||||
| | * | | | | | | Remove lines for testing. | William Harrington | 2021-04-05 | 1 | -3/+0 | |
| | | | | | | | | ||||||
| * | | | | | | | Add test block to check if package exists in packages.csv and exit if it ↵ | William Harrington | 2021-04-05 | 1 | -4/+1 | |
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | doesn't. | |||||
| * | | | | | | Add a block to exit if package does not exist in packages.csv. | William Harrington | 2021-04-05 | 1 | -2/+11 | |
| | | | | | | | ||||||
* | | | | | | | Really fix the run and run lock creation. | William Harrington | 2021-04-12 | 1 | -3/+3 | |
| | | | | | | | ||||||
* | | | | | | | Upgrade kernel to 5.10.29. | William Harrington | 2021-04-12 | 1 | -2/+2 | |
| | | | | | | | ||||||
* | | | | | | | Fix link creation for /run and /run lock. Was causing issues when botting ↵ | William Harrington | 2021-04-10 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | because /run ended up being an inifnite loop. | |||||
* | | | | | | | Remove +'s and add shellcheck directives. | William Harrington | 2021-04-08 | 1 | -10/+12 | |
| | | | | | | | ||||||
* | | | | | | | Add shellcheck directives. | William Harrington | 2021-04-08 | 5 | -1/+8 | |
| | | | | | | | ||||||
* | | | | | | | Upgrade GCC to 10.3.0. | William Harrington | 2021-04-08 | 1 | -2/+2 | |
| | | | | | | | ||||||
* | | | | | | | Source preparechroot instead of sudo. If limited directory structure is ↵ | William Harrington | 2021-04-08 | 1 | -9/+14 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Harrington | 2021-04-08 | 1 | -27/+22 | |
| | | | | | | | ||||||
* | | | | | | | Add -i to env command during chroot. | William Harrington | 2021-04-08 | 1 | -2/+2 | |
| | | | | | | | ||||||
* | | | | | | | Change backup file to proper user:group ownership after creation. | William Harrington | 2021-04-07 | 2 | -2/+2 | |
| | | | | | | | ||||||
* | | | | | | | Revert chapter8 changes in insideroot. No chapter8 branch stuff in here! | William Harrington | 2021-04-07 | 1 | -16/+2 | |
| |_|_|_|_|/ |/| | | | | | ||||||
* | | | | | | Change ownership of chapter7 backup. | William Harrington | 2021-04-07 | 1 | -0/+1 | |
| | | | | | | ||||||
* | | | | | | Fix quotes around . | William Harrington | 2021-04-07 | 1 | -1/+1 | |
| |_|_|_|/ |/| | | | | ||||||
* | | | | | Add commands to file for moving shared library. | William Harrington | 2021-04-07 | 1 | -1/+4 | |
| |_|_|/ |/| | | | ||||||
* | | | | Download acl xz archive instead of gzipped to match xz md5sum. | William Harrington | 2021-04-07 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Use package version for versioned patch/directories. | William Harrington | 2021-04-07 | 2 | -2/+2 | |
| |_|/ |/| | | ||||||
* | | | Upgrade sysvinit patch to 2.99. | William Harrington | 2021-04-07 | 1 | -1/+1 | |
| | | | ||||||
* | | | Upgrade to acl-2.3.1, attr-2.5.1, bc-3.3.4, e2fsprogs-1.46.2, expat-2.3.0, ↵ | William Harrington | 2021-04-07 | 1 | -13/+13 | |
| | | | | | | | | | | | | iana-etc-20210304, libcap-2.49, linux-5.10.28, openssl-1.1.1k, vim-8.2.2604 and zstd-1.4.8. | |||||
* | | | Change xz Utils to xz, and use tcl-doc and python-doc since adjusting the ↵ | William Harrington | 2021-04-07 | 1 | -3/+3 | |
| | | | | | | | | | | | | grep in packageinsta.sh. | |||||
* | | | Change grep to look for package up until the first comma. | William Harrington | 2021-04-07 | 1 | -2/+2 | |
| | | | ||||||
* | | | Use VERSION variable with bash fixes patch. | William Harrington | 2021-04-06 | 1 | -1/+1 | |
| | | | ||||||
* | | | Change tcl Documentation to tcldoc, update pythdoc to 3.9.4, use libelf name ↵ | William Harrington | 2021-04-06 | 1 | -3/+3 | |
| |/ |/| | | | | | for elfutils. | |||||
* | | Change procps to procps-ng. | William Harrington | 2021-04-06 | 1 | -1/+1 | |
| | | ||||||
* | | Change man-DB to man-db. | William Harrington | 2021-04-06 | 1 | -1/+1 | |
| | | ||||||
* | | Have grep exit 0 without stdoutput when checking if a package is in ↵ | William Harrington | 2021-04-05 | 2 | -3/+17 | |
| | | | | | | | | packages.csv. | |||||
* | | Remove lines for testing. | William Harrington | 2021-04-05 | 1 | -3/+0 | |
| | | ||||||
* | | Add a block to exit if package does not exist in packages.csv. | William Harrington | 2021-04-05 | 1 | -2/+11 | |
|/ | ||||||
* | Make tar command verbose and log to backup and cleanup logs. | William Harrington | 2021-04-05 | 4 | -33/+37 | |
| | ||||||
* | Fix directory creation targets and make commands verbose. Log command block ↵ | William Harrington | 2021-04-05 | 1 | -69/+70 | |
| | | | | to createdirs.log. | |||||
* | Make commands verbose and log command block to essential.log | William Harrington | 2021-04-05 | 1 | -5/+6 | |
| |