fix/28-detect-efi-on-nvme #29

Merged
hygienic-books merged 2 commits from fix/28-detect-efi-on-nvme into main 2025-12-13 17:05:42 +00:00

2 Commits

Author SHA1 Message Date
15d18f930e fix(base): Load udev initramfs hook (#28)
This replaces the modern Arch Linux default hook of 'systemd' with
'udev' which allows a clean boot of a boot environment via ZFSBootMenu.
2025-12-13 16:57:59 +01:00
bf46d15783 fix(base): Detect EFI partition on NVMe (#28)
This detects an EFI partition on '/dev/sda1' (same as before) as well
as on '/dev/nvme0n1p1' (new) where there are not just letters in
front of partition number '1'.
2025-12-13 00:04:30 +01:00