Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use CYN at end of last CHROOT exit message. | William Harrington | 2021-04-01 | 1 | -1/+1 |
| | |||||
* | Adjust indention and syntax. | William Harrington | 2021-04-01 | 1 | -2/+2 |
| | |||||
* | Add SPINNER to chroot variables for spinnertype to be used. | William Harrington | 2021-04-01 | 1 | -4/+9 |
| | |||||
* | Change GGRN to IGRN. | William Harrington | 2021-04-01 | 1 | -1/+1 |
| | |||||
* | Use intense colors fo indented chroot already prepared message. | William Harrington | 2021-04-01 | 1 | -1/+1 |
| | |||||
* | Use intense green for already completed tasks which are indented. | William Harrington | 2021-04-01 | 1 | -2/+2 |
| | |||||
* | Remove sources from backup dirs array. | William Harrington | 2021-04-01 | 1 | -1/+1 |
| | |||||
* | Add new line to beginning of building chapter 7 build printf. | William Harrington | 2021-04-01 | 1 | -1/+1 |
| | |||||
* | Merge branch 'cleanup' into chapter7 | William Harrington | 2021-04-01 | 1 | -3/+4 |
|\ | |||||
| * | Adjust formatting of main download and build chapter sections. | William Harrington | 2021-04-01 | 1 | -3/+4 |
| | | |||||
* | | Merge branch 'cleanup' into chapter7 | William Harrington | 2021-04-01 | 1 | -4/+4 |
|\| | |||||
| * | Formatting changes of printf's. | William Harrington | 2021-04-01 | 1 | -4/+4 |
| | | |||||
* | | Merge branch 'cleanup' into chapter7 | William Harrington | 2021-04-01 | 1 | -1/+1 |
|\| | |||||
| * | Don't make chown command verbose. | William Harrington | 2021-04-01 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'cleanup' into chapter7 | William Harrington | 2021-04-01 | 2 | -4/+6 |
|\| | |||||
| * | Add informative messages for setup disk stages. | William Harrington | 2021-04-01 | 2 | -4/+6 |
| | | |||||
* | | Merge branch 'cleanup' into chapter7 | William Harrington | 2021-04-01 | 1 | -0/+4 |
|\| | |||||
| * | Add indented messages when creating partition and formatting filesystem. | William Harrington | 2021-04-01 | 1 | -0/+4 |
| | | |||||
* | | Merge branch 'cleanup' into chapter7 | William Harrington | 2021-04-01 | 1 | -4/+1 |
|\| | |||||
| * | LFS_ROOT and LFS_DISK not needed as these are exported environment variables ↵ | William Harrington | 2021-04-01 | 1 | -4/+1 |
| | | | | | | | | from env.sh. | ||||
| * | Add empty line. | William Harrington | 2021-04-01 | 1 | -0/+1 |
| | | |||||
* | | Add empty line. | William Harrington | 2021-04-01 | 1 | -0/+1 |
| | | |||||
* | | Merge branch 'cleanup' into chapter7 | William Harrington | 2021-04-01 | 1 | -2/+4 |
|\| | |||||
| * | Add comment for chroot script chmod commands. | William Harrington | 2021-04-01 | 1 | -0/+2 |
| | | |||||
* | | Add chapter 7 build message. | William Harrington | 2021-04-01 | 1 | -0/+3 |
| | | |||||
* | | Merge branch 'cleanup' into chapter7 | William Harrington | 2021-04-01 | 1 | -0/+2 |
|\| | |||||
| * | Add chapter 6 build message. | William Harrington | 2021-04-01 | 1 | -0/+2 |
| | | |||||
* | | Merge branch 'cleanup' into chapter7 | William Harrington | 2021-04-01 | 1 | -0/+2 |
|\| | |||||
| * | Add chapter 5 build message. | William Harrington | 2021-04-01 | 1 | -0/+2 |
| | | |||||
* | | Merge branch 'cleanup' into chapter7 | William Harrington | 2021-04-01 | 1 | -1/+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. | ||||
* | | 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. | ||||
* | | Merge branch 'cleanup' into chapter7 | William Harrington | 2021-04-01 | 2 | -3/+3 |
|\| | |||||
| * | Set default spinnertype to -/|\ and make it the first spinner type in the case. | William Harrington | 2021-04-01 | 2 | -3/+3 |
| | | |||||
* | | Merge branch 'cleanup' into chapter7 | William Harrington | 2021-04-01 | 4 | -18/+35 |
|\| | |||||
| * | 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 |
| | | |||||
* | | Add shebangs and cleanup libstdc++.sh | William Harrington | 2021-03-30 | 6 | -2/+14 |
| | | |||||
* | | Create a variable with only the major minor of the perl version and use it ↵ | William Harrington | 2021-03-30 | 1 | -6/+10 |
| | | | | | | | | in the configure options. | ||||
* | | 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 ↵ | 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 |
| | |