From 907c9f1707f008f041fca0f32ec5316d26c6aea3 Mon Sep 17 00:00:00 2001 From: proledatarian Date: Wed, 16 Feb 2022 11:46:06 +0000 Subject: [PATCH] Delete arch.conf --- arch.conf | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 arch.conf diff --git a/arch.conf b/arch.conf deleted file mode 100644 index 0660c37..0000000 --- a/arch.conf +++ /dev/null @@ -1,27 +0,0 @@ -# The title of your systemd-boot entry. -title Arch Linux - -# Change only when using different kernel, e. g. /vmlinuz-linux-zen. -linux /vmlinuz-linux-zen - -# 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-zen.img - -# Change to the correct device like /dev/sda2. -options cryptdevice=/dev/vda2:lvm: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