add bootloader entries
This commit is contained in:
parent
c92d6e43f5
commit
e56e0e41d2
5
boot/loader/entries/arch-fallback.conf
Executable file
5
boot/loader/entries/arch-fallback.conf
Executable file
@ -0,0 +1,5 @@
|
||||
title Arch Linux
|
||||
linux /vmlinuz-linux
|
||||
initrd /amd-ucode.img
|
||||
initrd /initramfs-linux-fallback.img
|
||||
options rd.luks.name=3927d3f3-175f-4b72-9e05-395ef5664c81=cryptlvm rd.luks.options=discard root=/dev/ssd1/root resume=/dev/ssd1/swap rw add_efi_memmap kernel=30
|
5
boot/loader/entries/arch.conf
Executable file
5
boot/loader/entries/arch.conf
Executable file
@ -0,0 +1,5 @@
|
||||
title Arch Linux
|
||||
linux /vmlinuz-linux
|
||||
initrd /amd-ucode.img
|
||||
initrd /initramfs-linux.img
|
||||
options rd.luks.name=3927d3f3-175f-4b72-9e05-395ef5664c81=cryptlvm rd.luks.options=discard root=/dev/ssd1/root resume=/dev/ssd1/swap rw add_efi_memmap kernel=30
|
Loading…
Reference in New Issue
Block a user