Arch-Linux-Installer/arch.conf

28 lines
733 B
Plaintext
Raw Normal View History

2022-02-07 16:16:26 +01:00
# The title of your systemd-boot entry.
2022-02-07 16:07:05 +01:00
title Arch Linux
2022-02-07 16:16:26 +01:00
# Change only when using different kernel, e. g. /vmlinuz-linux-zen.
2022-02-13 15:29:18 +01:00
linux /vmlinuz-linux-zen
2022-02-07 16:16:26 +01:00
# Uncomment if you have installed the respective Microcode.
2022-02-07 16:07:05 +01:00
#initrd /amd-ucode.img
#initrd /intel-ucode.img
2022-02-07 16:16:26 +01:00
# Change only when using different kernel, e. g. /vmlinuz-linux-zen.
2022-02-13 15:29:18 +01:00
initrd /initramfs-linux-zen.img
2022-02-07 16:16:26 +01:00
# Change to the correct device like /dev/sda2.
options cryptdevice=/dev/vda2:lvm:allow-discards
2022-02-07 16:16:26 +01:00
# Change to correct LVM device.
2022-02-07 16:07:05 +01:00
options root=/dev/mapper/main-root rw
2022-02-07 16:16:26 +01:00
2022-02-07 16:25:16 +01:00
# Localization options.
options lang=de locale=de_DE.UTF-8
2022-02-07 16:16:26 +01:00
# Default init is systemd.
2022-02-07 16:07:05 +01:00
options init=/usr/lib/systemd/systemd
2022-02-07 16:16:26 +01:00
# Prints only kernel errors and above on boot.
#options loglevel=3