feat: bootctl instead of grub to handle crypt
This commit is contained in:
parent
9f8df2d558
commit
6ea927e3b9
4 changed files with 30 additions and 15 deletions
4
rootfs/boot/loader/entries/arch-fallback.conf
Executable file
4
rootfs/boot/loader/entries/arch-fallback.conf
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
title Arch Linux (fallback)
|
||||
linux /vmlinuz-linux
|
||||
initrd /initramfs-linux-fallback.img
|
||||
initrd /$cpu-ucode.img
|
||||
4
rootfs/boot/loader/entries/arch.conf
Executable file
4
rootfs/boot/loader/entries/arch.conf
Executable 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
1
rootfs/boot/loader/loader.conf
Executable file
|
|
@ -0,0 +1 @@
|
|||
default arch
|
||||
Loading…
Add table
Add a link
Reference in a new issue