From fc92224e2ad68402527bee0bd3e10870f98c56b5 Mon Sep 17 00:00:00 2001 From: proledatarian Date: Mon, 12 Dec 2022 20:32:14 +0000 Subject: [PATCH] Update install.sh --- install.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/install.sh b/install.sh index 17b2d56..9aa4c3c 100644 --- a/install.sh +++ b/install.sh @@ -299,9 +299,6 @@ arch-chroot /mnt bootctl --path=/boot install && echo "Done." echo -# Check if installed on SSD - - # Get UUID for primary partition uuid=$(ls -l /dev/disk/by-uuid | grep $main | awk '{print $9}') @@ -313,13 +310,11 @@ linux /vmlinuz-linux-zen #initrd /amd-ucode.img #initrd /intel-ucode.img initrd /initramfs-linux-zen.img -#options cryptdevice=/dev/$main:main options cryptdevice=UUID=$uuid:main options root=/dev/mapper/main rw options rootflags=subvol=root options lang=de locale=de_DE.UTF-8 options init=/usr/lib/systemd/systemd -#options loglevel=3 EOF # Set bootloader fallback entry. @@ -327,7 +322,6 @@ cat << EOF > /mnt/boot/loader/entries/arch-fallback.conf && title Arch Linux Fallback linux /vmlinuz-linux initrd /initramfs-linux-fallback.img -#options cryptdevice=/dev/$main:main options cryptdevice=UUID=$uuid:main options root=/dev/mapper/main rw options rootflags=subvol=root