aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add some curly braces around retval for fun.William Harrington2021-03-261-1/+1
|
* Direct all tar output to /dev/null and return FAILED and exit upon failure.William Harrington2021-03-261-5/+4
|
* Remove unset command at end and direct all output to /dev/null for tar.William Harrington2021-03-261-4/+2
|
* Add new line after backup found message and only return FAILED if failure.William Harrington2021-03-261-2/+2
|
* source functions while inside chroot.William Harrington2021-03-261-1/+1
|
* Remove spinner source since moved to functions.William Harrington2021-03-261-4/+0
|
* Remove spinner script and move spinner function to functions.William Harrington2021-03-262-49/+47
|
* Reformat MD5SUM information and include OK or FAILURE on line underneath ↵William Harrington2021-03-261-1/+4
| | | | successful download.
* Update to linux-5.10.26 from 5.10.17.William Harrington2021-03-261-2/+2
|
* Add bash-5.1 fixes patch up to patch level 004.William Harrington2021-03-261-0/+1
|
* Add command for patching bash fixes patch.William Harrington2021-03-261-0/+1
|
* Update with kernel version to 5.10.0.William Harrington2021-03-261-1/+1
|
* Source functions.William Harrington2021-03-261-0/+4
|
* Create a script exporting separate functions and remove download function ↵William Harrington2021-03-262-17/+20
| | | | from downloads script. Reformat MD5 mismatch failed message.
* Provide wget exit status when download fails.William Harrington2021-03-261-0/+5
|
* Remove unset command. Not needed. Remove the sleep 5 when compiling.William Harrington2021-03-261-3/+0
|
* Capitalize the error and remove the unset. It is not needed.William Harrington2021-03-261-3/+1
|
* Last exit code will be the unset... remove it. Don't need it anyway.William Harrington2021-03-261-2/+0
|
* Change case of FILE to lower case file and rename DIRS to directories.William Harrington2021-03-251-4/+5
|
* Merge branch 'master' into chapter7William Harrington2021-03-256-10/+18
|\
| * Unset CFLAGS when done.William Harrington2021-03-251-0/+2
| |
| * Unset variables no longer used.William Harrington2021-03-251-0/+2
| |
| * Change case of FILE to file and rename DIRS to directories.William Harrington2021-03-251-5/+5
| |
| * Change case of PROC to lower case proc.William Harrington2021-03-251-3/+3
| |
| * 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
| |
* | 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
| |
* | Add some comments.William Harrington2021-03-241-0/+2
| |
* | Use HOME variable when changing ownership of backup archive.William Harrington2021-03-241-1/+1
| |
* | Adjust CHROOT printf's and add chapter 7 blocks.William Harrington2021-03-241-5/+36
| |
* | Call inside root with an argument. 7 for chapter 7. Chapter 7 commands exit ↵William Harrington2021-03-241-108/+117
| | | | | | | | with status 7.
* | Add clean up script for chapter 7William Harrington2021-03-241-0/+23
| |
* | Adjust backup script for chapter 7William Harrington2021-03-241-2/+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 from chapter6 back for chapter7 backup. Add additional directories.William Harrington2021-03-241-0/+25
| |
* | Adjust indention.William Harrington2021-03-241-10/+10
| |
* | Merge branch 'master' into chapter7William Harrington2021-03-232-3/+4
|\|
| * 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
| |