Update arch.conf, arch-fallback.conf
This commit is contained in:
parent
026db89e68
commit
063031ae58
|
@ -9,7 +9,7 @@ linux /vmlinuz-linux
|
||||||
#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-fallback.img
|
||||||
|
|
||||||
# Change to the correct device like /dev/sda2.
|
# Change to the correct device like /dev/sda2.
|
||||||
options cryptdevice=/dev/nvme0n1p2:main:allow-discards
|
options cryptdevice=/dev/nvme0n1p2:main:allow-discards
|
||||||
|
|
|
@ -17,6 +17,9 @@ options cryptdevice=/dev/nvme0n1p2:main:allow-discards
|
||||||
# Change to correct LVM device.
|
# Change to correct LVM device.
|
||||||
options root=/dev/mapper/main-root rw
|
options root=/dev/mapper/main-root rw
|
||||||
|
|
||||||
|
# Localization options.
|
||||||
|
options lang=de locale=de_DE.UTF-8
|
||||||
|
|
||||||
# Default init is systemd.
|
# Default init is systemd.
|
||||||
options init=/usr/lib/systemd/systemd
|
options init=/usr/lib/systemd/systemd
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue