aboutsummaryrefslogtreecommitdiffstats
path: root/lfs.sh
Commit message (Collapse)AuthorAgeFilesLines
* Remove verbosity of chown command.William Harrington2021-04-211-1/+1
|
* Move changing ownership of outside of the setupdisk section and into the ↵William Harrington2021-04-211-3/+6
| | | | create limited directory structure section.
* /mnt should be owned by root. Use sudo to create LFS target directory.William Harrington2021-04-171-1/+1
|
* Copy kernel config.William Harrington2021-04-151-1/+1
|
* Create fail and success functions and remove trailing white spaces at ends ↵William Harrington2021-04-151-10/+13
| | | | of lines.
* Remove space.William Harrington2021-04-141-1/+0
|
* Add LFS_SWAP environment varialbe and use it in fstab.William Harrington2021-04-131-0/+1
|
* Copy kernel config long with scripts and package/patches csv files. Adjust a ↵William Harrington2021-04-131-2/+4
| | | | CHROOT printf.
* Add chapter 10 section.William Harrington2021-04-121-1/+22
|
* Add chapter9 log directory.William Harrington2021-04-121-0/+3
|
* Add shellcheck directives.William Harrington2021-04-081-0/+4
|
* Source preparechroot instead of sudo. If limited directory structure is ↵William Harrington2021-04-081-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 Harrington2021-04-081-4/+43
|
* Pass NINJAJOBS when entering chroot.William Harrington2021-04-061-0/+2
|
* Create chapter7 log directory as normal user so normal user can write logs ↵William Harrington2021-04-051-0/+2
| | | | to it.
* Create directories and essential files outside of chroot. Then chroot. When ↵William Harrington2021-04-051-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 Harrington2021-04-021-1/+2
| | | | from echo to printf.
* Merge branch 'cleanup' into chapter7William Harrington2021-04-021-6/+7
|\
| * Cleanup information messages.William Harrington2021-04-021-6/+7
| |
* | Merge branch 'cleanup' into chapter7William Harrington2021-04-021-1/+1
|\|
| * Format FAIL and OK messages with intense color. Reset colors before new ↵William Harrington2021-04-021-1/+1
| | | | | | | | line. Try to keep a sane style in the scripts.
* | Use [[ ]] instead of [ ]William Harrington2021-04-021-1/+1
| |
* | Merge branch 'cleanup' into chapter7William Harrington2021-04-021-8/+20
|\|
| * 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 ↵William Harrington2021-04-021-4/+4
| | | | | | | | when checking exit code when creating partition.
* | Merge branch 'cleanup' into chapter7William Harrington2021-04-021-0/+2
|\|
| * Exit when creating partition or filesystem fails. Use LFS_FS variable from ↵William Harrington2021-04-021-0/+2
| | | | | | | | env.sh so user can decide which filesystem to use.
| * 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
| |
* | Use intense colors for backup found message and indent. Change cleanup and ↵William Harrington2021-04-011-1/+2
| | | | | | | | backup message for chapter 7 in lfs.sh.
* | Use CYN at end of last CHROOT exit message.William Harrington2021-04-011-1/+1
| |
* | Add SPINNER to chroot variables for spinnertype to be used.William Harrington2021-04-011-4/+9
| |
* | Merge branch 'cleanup' into chapter7William Harrington2021-04-011-3/+4
|\|
| * Adjust formatting of main download and build chapter sections.William Harrington2021-04-011-3/+4
| |
* | Merge branch 'cleanup' into chapter7William Harrington2021-04-011-4/+4
|\|
| * Formatting changes of printf's.William Harrington2021-04-011-4/+4
| |
* | Merge branch 'cleanup' into chapter7William Harrington2021-04-011-1/+1
|\|
| * Don't make chown command verbose.William Harrington2021-04-011-1/+1
| |
* | Merge branch 'cleanup' into chapter7William Harrington2021-04-011-3/+5
|\|
| * Add informative messages for setup disk stages.William Harrington2021-04-011-3/+5
| |
| * 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
| |
* | 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
|\|