| Commit message (Expand) | Author | Age | Files | Lines |
* | Major changes | William Harrington | 2021-12-11 | 1 | -0/+60 |
|\ |
|
| * | Remove unneeded quotes. | William Harrington | 2021-06-03 | 1 | -1/+1 |
* | | Major updates. | William Harrington | 2021-12-11 | 1 | -57/+57 |
|/ |
|
* | Reverse some changes that came from the odroid_n2+ plain and systemd branches. | William Harrington | 2021-04-23 | 1 | -2/+4 |
* | Set TERM to xterm. | William Harrington | 2021-04-21 | 1 | -4/+5 |
* | Add swap device to environment variables. | William Harrington | 2021-04-13 | 1 | -0/+3 |
* | Add set -e to top of scripts and remove space between -j and value in MAKEFLAGS. | William Harrington | 2021-04-13 | 1 | -1/+1 |
* | Add NINJAJOBS variable to be used with ninja builds. | William Harrington | 2021-04-06 | 1 | -1/+2 |
* | Create directories and essential files outside of chroot. Then chroot. When s... | William Harrington | 2021-04-05 | 1 | -0/+4 |
* | Use if [[ ... ]] instead of [ ... ] and change retval check in setupdisk when... | William Harrington | 2021-04-02 | 1 | -1/+1 |
* | Move SPINNER variable declaration and add LFS_FS for LFS filesystem variable ... | William Harrington | 2021-04-02 | 1 | -18/+20 |
* | Set default spinnertype to -/|\ and make it the first spinner type in the case. | William Harrington | 2021-04-01 | 1 | -1/+1 |
* | Adjust function spinner to take in a spinner type. If no type is defined then... | William Harrington | 2021-04-01 | 1 | -0/+5 |
* | Unset numjobs variable as it isn't used after using it in MAKEFLAGS. | William Harrington | 2021-03-25 | 1 | -0/+2 |
* | Remove echo command used for testing. | William Harrington | 2021-03-23 | 1 | -1/+0 |
* | Cleanup env.sh | William Harrington | 2021-03-23 | 1 | -14/+20 |
* | Remove LFS_SRC and use /sources so that when we are in chroot, this script wo... | William Harrington | 2021-03-22 | 1 | -4/+1 |
* | Remove interpreter from scripts that are sourced. Remove executable bits are ... | William Harrington | 2021-03-22 | 1 | -4/+6 |
* | Add env.sh and separate environment settings from main lfs.sh script. | William Harrington | 2021-03-21 | 1 | -0/+33 |