aboutsummaryrefslogtreecommitdiffstats
path: root/env.sh
Commit message (Collapse)AuthorAgeFilesLines
* Remove unneeded quotes.William Harrington2021-06-031-1/+1
|
* Reverse some changes that came from the odroid_n2+ plain and systemd branches.William Harrington2021-04-231-2/+4
|
* Set TERM to xterm.William Harrington2021-04-211-4/+5
|
* Add swap device to environment variables.William Harrington2021-04-131-0/+3
|
* Add set -e to top of scripts and remove space between -j and value in MAKEFLAGS.William Harrington2021-04-131-1/+1
|
* Add NINJAJOBS variable to be used with ninja builds.William Harrington2021-04-061-1/+2
|
* Create directories and essential files outside of chroot. Then chroot. When ↵William Harrington2021-04-051-0/+4
| | | | stripping, exit status is not 0 when strip finds uknown formats. Just return true. Make createdirs, umountvirtfs and essential files as separate scripts.
* Use if [[ ... ]] instead of [ ... ] and change retval check in setupdisk ↵William Harrington2021-04-021-1/+1
| | | | when checking exit code when creating partition.
* Move SPINNER variable declaration and add LFS_FS for LFS filesystem variable ↵William Harrington2021-04-021-18/+20
| | | | to be used in setupdisk script.
* Set default spinnertype to -/|\ and make it the first spinner type in the case.William Harrington2021-04-011-1/+1
|
* Adjust function spinner to take in a spinner type. If no type is defined ↵William Harrington2021-04-011-0/+5
| | | | then random will be chosen. Pass the 2nd argument as spinnertype when spinner is invoked. Cleanup some extraction text and reset the colors at the end.
* Unset numjobs variable as it isn't used after using it in MAKEFLAGS.William Harrington2021-03-251-0/+2
|
* Remove echo command used for testing.William Harrington2021-03-231-1/+0
|
* Cleanup env.shWilliam Harrington2021-03-231-14/+20
|
* Remove LFS_SRC and use /sources so that when we are in chroot, this script ↵William Harrington2021-03-221-4/+1
| | | | works there.
* Remove interpreter from scripts that are sourced. Remove executable bits are ↵William Harrington2021-03-221-4/+6
| | | | required.
* Add env.sh and separate environment settings from main lfs.sh script.William Harrington2021-03-211-0/+33