| Commit message (Expand) | Author | Age | Files | Lines |
* | Create a variable with only the major minor of the perl version and use it in... | William Harrington | 2021-03-30 | 1 | -6/+10 |
* | User VERSION variable for the versioned doc directory. | William Harrington | 2021-03-30 | 1 | -1/+1 |
* | User VERSION variable for the versioned doc directory. | William Harrington | 2021-03-30 | 1 | -1/+1 |
* | Use tput for color rather than escape codes from our colors.sh. | William Harrington | 2021-03-30 | 1 | -1/+2 |
* | Merge master with chapter7 with packages.csv changes. | William Harrington | 2021-03-30 | 1 | -1/+1 |
|\ |
|
| * | Update bison to 3.7.5. | William Harrington | 2021-03-30 | 1 | -1/+1 |
| * | Use intense white for spinner and download percentage status. | William Harrington | 2021-03-30 | 1 | -2/+2 |
| * | Always check md5sum even if file exists. File my be partial. Print message th... | William Harrington | 2021-03-30 | 1 | -6/+9 |
| * | Update linux to 5.10.27 and update md5sum. | William Harrington | 2021-03-30 | 1 | -2/+2 |
| * | Use essential for essential files and symlinks. | William Harrington | 2021-03-30 | 1 | -4/+4 |
| * | Add chroot command with argument for chapter 7 and perform chapter 7 commands... | William Harrington | 2021-03-30 | 2 | -1/+151 |
| * | If extraction is successful, print OK. Remove new line before printing the co... | William Harrington | 2021-03-26 | 1 | -1/+3 |
| * | Replace spinner with random spinner selection when building. Possibility to p... | William Harrington | 2021-03-26 | 1 | -44/+82 |
| * | Enable cleanup/backup for chapter 6 | William Harrington | 2021-03-26 | 1 | -2/+2 |
| * | Remove unset command at end and direct all output to /dev/null for tar. | William Harrington | 2021-03-26 | 1 | -5/+3 |
| * | Remove spinner source since moved to functions. | William Harrington | 2021-03-26 | 1 | -4/+0 |
| * | Update with kernel version to 5.10.0. | William Harrington | 2021-03-26 | 1 | -1/+1 |
| * | Add command for patching bash fixes patch. | William Harrington | 2021-03-26 | 1 | -0/+1 |
| * | Add bash-5.1 fixes patch up to patch level 004. | William Harrington | 2021-03-26 | 1 | -0/+1 |
| * | Update to linux-5.10.26 from 5.10.17. | William Harrington | 2021-03-26 | 1 | -2/+2 |
| * | Reformat MD5SUM information and include OK or FAILURE on line underneath succ... | William Harrington | 2021-03-26 | 1 | -1/+4 |
| * | Remove spinner script and move spinner function to functions. | William Harrington | 2021-03-26 | 2 | -49/+47 |
| * | Source functions. | William Harrington | 2021-03-26 | 1 | -0/+4 |
| * | Create a script exporting separate functions and remove download function fro... | William Harrington | 2021-03-26 | 2 | -17/+20 |
| * | Provide wget exit status when download fails. | William Harrington | 2021-03-26 | 1 | -0/+5 |
| * | Colorize CHROOT as red. | William Harrington | 2021-03-26 | 1 | -2/+2 |
| * | Last exit code will be the unset... remove it. Don't need it anyway. | William Harrington | 2021-03-26 | 1 | -2/+0 |
| * | Capitalize the error and remove the unset. It is not needed. | William Harrington | 2021-03-26 | 1 | -3/+1 |
| * | Remove unset command. Not needed. Remove the sleep 5 when compiling. | William Harrington | 2021-03-26 | 1 | -3/+0 |
* | | Use intense white for spinner and download percentage status. | William Harrington | 2021-03-30 | 1 | -2/+2 |
* | | Always check md5sum even if file exists. File my be partial. Print message th... | William Harrington | 2021-03-30 | 1 | -6/+9 |
* | | Update linux to 5.10.27 and update md5sum. | William Harrington | 2021-03-30 | 1 | -2/+2 |
* | | Use essential for essential files and symlinks. | William Harrington | 2021-03-30 | 1 | -4/+4 |
* | | Add TESTUSERID when chrooting and use 'id -u' commnd to get user id. Use whe... | William Harrington | 2021-03-29 | 2 | -2/+3 |
* | | Replace spinner with random spinner selection when building. Possibility to p... | William Harrington | 2021-03-26 | 1 | -44/+82 |
* | | If extraction is successful, print OK. Remove new line before printing the co... | William Harrington | 2021-03-26 | 1 | -1/+3 |
* | | Add some curly braces around retval for fun. | William Harrington | 2021-03-26 | 1 | -1/+1 |
* | | Direct all tar output to /dev/null and return FAILED and exit upon failure. | William Harrington | 2021-03-26 | 1 | -5/+4 |
* | | Remove unset command at end and direct all output to /dev/null for tar. | William Harrington | 2021-03-26 | 1 | -4/+2 |
* | | Add new line after backup found message and only return FAILED if failure. | William Harrington | 2021-03-26 | 1 | -2/+2 |
* | | source functions while inside chroot. | William Harrington | 2021-03-26 | 1 | -1/+1 |
* | | Remove spinner source since moved to functions. | William Harrington | 2021-03-26 | 1 | -4/+0 |
* | | Remove spinner script and move spinner function to functions. | William Harrington | 2021-03-26 | 2 | -49/+47 |
* | | Reformat MD5SUM information and include OK or FAILURE on line underneath succ... | William Harrington | 2021-03-26 | 1 | -1/+4 |
* | | Update to linux-5.10.26 from 5.10.17. | William Harrington | 2021-03-26 | 1 | -2/+2 |
* | | Add bash-5.1 fixes patch up to patch level 004. | William Harrington | 2021-03-26 | 1 | -0/+1 |
* | | Add command for patching bash fixes patch. | William Harrington | 2021-03-26 | 1 | -0/+1 |
* | | Update with kernel version to 5.10.0. | William Harrington | 2021-03-26 | 1 | -1/+1 |
* | | Source functions. | William Harrington | 2021-03-26 | 1 | -0/+4 |
* | | Create a script exporting separate functions and remove download function fro... | William Harrington | 2021-03-26 | 2 | -17/+20 |