1
0
mirror of https://github.com/krglaws/MyLFS.git synced 2025-07-26 15:46:59 +00:00
Commit Graph

16 Commits

Author SHA1 Message Date
41f9189831 improve templating, and move extension logic into separate function 2022-05-07 20:07:53 -04:00
50e8bd10a0 Fix grub-install bug
`grub-install` at the end of phase4/grub.sh was erroring out
with complaints about the loop device and suggesting to check
the device.map file.

LFS has the reader run `grub-install` at the END of the build,
but because that command was included in the phase4/grub.sh script,
this meant it was executed while there were still more packages
to build. Moving the phase4/grub.sh build to the end fixed this issue.
2022-05-07 13:03:41 -04:00
a31646367b fix grub.cfg templating issue 2022-05-05 19:52:51 -04:00
5c499b3c24 fix verbosity inside BUILD_INSTR 2022-04-30 16:26:10 -04:00
4fde3efa19 add -x|--extend param and example_extension/ 2022-04-30 16:09:49 -04:00
32ffaa7f96 use curl instead of wget 2022-04-27 23:33:46 -04:00
96b65f8f4b fix install messages 2022-04-27 16:05:09 -04:00
d1686d9325 add successful build message 2022-04-26 14:10:49 -04:00
92c38dd879 update help msg 2022-04-25 22:38:05 -04:00
43b2eb2fbf fix bugs involving grub build 2022-04-25 22:17:20 -04:00
09894e4788 remove UEFI boot 2022-04-25 09:44:18 -04:00
eb04a7c920 add files from 'The End' 2022-04-23 23:36:52 -04:00
07edc193f1 fix bios and uefi issues. 2022-04-23 20:42:03 -04:00
4605a0fc72 add --install command 2022-04-20 20:03:25 -04:00
d20c35f198 add --build-all arg, plus general refactoring 2022-04-14 23:45:18 -04:00
7e7ced05e8 rename build.sh -> mylfs.sh 2022-04-14 22:41:01 -04:00