1
0
mirror of https://github.com/krglaws/MyLFS.git synced 2025-08-15 23:21:33 +00:00
Commit Graph

85 Commits

Author SHA1 Message Date
cd6637fee8 add runqemu.sh 2022-07-22 18:30:58 -04:00
1ee3235c2f fix package loop in build_phase() 2nd attempt 2022-05-20 00:41:27 -04:00
bf1d418838 fix package loop in build_phase() to not read directly from file 2022-05-19 23:12:31 -04:00
34eeeb79dc change phase4/linux.sh to just use 'make defconfig' 2022-05-19 22:36:59 -04:00
c1efe708b4 loop and query for PARTUUID until it becomes available in init_image 2022-05-18 09:26:04 -04:00
8ee21dbb97 export LFSPARTUUID variable for use in templates, and use sync instead of sleep 2022-05-17 11:28:45 -04:00
a7606084d3 remove check_dependencies() non-zero return values 2022-05-14 08:09:05 -04:00
e6a78edb81 always call download_pkgs whether starting from init_image or from a starting phase/package 2022-05-12 23:12:44 -04:00
cf0139f68e create pkgs/ in download_pkgs in case it isn't already there 2022-05-12 23:11:13 -04:00
6468393555 add templates and static to example_extension 2022-05-07 20:16:22 -04:00
7d560243e5 use LFS_VERSION var in linux.sh 2022-05-07 20:08:25 -04:00
41f9189831 improve templating, and move extension logic into separate function 2022-05-07 20:07:53 -04:00
00f2fd618d make mylfs.sh easier to configure at run-time 2022-05-07 19:56:03 -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
17c1d24eae update example_extension README 2022-05-05 19:54:28 -04:00
a31646367b fix grub.cfg templating issue 2022-05-05 19:52:51 -04:00
0a3610e23d ignore logs/ and pkgs/ 2022-05-05 19:51:25 -04:00
c2562a56da update README 2022-04-30 16:56:32 -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
75b2e7787a ignore ./mnt folder 2022-04-30 15:55:00 -04:00
7e298b6065 Merge branch 'main' of github.com:krglaws/mylfs into main 2022-04-27 23:34:05 -04:00
32ffaa7f96 use curl instead of wget 2022-04-27 23:33:46 -04:00
7bec1561b6 Update README.md 2022-04-27 22:09:25 -04:00
d46f89782c Merge branch 'main' of github.com:krglaws/mylfs into main 2022-04-27 19:40:54 -04:00
118aec502c Update README.md 2022-04-27 19:40:22 -04:00
96b65f8f4b fix install messages 2022-04-27 16:05:09 -04:00
6c578fc419 Merge branch 'main' of github.com:krglaws/mylfs into main 2022-04-27 16:04:39 -04:00
d1686d9325 add successful build message 2022-04-26 14:10:49 -04:00
d6805c1ddf Update README.md 2022-04-25 23:35:13 -04:00
477f778813 Update README.md 2022-04-25 23:27:15 -04:00
880a3b003f Update README.md 2022-04-25 22:39:55 -04:00
509047b426 Update README.md 2022-04-25 22:39:04 -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
81d910cbe8 update license 2022-04-23 20:43:24 -04:00
028ab63ac0 add license 2022-04-23 20:42:59 -04:00
07edc193f1 fix bios and uefi issues. 2022-04-23 20:42:03 -04:00
b586d0593c fix fdisk issues 2022-04-23 20:32:40 -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
a7ac4b93b0 improve arg parsing 2022-04-14 22:39:34 -04:00
5409ee9109 Merge pull request #4 from krglaws/bios_uefi_choice
BIOS/UEFI choice
2022-04-14 20:45:22 -04:00
9cc4379faf uefi and bios builds succeeding 2022-04-13 14:24:27 -04:00
6866dcb660 add --uefi option, add uefi vs bios control flow in init_image and mount_image 2022-04-09 23:38:59 -04:00
5d0c532b53 more refactoring. add --init option. 2022-04-09 20:11:38 -04:00
89ba131949 add resolv.conf and ifconfig.eth0 to static files 2022-04-07 14:26:15 -04:00