Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | | | | | | Add empty line. | William Harrington | 2021-04-01 | 1 | -0/+1 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | Add comment for chroot script chmod commands. | William Harrington | 2021-04-01 | 1 | -0/+2 | |
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Add chapter 6 build message. | William Harrington | 2021-04-01 | 1 | -0/+2 | |
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | Add chapter 5 build message. | William Harrington | 2021-04-01 | 1 | -0/+2 | |
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | Add download message when downloading packages and patches. | William Harrington | 2021-04-01 | 1 | -1/+2 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Add message when copying requierd files for build to LFS sources target ↵ | William Harrington | 2021-04-01 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | directory. | |||||
* | | | | | | | | | | | Add warning message about potential loss of data when not manually setting ↵ | William Harrington | 2021-04-01 | 1 | -1/+9 | |
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | up the LFS partition, filesystem and mounting. | |||||
* | | | | | | | | | | Set default spinnertype to -/|\ and make it the first spinner type in the case. | William Harrington | 2021-04-01 | 2 | -3/+3 | |
| |_|_|_|_|_|_|_|/ |/| | | | | | | | | ||||||
* | | | | | | | | | Adjust function spinner to take in a spinner type. If no type is defined ↵ | William Harrington | 2021-04-01 | 4 | -20/+37 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | then random will be chosen. Pass the 2nd argument as spinnertype when spinner is invoked. Cleanup some extraction text and reset the colors at the end. | |||||
* | | | | | | | | | Use tput for color rather than escape codes from our colors.sh. | William Harrington | 2021-03-30 | 1 | -1/+2 | |
| |_|_|_|_|_|_|/ |/| | | | | | | | ||||||
* | | | | | | | | 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 ↵ | William Harrington | 2021-03-30 | 1 | -6/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | that file is cached and then check md5sum. If md5sum fails, remove file. Next time script is ran, it will download and check again. | |||||
* | | | | | | | | 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 ↵ | William Harrington | 2021-03-30 | 2 | -1/+151 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | commands within insidechroot.sh. | |||||
* | | | | | | | | If extraction is successful, print OK. Remove new line before printing the ↵ | William Harrington | 2021-03-26 | 1 | -1/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | compiling package message. | |||||
* | | | | | | | | Replace spinner with random spinner selection when building. Possibility to ↵ | William Harrington | 2021-03-26 | 1 | -44/+82 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pass an argument to spinner which chooses which spinner to use. For now it is random. | |||||
* | | | | | | | | 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 ↵ | William Harrington | 2021-03-26 | 1 | -1/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | successful download. | |||||
* | | | | | | | | 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 ↵ | 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 | |
| | | | | | | | | ||||||
* | | | | | | | | 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 | |
| |_|_|_|_|_|/ |/| | | | | | | ||||||
* | | | | | | | 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 | |
| |_|_|_|_|/ |/| | | | | | ||||||
* | | | | | | 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 | |
| |_|_|_|/ |/| | | | |