Add new file

This commit is contained in:
proledatarian 2022-02-07 15:24:05 +00:00
parent 7130c59142
commit 026db89e68
1 changed files with 27 additions and 0 deletions

27
arch-fallback.conf Normal file
View File

@ -0,0 +1,27 @@
# The title of your systemd-boot entry.
title Arch Linux Fallback
# Change only when using different kernel, e. g. /vmlinuz-linux-zen.
linux /vmlinuz-linux
# Uncomment if you have installed the respective Microcode.
#initrd /amd-ucode.img
#initrd /intel-ucode.img
# Change only when using different kernel, e. g. /vmlinuz-linux-zen.
initrd /initramfs-linux.img
# Change to the correct device like /dev/sda2.
options cryptdevice=/dev/nvme0n1p2:main:allow-discards
# Change to correct LVM device.
options root=/dev/mapper/main-root rw
# Localization options.
options lang=de locale=de_DE.UTF-8
# Default init is systemd.
options init=/usr/lib/systemd/systemd
# Prints only kernel errors and above on boot.
#options loglevel=3