aboutsummaryrefslogtreecommitdiffstats
path: root/lfs.sh
Commit message (Expand)AuthorAgeFilesLines
* Format FAIL and OK messages with intense color. Reset colors before new line....William Harrington2021-04-021-1/+1
* Exit if copying required scripts and other files fails.William Harrington2021-04-021-2/+7
* Exit if creationg of LFS target directory fails.William Harrington2021-04-021-2/+9
* Use if [[ ... ]] instead of [ ... ] and change retval check in setupdisk when...William Harrington2021-04-021-4/+4
* Exit when creating partition or filesystem fails. Use LFS_FS variable from en...William Harrington2021-04-021-0/+2
* Add message for cleanup and backup tasks.William Harrington2021-04-011-0/+1
* Add new lines in front of CHROOT messages.William Harrington2021-04-011-3/+3
* Adjust formatting of main download and build chapter sections.William Harrington2021-04-011-3/+4
* Formatting changes of printf's.William Harrington2021-04-011-4/+4
* Don't make chown command verbose.William Harrington2021-04-011-1/+1
* Add informative messages for setup disk stages.William Harrington2021-04-011-3/+5
* Add empty line.William Harrington2021-04-011-0/+1
* Add comment for chroot script chmod commands.William Harrington2021-04-011-0/+2
* Add chapter 6 build message.William Harrington2021-04-011-0/+2
* Add chapter 5 build message.William Harrington2021-04-011-0/+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 direc...William Harrington2021-04-011-0/+3
* Add warning message about potential loss of data when not manually setting up...William Harrington2021-04-011-1/+9
* Add chroot command with argument for chapter 7 and perform chapter 7 commands...William Harrington2021-03-301-1/+4
* Enable cleanup/backup for chapter 6William Harrington2021-03-261-2/+2
* Remove spinner source since moved to functions.William Harrington2021-03-261-4/+0
* Source functions.William Harrington2021-03-261-0/+4
* Colorize CHROOT as red.William Harrington2021-03-261-2/+2
* Make Building message when first starting the build to have the target LFS lo...William Harrington2021-03-241-1/+1
* Use printf instead of echo.William Harrington2021-03-231-14/+14
* Cleanup lfs.shWilliam Harrington2021-03-231-21/+21
* Add some build features.William Harrington2021-03-221-14/+41
* Add lines for preparing chroot and entering chroot. Add commented lines for c...William Harrington2021-03-221-0/+17
* Clear screen before build starts.William Harrington2021-03-211-1/+3
* Add comments.William Harrington2021-03-191-0/+16
* Add patches.csv to be copied and processed in download.William Harrington2021-03-191-18/+2
* Add retval to download and report failure.William Harrington2021-03-191-0/+4
* Remove the echo. Verified PATH looks correct.William Harrington2021-03-181-1/+0
* Properly setup environment for build. May have been causing issues later on i...William Harrington2021-03-181-4/+12
* Add missing retval line.William Harrington2021-03-181-0/+1
* Return the exit status from packageinstall scrip to the chapter loops in lfs....William Harrington2021-03-181-0/+11
* Add braces to LFS variable.William Harrington2021-03-181-1/+1
* Add MAKEFLAGS, adjust some variables and include spinner and colors.William Harrington2021-03-181-3/+10
* source download.sh from lfs.sh and don't source lfs.sh from download.sh resul...William Harrington2021-03-171-1/+7
* version check never fails, it's there to make sure your host is appropriate. ...William Harrington2021-03-161-0/+2
* Was forgotten.William Harrington2021-03-161-0/+2
* Setup lfs environment and disk setup.William Harrington2021-03-151-0/+33