Added explanations.
This commit is contained in:
parent
e286b1326e
commit
2e37180938
17
arch.conf
17
arch.conf
|
@ -1,9 +1,24 @@
|
||||||
|
# The title of your systemd-boot entry.
|
||||||
title Arch Linux
|
title Arch Linux
|
||||||
|
|
||||||
|
# Change only when using different kernel, e. g. /vmlinuz-linux-zen.
|
||||||
linux /vmlinuz-linux
|
linux /vmlinuz-linux
|
||||||
|
|
||||||
|
# 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.
|
||||||
initrd /initramfs-linux.img
|
initrd /initramfs-linux.img
|
||||||
|
|
||||||
|
# Change to the correct device like /dev/sda2.
|
||||||
options cryptdevice=/dev/nvme0n1p2:main:allow-discards
|
options cryptdevice=/dev/nvme0n1p2:main:allow-discards
|
||||||
|
|
||||||
|
# Change to correct LVM device.
|
||||||
options root=/dev/mapper/main-root rw
|
options root=/dev/mapper/main-root rw
|
||||||
|
|
||||||
|
# Default init is systemd.
|
||||||
options init=/usr/lib/systemd/systemd
|
options init=/usr/lib/systemd/systemd
|
||||||
options loglevel=3
|
|
||||||
|
# Prints only kernel errors and above on boot.
|
||||||
|
#options loglevel=3
|
||||||
|
|
Loading…
Reference in New Issue