Commit Graph

307 Commits

Author SHA1 Message Date
oddlama 93e1aa3a9c
Merge pull request #111 from kasperfm/develop
Add option to enable binary packages in make.conf
2024-02-04 17:17:07 +01:00
Kasper Færch Mikkelsen 87d508455d
Update main.sh
Fixed gnupg key file not readable by portage
2024-02-04 01:09:42 +01:00
Kasper Færch Mikkelsen 248e8cd375 Added support for binary portage packages 2024-02-04 00:30:58 +01:00
oddlama 3daf3132e7
fix: also search for kernel images named kernel-* 2024-02-03 15:58:16 +01:00
oddlama d1ddab6038
Merge pull request #110 from OskiBoski483/main
Add dracut use flag
2024-02-03 15:56:44 +01:00
Oskar Nizioł 5fc7bfdcab
Add dracut use flag 2024-02-03 13:35:07 +01:00
oddlama 353d4d6af0
Merge pull request #106 from thiblizz/patch-10
fix: minor typos
2023-11-20 02:03:53 +01:00
thiblizz 1ca6b53d0f
fix: minor typos 2023-11-20 01:03:53 +01:00
oddlama 1fe44e7218
Merge pull request #104 from thiblizz/patch-9
fix: musl stage3 installation on the stable branch
2023-11-13 13:41:30 +01:00
thiblizz d0e8078927
fix: musl stage3 installation on the stable branch 2023-11-12 18:55:36 +01:00
oddlama 403c5ef3d7
Merge pull request #103 from thiblizz/patch-8
fix: "error: format: Identifier id='part_root' not found"
2023-11-12 16:58:27 +01:00
thiblizz c816559958
fix: "error: format: Identifier id='part_root' not found" 2023-11-12 15:26:01 +01:00
oddlama 1815d710ff
Merge pull request #102 from thiblizz/patch-7
feat: support musl timezone
2023-11-06 11:52:16 +01:00
thiblizz de8c16211b feat: support musl timezone 2023-11-05 15:51:12 +01:00
oddlama f5ba6e5147
Merge pull request #101 from thiblizz/patch-6
feat: more flexible default layout
2023-10-29 14:21:58 +01:00
thiblizz 4309e3b17b feat: more flexible default layout 2023-10-23 00:05:27 +02:00
oddlama f2f3e96211
Merge pull request #99 from thiblizz/patch-5
feat: increase the boot/EFI partition to 1GiB (closes oddlama#98)
2023-10-22 13:02:19 +02:00
thiblizz 7681d73bcb feat: increase the boot/EFI partition to 1GiB (closes oddlama#98) 2023-10-22 12:51:22 +02:00
oddlama 1ea9489566
Merge pull request #97 from thiblizz/main
feat: add raid1 support
2023-10-22 12:49:49 +02:00
thiblizz d8c8096b85 Revert "feat: increase the boot/EFI partition to 1GiB (closes #98)"
This reverts commit 0c790740f3.
2023-10-21 17:02:59 +02:00
thiblizz 0c790740f3
feat: increase the boot/EFI partition to 1GiB (closes #98) 2023-10-21 16:54:52 +02:00
thiblizz fa7d0df609
fix: unused variable 2023-10-21 16:45:24 +02:00
thiblizz 647da12b43
fix: address review comments 2023-10-21 16:36:28 +02:00
thiblizz e5b0fe6313
feat: add raid1 support 2023-10-20 23:39:49 +02:00
oddlama dfabf41185
Merge pull request #96 from thiblizz/patch-4
fix: minor typos
2023-10-15 14:18:51 +02:00
oddlama b15f89eec1
Merge branch 'main' into patch-4 2023-10-15 12:28:51 +02:00
oddlama b2880b08f3
Merge pull request #95 from thiblizz/patch-3
fix: use UTF-8 as the default locale instead of utf8 (closes #92)
2023-10-15 12:26:09 +02:00
oddlama c8bbcb8333
Merge pull request #94 from thiblizz/patch-2
fix: adjust wrong root_fs check
2023-10-15 12:25:18 +02:00
thiblizz dcd8b8b5cd
fix: minor typos 2023-10-15 04:01:05 +02:00
thiblizz 0ebe7915a6
fix: use UTF-8 as the default locale instead of utf8 (closes #92) 2023-10-15 02:18:09 +02:00
thiblizz c6b2d52ff7
fix: adjust wrong root_fs check 2023-10-14 23:47:48 +02:00
oddlama 716e062661
Merge pull request #90 from thiblizz/patch-1
Fix musl stage3 variant
2023-10-13 19:15:52 +02:00
thiblizz e9f7f6603c
Revert to initial logic 2023-10-13 02:47:14 +02:00
thiblizz 5d27a4c1c9
Make musl variant optional 2023-10-13 02:28:23 +02:00
thiblizz d7ef780331
Fix musl stage3 variant 2023-10-13 01:18:00 +02:00
Nick Booker 1321769bb5
Fix booting from encrypted root filesystem with systemd (#78)
* Fix booting from encrypted root filesystem with systemd

systemd needs to be built with cryptsetup for it to work

* Limit cryptsetup USE flag and emerge to systemd
2023-03-28 16:10:41 +02:00
Carlos Prado b2ea9b360d
feat: hooks (#70)
* Hooks

Hook system to allow further customization at specific steps of the installation process.

- before/after_prepare_environment
- before/after_disk_configuration
- before/after_download_stage3
- before/after_extract_stage3

- before/after_install
- before/after_configure_base_system
- before/after_configure_portage
- before/after_install_kernel

* add hook examples

* fix: remove eval
2023-01-07 14:02:15 +01:00
Carlos Prado e5067f0c43 add all stage3 options available in gentoo.org
Also, variants description are updated to 'explain' the differences between them.
2023-01-05 15:18:09 +01:00
Mathieu Gouttenoire 2036d785f1 Fix stage3 download on other architectures 2022-12-22 15:01:56 +01:00
oddlama dbb8b81c26
fix: missing /sys prefix when determining partition numbers 2022-12-21 14:10:47 +01:00
oddlama 2a2ef9abd7
fix: more robust way to extract efi partition and parent device (fixes #63) 2022-12-20 13:07:48 +01:00
oddlama 133fe3901a
fix: use 644 permissions on /etc/timezone, apparently some builds depend on it. Fixes #66 2022-12-20 12:51:25 +01:00
oddlama 2397569412
chore: adhere to shellcheck rules 2022-10-05 15:49:37 +02:00
oddlama 6c1a7e846b
fix: disable swap after creating to prevent some live environments from using the swap immediately (fixes #57) 2022-10-05 15:47:48 +02:00
oddlama 8919c61568
chore: clean ouput and add comments to installed scripts 2022-10-05 15:44:52 +02:00
oddlama 551423eb4a
docs: add link to efibootmgr wiki (closes #58) 2022-10-05 15:44:07 +02:00
Min Xu 3888a552fa
fix: Wait for device symlink after partitioning (#56)
Co-authored-by: Min Xu <min.xu.public@gmail.com>
2022-10-05 15:32:02 +02:00
oddlama d46010ba7b
fix(syntax): missing && (closes #55) 2022-10-01 13:33:55 +02:00
oddlama 7b9586ad30
fix: checkfile set even if tuple is not a expression (fixes #51) 2022-09-28 17:55:13 +02:00
oddlama 1975f75d02
feat: always install linux-firmware (fixes #50) 2022-09-28 17:51:53 +02:00