Update arch.conf
This commit is contained in:
parent
9cb8a8c877
commit
1a6a21e76d
|
@ -2,14 +2,14 @@
|
||||||
title Arch Linux
|
title Arch Linux
|
||||||
|
|
||||||
# Change only when using different kernel, e. g. /vmlinuz-linux-zen.
|
# Change only when using different kernel, e. g. /vmlinuz-linux-zen.
|
||||||
linux /vmlinuz-linux
|
linux /vmlinuz-linux-zen
|
||||||
|
|
||||||
# Uncomment if you have installed the respective Microcode.
|
# Uncomment if you have installed the respective Microcode.
|
||||||
#initrd /amd-ucode.img
|
#initrd /amd-ucode.img
|
||||||
#initrd /intel-ucode.img
|
#initrd /intel-ucode.img
|
||||||
|
|
||||||
# Change only when using different kernel, e. g. /vmlinuz-linux-zen.
|
# Change only when using different kernel, e. g. /vmlinuz-linux-zen.
|
||||||
initrd /initramfs-linux.img
|
initrd /initramfs-linux-zen.img
|
||||||
|
|
||||||
# Change to the correct device like /dev/sda2.
|
# Change to the correct device like /dev/sda2.
|
||||||
options cryptdevice=/dev/vda2:lvm:allow-discards
|
options cryptdevice=/dev/vda2:lvm:allow-discards
|
||||||
|
|
Loading…
Reference in New Issue