feat: bootctl instead of grub to handle crypt

This commit is contained in:
AngeD 2023-03-14 22:09:05 +01:00
parent 9f8df2d558
commit 6ea927e3b9
4 changed files with 30 additions and 15 deletions

View file

@ -0,0 +1,4 @@
title Arch Linux (fallback)
linux /vmlinuz-linux
initrd /initramfs-linux-fallback.img
initrd /$cpu-ucode.img

View file

@ -0,0 +1,4 @@
title Arch Linux
linux /vmlinuz-linux
initrd /initramfs-linux.img
initrd /$cpu-ucode.img

1
rootfs/boot/loader/loader.conf Executable file
View file

@ -0,0 +1 @@
default arch