We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 312cea7 commit 5a56897Copy full SHA for 5a56897
1 file changed
fedora.sh
@@ -100,7 +100,7 @@ if [[ $BOOTTYPE = "efi" ]]; then
100
echo "title Fedora" > /mnt/boot/loader/entries/fedora.conf
101
echo "linux /linux" >> /mnt/boot/loader/entries/fedora.conf
102
echo "initrd /initrd" >> /mnt/boot/loader/entries/fedora.conf
103
- echo "options cryptdevice=UUID=$(blkid -s UUID -o value /dev/$ROOTNAME):cryptroot root=dev/mapper/cryptroot rootflags=subvol=/_active/rootvol rw" >> /mnt/boot/loader/entries/fedora.conf
+ echo "options cryptdevice=UUID=$(blkid -s UUID -o value /dev/$ROOTNAME):cryptroot root=/dev/mapper/cryptroot rootflags=subvol=/_active/rootvol rw" >> /mnt/boot/loader/entries/fedora.conf
104
else
105
arch-chroot /mnt grub2-install /dev/$DISKNAME
106
arch-chroot /mnt grub2-mkconfig -o /boot/grub2/grub.cfg
0 commit comments