Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Major updates. | William Harrington | 2021-12-11 | 1 | -28/+28 |
| | |||||
* | Create fail and success functions and remove trailing white spaces at ends ↵ | William Harrington | 2021-04-15 | 1 | -3/+5 |
| | | | | of lines. | ||||
* | Format FAIL and OK messages with intense color. Reset colors before new ↵ | William Harrington | 2021-04-02 | 1 | -5/+2 |
| | | | | line. Try to keep a sane style in the scripts. | ||||
* | Use if [[ ... ]] instead of [ ... ] and change retval check in setupdisk ↵ | William Harrington | 2021-04-02 | 1 | -1/+1 |
| | | | | when checking exit code when creating partition. | ||||
* | 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. | ||||
* | Reformat MD5SUM information and include OK or FAILURE on line underneath ↵ | William Harrington | 2021-03-26 | 1 | -1/+4 |
| | | | | successful download. | ||||
* | Create a script exporting separate functions and remove download function ↵ | William Harrington | 2021-03-26 | 1 | -17/+1 |
| | | | | from downloads script. Reformat MD5 mismatch failed message. | ||||
* | Provide wget exit status when download fails. | William Harrington | 2021-03-26 | 1 | -0/+5 |
| | |||||
* | Capitalize the error and remove the unset. It is not needed. | William Harrington | 2021-03-26 | 1 | -3/+1 |
| | |||||
* | Unset variables no longer in use and remove commented out wget command. | William Harrington | 2021-03-25 | 1 | -1/+2 |
| | |||||
* | Adjust indention again. | William Harrington | 2021-03-24 | 1 | -1/+1 |
| | |||||
* | Fix indentation. | William Harrington | 2021-03-24 | 1 | -1/+1 |
| | |||||
* | Use printf instead of echo. | William Harrington | 2021-03-23 | 1 | -3/+3 |
| | |||||
* | Cleanup download.sh | William Harrington | 2021-03-23 | 1 | -8/+10 |
| | |||||
* | Add a percentage count while downloading tarball and if md5sum doesn't ↵ | William Harrington | 2021-03-22 | 1 | -3/+3 |
| | | | | match, rm the downloaded file. | ||||
* | Remove interpreter from scripts that are sourced. Remove executable bits are ↵ | William Harrington | 2021-03-22 | 1 | -2/+0 |
| | | | | required. | ||||
* | Show only percentage at end of downloading line. | William Harrington | 2021-03-21 | 1 | -6/+16 |
| | |||||
* | Remove patches comment | William Harrington | 2021-03-21 | 1 | -3/+1 |
| | |||||
* | Add patches.csv to be copied and processed in download. | William Harrington | 2021-03-19 | 1 | -2/+5 |
| | |||||
* | Use filename instead of url as output when downloading and redirect stdout ↵ | William Harrington | 2021-03-19 | 1 | -3/+3 |
| | | | | sterr for md5sum to /dev/null. Put Failed message on a new line. | ||||
* | Add some spinner and OK status to the download commands. | William Harrington | 2021-03-18 | 1 | -3/+6 |
| | |||||
* | Remove downloding patches separately. | William Harrington | 2021-03-18 | 1 | -8/+1 |
| | |||||
* | Add patches to download.sh. | William Harrington | 2021-03-18 | 1 | -1/+8 |
| | |||||
* | Make package names lowercase and add entries for linux-api-headers and libstdc++ | William Harrington | 2021-03-18 | 1 | -1/+1 |
| | |||||
* | source download.sh from lfs.sh and don't source lfs.sh from download.sh ↵ | William Harrington | 2021-03-17 | 1 | -1/+1 |
| | | | | resulting in an infinite loop. Add commnds to lfs.sh to cpoy scripts and csv to /sources then cd into that directory, set the PATH to use tools/bin and download source. | ||||
* | Was forgotten. | William Harrington | 2021-03-16 | 1 | -0/+21 |