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