aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | Unset unused variables and remove commented out old way of getting DIRNAME.William Harrington2021-03-251-1/+2
| | | | | | |
* | | | | | | Unset variables no longer in use and remove commented out wget command.William Harrington2021-03-251-1/+2
| | | | | | |
* | | | | | | Unset numjobs variable as it isn't used after using it in MAKEFLAGS.William Harrington2021-03-251-0/+2
| | | | | | |
* | | | | | | Make Building message when first starting the build to have the target LFS ↵William Harrington2021-03-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | location and target disk/partition as high intensity white.
* | | | | | | Adjust indention again.William Harrington2021-03-241-1/+1
| | | | | | |
* | | | | | | Fix indentation.William Harrington2021-03-241-1/+1
| | | | | | |
* | | | | | | Use HOME variable when changing ownership of backup archive.William Harrington2021-03-241-1/+1
| | | | | | |
* | | | | | | Extract virt fs mount commands to a separate script.William Harrington2021-03-242-29/+39
| | | | | | |
* | | | | | | Adjust some text and use printf.William Harrington2021-03-241-3/+3
| | | | | | |
* | | | | | | Adjust indention.William Harrington2021-03-241-10/+10
| |_|_|_|_|/ |/| | | | |
* | | | | | Use an array to pass directories to compress to tar.William Harrington2021-03-231-2/+3
| | | | | |
* | | | | | Remove stray S when strippingWilliam Harrington2021-03-231-1/+1
| |_|_|_|/ |/| | | |
* | | | | Fix some issues with backup file location and use /home/kb0iic variable and ↵William Harrington2021-03-232-4/+4
| | | | | | | | | | | | | | | | | | | | use -T in front of NUMPROCS for XZ_OPTS.
* | | | | Change message when entering CHROOT.William Harrington2021-03-231-1/+1
| |_|_|/ |/| | |
* | | | Add new line at end of inside chroot message.William Harrington2021-03-231-1/+1
| | | |
* | | | Add missing '/'.William Harrington2021-03-231-1/+1
| |_|/ |/| |
* | | Use printf instead of echo.William Harrington2021-03-236-36/+36
| | |
* | | Remove echo command used for testing.William Harrington2021-03-231-1/+0
| |/ |/|
* | Cleanup chapter5 scripts.William Harrington2021-03-235-25/+35
| |
* | Clean up chapter6 scripts.William Harrington2021-03-2319-90/+132
| |
* | Cleanup colors.shWilliam Harrington2021-03-231-0/+2
| |
* | Cleanup download.shWilliam Harrington2021-03-231-8/+10
| |
* | Cleanup env.shWilliam Harrington2021-03-231-14/+20
| |
* | Cleanup lfs.shWilliam Harrington2021-03-231-21/+21
| |
* | Cleanup packageinstall.sh and get toplevel directory using tar and reduce ↵William Harrington2021-03-231-21/+17
| | | | | | | | the complexity of extracting then moving the source.
* | Cleanup preparechroot.shWilliam Harrington2021-03-231-32/+26
| |
* | Cleanup setupdisk.shWilliam Harrington2021-03-231-0/+2
| |
* | Cleanup spinner.shWilliam Harrington2021-03-231-3/+6
| |
* | Cleanup versioncheck.sh.William Harrington2021-03-231-5/+5
|/
* Not ready for chapter7 scripts, yet.William Harrington2021-03-227-0/+0
|
* Add a percentage count while downloading tarball and if md5sum doesn't ↵William Harrington2021-03-221-3/+3
| | | | match, rm the downloaded file.
* Remove LFS_SRC and use /sources, make extraction text intense blue, and ↵William Harrington2021-03-221-4/+10
| | | | change the way we move files to include hidden files. Will be need for Perl and possibly other tarballs with hidden files.
* Add bold, intense and blinking.William Harrington2021-03-221-0/+32
|
* redirect all output to null.William Harrington2021-03-221-2/+2
|
* Remove LFS_SRC and use /sources so that when we are in chroot, this script ↵William Harrington2021-03-221-4/+1
| | | | works there.
* Add some build features.William Harrington2021-03-221-14/+41
|
* Merge branch 'master' into chapter7William Harrington2021-03-221-1/+1
|\
| * Make python doc not even match one of the build targets.William Harrington2021-03-221-1/+1
| |
* | Merge branch 'master' into chapter7William Harrington2021-03-221-1/+1
|\|
| * Add - for space in python documentation.William Harrington2021-03-221-1/+1
| |
* | Merge branch 'master' into chapter7William Harrington2021-03-221-1/+1
|\|
| * Change fawk to gawk in packages.csv so gawk builds and doesn't get skipped ↵William Harrington2021-03-221-1/+1
| | | | | | | | resulting in errors in ch7.
* | Add chapter 7 package scripts.William Harrington2021-03-227-0/+0
|/
* Echo a success message when entering chroot.William Harrington2021-03-221-2/+1
|
* Add lines for preparing chroot and entering chroot. Add commented lines for ↵William Harrington2021-03-221-0/+17
| | | | chapter 6 cleanup and backup.
* Add basic inside chroot script.William Harrington2021-03-221-0/+6
|
* Add prepare chroot script.William Harrington2021-03-221-0/+75
|
* Add optional cleanup and backup chapter6 scripts. Always nice to backup ↵William Harrington2021-03-222-0/+43
| | | | before working on tasks preparing for chroot.
* Remove interpreter from scripts that are sourced. Remove executable bits are ↵William Harrington2021-03-2228-79/+27
| | | | required.
* Use MAKEFLAGS with GLIBC's PARALLELMFLAGS.William Harrington2021-03-211-2/+2
|