Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleanup information messages. | William Harrington | 2021-04-02 | 1 | -6/+7 |
| | |||||
* | Format FAIL and OK messages with intense color. Reset colors before new ↵ | William Harrington | 2021-04-02 | 1 | -1/+1 |
| | | | | line. Try to keep a sane style in the scripts. | ||||
* | Exit if copying required scripts and other files fails. | William Harrington | 2021-04-02 | 1 | -2/+7 |
| | |||||
* | Exit if creationg of LFS target directory fails. | William Harrington | 2021-04-02 | 1 | -2/+9 |
| | |||||
* | Use if [[ ... ]] instead of [ ... ] and change retval check in setupdisk ↵ | William Harrington | 2021-04-02 | 1 | -4/+4 |
| | | | | when checking exit code when creating partition. | ||||
* | Exit when creating partition or filesystem fails. Use LFS_FS variable from ↵ | William Harrington | 2021-04-02 | 1 | -0/+2 |
| | | | | env.sh so user can decide which filesystem to use. | ||||
* | Add message for cleanup and backup tasks. | William Harrington | 2021-04-01 | 1 | -0/+1 |
| | |||||
* | Add new lines in front of CHROOT messages. | William Harrington | 2021-04-01 | 1 | -3/+3 |
| | |||||
* | Adjust formatting of main download and build chapter sections. | William Harrington | 2021-04-01 | 1 | -3/+4 |
| | |||||
* | Formatting changes of printf's. | William Harrington | 2021-04-01 | 1 | -4/+4 |
| | |||||
* | Don't make chown command verbose. | William Harrington | 2021-04-01 | 1 | -1/+1 |
| | |||||
* | Add informative messages for setup disk stages. | William Harrington | 2021-04-01 | 1 | -3/+5 |
| | |||||
* | 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. | ||||
* | Add chroot command with argument for chapter 7 and perform chapter 7 ↵ | William Harrington | 2021-03-30 | 1 | -1/+4 |
| | | | | commands within insidechroot.sh. | ||||
* | Enable cleanup/backup for chapter 6 | William Harrington | 2021-03-26 | 1 | -2/+2 |
| | |||||
* | Remove spinner source since moved to functions. | William Harrington | 2021-03-26 | 1 | -4/+0 |
| | |||||
* | Source functions. | William Harrington | 2021-03-26 | 1 | -0/+4 |
| | |||||
* | Colorize CHROOT as red. | William Harrington | 2021-03-26 | 1 | -2/+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. | ||||
* | Use printf instead of echo. | William Harrington | 2021-03-23 | 1 | -14/+14 |
| | |||||
* | Cleanup lfs.sh | William Harrington | 2021-03-23 | 1 | -21/+21 |
| | |||||
* | Add some build features. | William Harrington | 2021-03-22 | 1 | -14/+41 |
| | |||||
* | Add lines for preparing chroot and entering chroot. Add commented lines for ↵ | William Harrington | 2021-03-22 | 1 | -0/+17 |
| | | | | chapter 6 cleanup and backup. | ||||
* | Clear screen before build starts. | William Harrington | 2021-03-21 | 1 | -1/+3 |
| | |||||
* | Add comments. | William Harrington | 2021-03-19 | 1 | -0/+16 |
| | |||||
* | Add patches.csv to be copied and processed in download. | William Harrington | 2021-03-19 | 1 | -18/+2 |
| | |||||
* | Add retval to download and report failure. | William Harrington | 2021-03-19 | 1 | -0/+4 |
| | |||||
* | Remove the echo. Verified PATH looks correct. | William Harrington | 2021-03-18 | 1 | -1/+0 |
| | |||||
* | Properly setup environment for build. May have been causing issues later on ↵ | William Harrington | 2021-03-18 | 1 | -4/+12 |
| | | | | in the build especially with M4. | ||||
* | Add missing retval line. | William Harrington | 2021-03-18 | 1 | -0/+1 |
| | |||||
* | Return the exit status from packageinstall scrip to the chapter loops in ↵ | William Harrington | 2021-03-18 | 1 | -0/+11 |
| | | | | lfs.sh and for sure stop the script when non zero status is returned. | ||||
* | Add braces to LFS variable. | William Harrington | 2021-03-18 | 1 | -1/+1 |
| | |||||
* | Add MAKEFLAGS, adjust some variables and include spinner and colors. | William Harrington | 2021-03-18 | 1 | -3/+10 |
| | |||||
* | source download.sh from lfs.sh and don't source lfs.sh from download.sh ↵ | William Harrington | 2021-03-17 | 1 | -1/+7 |
| | | | | 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. | ||||
* | version check never fails, it's there to make sure your host is appropriate. ↵ | William Harrington | 2021-03-16 | 1 | -0/+2 |
| | | | | When the build is set off it tells you warnings. If the build fails, should run version check again. | ||||
* | Was forgotten. | William Harrington | 2021-03-16 | 1 | -0/+2 |
| | |||||
* | Setup lfs environment and disk setup. | William Harrington | 2021-03-15 | 1 | -0/+33 |