aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Don't make chown command verbose.William Harrington2021-04-011-1/+1
| |
* | Merge branch 'cleanup' into chapter7William Harrington2021-04-012-4/+6
|\|
| * Add informative messages for setup disk stages.William Harrington2021-04-012-4/+6
| |
* | Merge branch 'cleanup' into chapter7William Harrington2021-04-011-0/+4
|\|
| * Add indented messages when creating partition and formatting filesystem.William Harrington2021-04-011-0/+4
| |
* | Merge branch 'cleanup' into chapter7William Harrington2021-04-011-4/+1
|\|
| * LFS_ROOT and LFS_DISK not needed as these are exported environment variables ↵William Harrington2021-04-011-4/+1
| | | | | | | | from env.sh.
| * Add empty line.William Harrington2021-04-011-0/+1
| |
* | Add empty line.William Harrington2021-04-011-0/+1
| |
* | Merge branch 'cleanup' into chapter7William Harrington2021-04-011-2/+4
|\|
| * Add comment for chroot script chmod commands.William Harrington2021-04-011-0/+2
| |
* | Add chapter 7 build message.William Harrington2021-04-011-0/+3
| |
* | Merge branch 'cleanup' into chapter7William Harrington2021-04-011-0/+2
|\|
| * Add chapter 6 build message.William Harrington2021-04-011-0/+2
| |
* | Merge branch 'cleanup' into chapter7William Harrington2021-04-011-0/+2
|\|
| * Add chapter 5 build message.William Harrington2021-04-011-0/+2
| |
* | Merge branch 'cleanup' into chapter7William Harrington2021-04-011-1/+2
|\|
| * Add download message when downloading packages and patches.William Harrington2021-04-011-1/+2
| |
| * Add message when copying requierd files for build to LFS sources target ↵William Harrington2021-04-011-0/+3
| | | | | | | | directory.
| * Add warning message about potential loss of data when not manually setting ↵William Harrington2021-04-011-1/+9
| | | | | | | | up the LFS partition, filesystem and mounting.
* | Add message when copying requierd files for build to LFS sources target ↵William Harrington2021-04-011-0/+3
| | | | | | | | directory.
* | Add warning message about potential loss of data when not manually setting ↵William Harrington2021-04-011-1/+9
| | | | | | | | up the LFS partition, filesystem and mounting.
* | Merge branch 'cleanup' into chapter7William Harrington2021-04-012-3/+3
|\|
| * Set default spinnertype to -/|\ and make it the first spinner type in the case.William Harrington2021-04-012-3/+3
| |
* | Merge branch 'cleanup' into chapter7William Harrington2021-04-014-18/+35
|\|
| * Adjust function spinner to take in a spinner type. If no type is defined ↵William Harrington2021-04-014-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 Harrington2021-03-301-1/+2
| |
* | Add shebangs and cleanup libstdc++.shWilliam Harrington2021-03-306-2/+14
| |
* | Create a variable with only the major minor of the perl version and use it ↵William Harrington2021-03-301-6/+10
| | | | | | | | in the configure options.
* | User VERSION variable for the versioned doc directory.William Harrington2021-03-301-1/+1
| |
* | User VERSION variable for the versioned doc directory.William Harrington2021-03-301-1/+1
| |
* | Use tput for color rather than escape codes from our colors.sh.William Harrington2021-03-301-1/+2
| |
* | Merge master with chapter7 with packages.csv changes.William Harrington2021-03-301-1/+1
|\|
| * Update bison to 3.7.5.William Harrington2021-03-301-1/+1
| |
| * Use intense white for spinner and download percentage status.William Harrington2021-03-301-2/+2
| |
| * Always check md5sum even if file exists. File my be partial. Print message ↵William Harrington2021-03-301-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 Harrington2021-03-301-2/+2
| |
| * Use essential for essential files and symlinks.William Harrington2021-03-301-4/+4
| |
| * Add chroot command with argument for chapter 7 and perform chapter 7 ↵William Harrington2021-03-302-1/+151
| | | | | | | | commands within insidechroot.sh.
| * If extraction is successful, print OK. Remove new line before printing the ↵William Harrington2021-03-261-1/+3
| | | | | | | | compiling package message.
| * Replace spinner with random spinner selection when building. Possibility to ↵William Harrington2021-03-261-44/+82
| | | | | | | | pass an argument to spinner which chooses which spinner to use. For now it is random.
| * Enable cleanup/backup for chapter 6William Harrington2021-03-261-2/+2
| |
| * Remove unset command at end and direct all output to /dev/null for tar.William Harrington2021-03-261-5/+3
| |
| * Remove spinner source since moved to functions.William Harrington2021-03-261-4/+0
| |
| * Update with kernel version to 5.10.0.William Harrington2021-03-261-1/+1
| |
| * Add command for patching bash fixes patch.William Harrington2021-03-261-0/+1
| |
| * Add bash-5.1 fixes patch up to patch level 004.William Harrington2021-03-261-0/+1
| |
| * Update to linux-5.10.26 from 5.10.17.William Harrington2021-03-261-2/+2
| |
| * Reformat MD5SUM information and include OK or FAILURE on line underneath ↵William Harrington2021-03-261-1/+4
| | | | | | | | successful download.
| * Remove spinner script and move spinner function to functions.William Harrington2021-03-262-49/+47
| |