Arch-Linux-Installer/arch.conf

28 lines
731 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-07 16:07:05 +01:00
linux /vmlinuz-linux
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-07 16:07:05 +01:00
initrd /initramfs-linux.img
2022-02-07 16:16:26 +01:00
# Change to the correct device like /dev/sda2.
2022-02-07 16:07:05 +01:00
options cryptdevice=/dev/nvme0n1p2:main: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