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
Oskar Nizioł
5fc7bfdcab
Add dracut use flag
2024-02-03 13:35:07 +01:00
thiblizz
d0e8078927
fix: musl stage3 installation on the stable branch
2023-11-12 18:55:36 +01:00
thiblizz
c816559958
fix: "error: format: Identifier id='part_root' not found"
2023-11-12 15:26:01 +01:00
thiblizz
de8c16211b
feat: support musl timezone
2023-11-05 15:51:12 +01:00
thiblizz
4309e3b17b
feat: more flexible default layout
2023-10-23 00:05:27 +02:00
thiblizz
7681d73bcb
feat: increase the boot/EFI partition to 1GiB (closes oddlama#98)
2023-10-22 12:51:22 +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
b15f89eec1
Merge branch 'main' into patch-4
2023-10-15 12:28:51 +02:00
thiblizz
dcd8b8b5cd
fix: minor typos
2023-10-15 04:01:05 +02:00
thiblizz
c6b2d52ff7
fix: adjust wrong root_fs check
2023-10-14 23:47:48 +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
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
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
oddlama
c56f1766cc
chore: update eoli3n zfs init script location
...
see 4d726eafbb
2022-08-31 20:55:44 +02:00
oddlama
70e51eaad8
fix: change into /tmp before downloading dracut-sshd
2022-07-01 19:55:13 +02:00
oddlama
b78dea2dc7
fix: make all rbound mountpoints also rslaves.
2022-07-01 19:54:26 +02:00
oddlama
b3324498fb
feat: generate ssh keys before generating initramfs in case sshd needs them
2022-07-01 14:10:38 +02:00
oddlama
998828fe9a
feat: networkd options and remote crypt unlocking
2022-07-01 02:04:23 +02:00
oddlama
a97fcaabc8
feat: mount /run to suppress warnings ( closes #44 )
2022-06-30 21:22:57 +02:00
oddlama
0350ada8c3
fix: ZFS compression was not properly enabled on the rpool dataset
2022-06-29 02:15:32 +02:00
oddlama
944c745ce7
chore: enable portage testing after installation to hopefully ensure a better installation experience.
2022-06-09 18:44:08 +02:00
oddlama
5f36dfb3d0
feat: enable dracut zstd compression by default
2022-06-08 02:47:40 +02:00
oddlama
07799f47b3
fix: temporary workaround for dracut issue:
...
Dracut changed parameter interpretation in a new version,
causing this script to error out. To properly fix this,
we require a resolution of dracutdevs/dracut#1835.
Meanwhile, this is tracked internally by #41 .
2022-06-05 13:20:14 +02:00
oddlama
3c8391789d
fix: remove invalid variable in check for rhash availability
2022-05-14 00:51:28 +02:00
oddlama
38bf1de80c
chore: improve wanted program check (remove array indirection)
2022-05-14 00:48:42 +02:00
oddlama
64218c9a5c
feat: fallback to sha512sum if rhash is not available. closes #36 .
2022-05-14 00:29:50 +02:00
oddlama
a73cdcf723
fix: adjust wrong function name
2022-05-13 22:56:25 +02:00
oddlama
6b3f9c2a76
feat: reduce length of device names if under /dev/disk/by-id/
2022-05-13 22:55:15 +02:00
oddlama
50ec673974
feat: canonicalize devices before use to /dev/disk/by-id/ if possible.
...
This is beneficial for ZFS pools and for humans to see whether the
correct disk was selected.
2022-05-13 22:48:50 +02:00
oddlama
20a69f41ec
feat: implement better device selection dialog
2022-05-13 22:43:34 +02:00