Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Create a script exporting separate functions and remove download function ↵ | William Harrington | 2021-03-26 | 2 | -17/+20 | |
| | | | | | | | | from downloads script. Reformat MD5 mismatch failed message. | |||||
* | | Provide wget exit status when download fails. | William Harrington | 2021-03-26 | 1 | -0/+5 | |
| | | ||||||
* | | Remove unset command. Not needed. Remove the sleep 5 when compiling. | William Harrington | 2021-03-26 | 1 | -3/+0 | |
| | | ||||||
* | | Capitalize the error and remove the unset. It is not needed. | William Harrington | 2021-03-26 | 1 | -3/+1 | |
| | | ||||||
* | | Last exit code will be the unset... remove it. Don't need it anyway. | William Harrington | 2021-03-26 | 1 | -2/+0 | |
| | | ||||||
* | | Change case of FILE to lower case file and rename DIRS to directories. | William Harrington | 2021-03-25 | 1 | -4/+5 | |
| | | ||||||
* | | Merge branch 'master' into chapter7 | William Harrington | 2021-03-25 | 6 | -10/+18 | |
|\| | ||||||
| * | Unset CFLAGS when done. | William Harrington | 2021-03-25 | 1 | -0/+2 | |
| | | ||||||
| * | Unset variables no longer used. | William Harrington | 2021-03-25 | 1 | -0/+2 | |
| | | ||||||
| * | Change case of FILE to file and rename DIRS to directories. | William Harrington | 2021-03-25 | 1 | -5/+5 | |
| | | ||||||
| * | Change case of PROC to lower case proc. | William Harrington | 2021-03-25 | 1 | -3/+3 | |
| | | ||||||
| * | Unset unused variables and remove commented out old way of getting DIRNAME. | William Harrington | 2021-03-25 | 1 | -1/+2 | |
| | | ||||||
| * | Unset variables no longer in use and remove commented out wget command. | William Harrington | 2021-03-25 | 1 | -1/+2 | |
| | | ||||||
| * | Unset numjobs variable as it isn't used after using it in MAKEFLAGS. | William Harrington | 2021-03-25 | 1 | -0/+2 | |
| | | ||||||
| * | Make Building message when first starting the build to have the target LFS ↵ | William Harrington | 2021-03-24 | 1 | -1/+1 | |
| | | | | | | | | location and target disk/partition as high intensity white. | |||||
| * | Adjust indention again. | William Harrington | 2021-03-24 | 1 | -1/+1 | |
| | | ||||||
| * | Fix indentation. | William Harrington | 2021-03-24 | 1 | -1/+1 | |
| | | ||||||
| * | Use HOME variable when changing ownership of backup archive. | William Harrington | 2021-03-24 | 1 | -1/+1 | |
| | | ||||||
| * | Extract virt fs mount commands to a separate script. | William Harrington | 2021-03-24 | 2 | -29/+39 | |
| | | ||||||
| * | Adjust some text and use printf. | William Harrington | 2021-03-24 | 1 | -3/+3 | |
| | | ||||||
| * | Adjust indention. | William Harrington | 2021-03-24 | 1 | -10/+10 | |
| | | ||||||
* | | Make Building message when first starting the build to have the target LFS ↵ | William Harrington | 2021-03-24 | 1 | -1/+1 | |
| | | | | | | | | location and target disk/partition as high intensity white. | |||||
* | | Adjust indention again. | William Harrington | 2021-03-24 | 1 | -1/+1 | |
| | | ||||||
* | | Fix indentation. | William Harrington | 2021-03-24 | 1 | -1/+1 | |
| | | ||||||
* | | Add some comments. | William Harrington | 2021-03-24 | 1 | -0/+2 | |
| | | ||||||
* | | Use HOME variable when changing ownership of backup archive. | William Harrington | 2021-03-24 | 1 | -1/+1 | |
| | | ||||||
* | | Adjust CHROOT printf's and add chapter 7 blocks. | William Harrington | 2021-03-24 | 1 | -5/+36 | |
| | | ||||||
* | | Call inside root with an argument. 7 for chapter 7. Chapter 7 commands exit ↵ | William Harrington | 2021-03-24 | 1 | -108/+117 | |
| | | | | | | | | with status 7. | |||||
* | | Add clean up script for chapter 7 | William Harrington | 2021-03-24 | 1 | -0/+23 | |
| | | ||||||
* | | Adjust backup script for chapter 7 | William Harrington | 2021-03-24 | 1 | -2/+1 | |
| | | ||||||
* | | Extract virt fs mount commands to a separate script. | William Harrington | 2021-03-24 | 2 | -29/+39 | |
| | | ||||||
* | | Adjust some text and use printf. | William Harrington | 2021-03-24 | 1 | -3/+3 | |
| | | ||||||
* | | Adjust from chapter6 back for chapter7 backup. Add additional directories. | William Harrington | 2021-03-24 | 1 | -0/+25 | |
| | | ||||||
* | | Adjust indention. | William Harrington | 2021-03-24 | 1 | -10/+10 | |
| | | ||||||
* | | Merge branch 'master' into chapter7 | William Harrington | 2021-03-23 | 2 | -3/+4 | |
|\| | ||||||
| * | Use an array to pass directories to compress to tar. | William Harrington | 2021-03-23 | 1 | -2/+3 | |
| | | ||||||
| * | Remove stray S when stripping | William Harrington | 2021-03-23 | 1 | -1/+1 | |
| | | ||||||
* | | Merge chapter6 backup and cleanup from master. | William Harrington | 2021-03-23 | 2 | -4/+4 | |
|\| | ||||||
| * | Fix some issues with backup file location and use /home/kb0iic variable and ↵ | William Harrington | 2021-03-23 | 2 | -4/+4 | |
| | | | | | | | | use -T in front of NUMPROCS for XZ_OPTS. | |||||
| * | Change message when entering CHROOT. | William Harrington | 2021-03-23 | 1 | -1/+1 | |
| | | ||||||
* | | Change message when entering CHROOT. | William Harrington | 2021-03-23 | 1 | -1/+1 | |
| | | ||||||
* | | Merge any changes from master. | William Harrington | 2021-03-23 | 1 | -1/+1 | |
|\| | ||||||
| * | Add new line at end of inside chroot message. | William Harrington | 2021-03-23 | 1 | -1/+1 | |
| | | ||||||
| * | Add missing '/'. | William Harrington | 2021-03-23 | 1 | -1/+1 | |
| | | ||||||
* | | Use printf and do some minor cleanup. | William Harrington | 2021-03-23 | 1 | -8/+8 | |
| | | ||||||
* | | Merge master to chapter7 | William Harrington | 2021-03-23 | 6 | -36/+35 | |
|\| | ||||||
| * | Use printf instead of echo. | William Harrington | 2021-03-23 | 6 | -36/+36 | |
| | | ||||||
| * | Remove echo command used for testing. | William Harrington | 2021-03-23 | 1 | -1/+0 | |
| | | ||||||
* | | Merge branch 'master' into chapter7 | William Harrington | 2021-03-23 | 33 | -219/+276 | |
|\| | ||||||
| * | Cleanup chapter5 scripts. | William Harrington | 2021-03-23 | 5 | -25/+35 | |
| | |