From 9e4d8eccb0038de7d99956c62ce11fadc0b5f369 Mon Sep 17 00:00:00 2001 From: eichehome Date: Fri, 13 Jan 2023 01:45:21 +0100 Subject: [PATCH] =?UTF-8?q?Bootloader=20eintr=C3=A4ge=20korrigiert?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- base.sh | 2 +- Vorher/zramd.sh => zramd.sh | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename Vorher/zramd.sh => zramd.sh (100%) diff --git a/base.sh b/base.sh index 7b8dfb6..080fe24 100644 --- a/base.sh +++ b/base.sh @@ -91,7 +91,7 @@ echo "initrd /initramfs-linux-zen-fallback.img" >> /boot/loader/entries/arch- echo "options root=LABEL=arch rootflags=subvol=@" >> /boot/loader/entries/arch-fallback.conf # Entry Arch LTS Fallback -echo "title Arch Linux LTS Fallback" > /boot/loader/entries/arch-fallback.conf +echo "title Arch Linux LTS Fallback" > /boot/loader/entries/arch-lts-fallback.conf echo "linux /vmlinuz-linux-lts" >> /boot/loader/entries/arch-lts-fallback.conf # AMD echo "initrd /amd-ucode.img" >> /boot/loader/entries/arch-lts-fallback.conf diff --git a/Vorher/zramd.sh b/zramd.sh similarity index 100% rename from Vorher/zramd.sh rename to zramd.sh