Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove space. | William Harrington | 2021-04-14 | 1 | -1/+0 |
| | |||||
* | Add LFS_SWAP environment varialbe and use it in fstab. | William Harrington | 2021-04-13 | 1 | -0/+1 |
| | |||||
* | Copy kernel config long with scripts and package/patches csv files. Adjust a ↵ | William Harrington | 2021-04-13 | 1 | -2/+4 |
| | | | | CHROOT printf. | ||||
* | Add chapter 10 section. | William Harrington | 2021-04-12 | 1 | -1/+22 |
| | |||||
* | Add chapter9 log directory. | William Harrington | 2021-04-12 | 1 | -0/+3 |
| | |||||
* | Add shellcheck directives. | William Harrington | 2021-04-08 | 1 | -0/+4 |
| | |||||
* | Source preparechroot instead of sudo. If limited directory structure is ↵ | William Harrington | 2021-04-08 | 1 | -9/+12 |
| | | | | created, then put a conditional around it if limited has already been done and if not, then touch a file. This keeps /mnt/lfs/tools from cropping up after cleanup stage for chapter 8 and this script is reran. | ||||
* | Fix/Add chroot commands. Add cleanup and backup for chapter 8. | William Harrington | 2021-04-08 | 1 | -4/+43 |
| | |||||
* | Pass NINJAJOBS when entering chroot. | William Harrington | 2021-04-06 | 1 | -0/+2 |
| | |||||
* | Create chapter7 log directory as normal user so normal user can write logs ↵ | William Harrington | 2021-04-05 | 1 | -0/+2 |
| | | | | to it. | ||||
* | Create directories and essential files outside of chroot. Then chroot. When ↵ | William Harrington | 2021-04-05 | 1 | -9/+4 |
| | | | | stripping, exit status is not 0 when strip finds uknown formats. Just return true. Make createdirs, umountvirtfs and essential files as separate scripts. | ||||
* | Cleanup information messages for chapater 7 backup and cleanup and change ↵ | William Harrington | 2021-04-02 | 1 | -1/+2 |
| | | | | from echo to printf. | ||||
* | Merge branch 'cleanup' into chapter7 | William Harrington | 2021-04-02 | 1 | -6/+7 |
|\ | |||||
| * | Cleanup information messages. | William Harrington | 2021-04-02 | 1 | -6/+7 |
| | | |||||
* | | Merge branch 'cleanup' into chapter7 | William Harrington | 2021-04-02 | 1 | -1/+1 |
|\| | |||||
| * | 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. | ||||
* | | Use [[ ]] instead of [ ] | William Harrington | 2021-04-02 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'cleanup' into chapter7 | William Harrington | 2021-04-02 | 1 | -8/+20 |
|\| | |||||
| * | 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. | ||||
* | | Merge branch 'cleanup' into chapter7 | William Harrington | 2021-04-02 | 1 | -0/+2 |
|\| | |||||
| * | 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 |
| | | |||||
* | | Use intense colors for backup found message and indent. Change cleanup and ↵ | William Harrington | 2021-04-01 | 1 | -1/+2 |
| | | | | | | | | backup message for chapter 7 in lfs.sh. | ||||
* | | Use CYN at end of last CHROOT exit message. | William Harrington | 2021-04-01 | 1 | -1/+1 |
| | | |||||
* | | Add SPINNER to chroot variables for spinnertype to be used. | William Harrington | 2021-04-01 | 1 | -4/+9 |
| | | |||||
* | | 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 | 1 | -3/+5 |
|\| | |||||
| * | 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 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 |
| | | |||||
* | | 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 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 |
| | |