1
0
mirror of https://github.com/krglaws/MyLFS.git synced 2025-07-23 04:49:06 +00:00

14 Commits

Author SHA1 Message Date
2b656eacb7 update directory setup and static files 2023-03-10 14:22:21 -05:00
62478febd1 update phase 4 packages 2023-02-18 23:22:36 -05:00
2cc7195f21 run 'make olddefconfig' before using non-default kernel config 2022-07-29 18:53:18 -04:00
34eeeb79dc change phase4/linux.sh to just use 'make defconfig' 2022-05-19 22:36:59 -04:00
7d560243e5 use LFS_VERSION var in linux.sh 2022-05-07 20:08:25 -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
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
07edc193f1 fix bios and uefi issues. 2022-04-23 20:42:03 -04:00
9cc4379faf uefi and bios builds succeeding 2022-04-13 14:24:27 -04:00
f032a12d92 add linux build 2022-04-02 14:26:13 -04:00
a7c50e15a9 refactor, added command line options 2022-04-01 22:11:56 -04:00
07454f32a4 finished rewrite, working on builing GRUB et al, and then the kernel 2022-03-31 20:22:45 -04:00
59f094cc23 working on massive rewrite 2022-03-26 17:55:10 -04:00