feat: add systemd-boot
This commit is contained in:
parent
db96aa725f
commit
9e32a81482
|
@ -0,0 +1,4 @@
|
||||||
|
title Arch Linux
|
||||||
|
linux /EFI/arch/vmlinuz-linux
|
||||||
|
initrd /EFI/arch/initramfs-linux.img
|
||||||
|
options root="UUID=cce03871-dc3b-4418-90f9-87ca427d4223" rootflags=compress=zlib,ssd,space_cache,subvol=ROOT rw
|
|
@ -0,0 +1,4 @@
|
||||||
|
title Arch Linux Lab
|
||||||
|
linux /EFI/lab/vmlinuz-linux
|
||||||
|
initrd /EFI/lab/initramfs-linux.img
|
||||||
|
options root="UUID=0f43d7db-ce0c-4d12-a71f-7af646a1305b" rw
|
|
@ -0,0 +1,6 @@
|
||||||
|
#timeout 3
|
||||||
|
#console-mode keep
|
||||||
|
default arch.conf
|
||||||
|
timeout 5
|
||||||
|
console-mode max
|
||||||
|
editor no
|
Loading…
Reference in New Issue