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

104 Commits

Author SHA1 Message Date
ee6d3864bf update phase3 packages 2023-02-18 12:10:41 -05:00
ebf4e4e2eb update phase 2 scripts 2023-02-15 14:00:22 -05:00
f29dd50f3f update phase 1 scripts 2023-02-14 20:08:31 -05:00
71e7de8e19 update packages some more 2023-02-14 19:33:29 -05:00
90454a1122 update check_dependency() 2023-02-14 18:13:12 -05:00
5b3e5737cf update packages for 11.2 2023-02-12 23:28:22 -05:00
697ccaa5ce add script-only packages to build_package() 11.1 2022-08-26 18:45:43 -04:00
8a2b5d1e23 add libtasn1 to example extension 2022-08-18 19:56:25 -04:00
dee83d724d fix /etc/fstab 2022-08-18 19:50:04 -04:00
c118fc2b0e Merge pull request #16 from useraid/main
updated output of help flag
2022-08-16 09:56:58 -04:00
7898e72a0d updated output of help flag 2022-08-16 13:52:01 +05:30
16721f414f Merge pull request #15 from useraid/main
changed build.sh to mylfs.sh in output comment
2022-08-15 15:35:01 -04:00
4790ecfa72 changed build.sh to mylfs.sh in output comment 2022-08-11 19:56:06 +05:30
d582df11d2 fix man page deletion in main 2022-08-03 09:29:04 -04:00
4cf3e5fb2f move extension scripts in <extn_name>/scripts dir 2022-08-01 12:11:44 -04:00
1489a9b6ad rename pkgs -> packages 2022-07-30 00:23:30 -04:00
2cc7195f21 run 'make olddefconfig' before using non-default kernel config 2022-07-29 18:53:18 -04:00
7b447e4b87 fix issues with grub install and kernel configuration 2022-07-29 18:51:44 -04:00
cc875fdaf7 fix device labeling in install_image 2022-07-24 12:15:40 -04:00
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