From 6bd7102277cb8468456824f1e0585c001d37488f Mon Sep 17 00:00:00 2001 From: maride Date: Sun, 6 Aug 2017 00:28:13 +0200 Subject: [PATCH] Add destination map name --- steps/50-configure.step | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/steps/50-configure.step b/steps/50-configure.step index f03dc50..b800986 100755 --- a/steps/50-configure.step +++ b/steps/50-configure.step @@ -19,7 +19,7 @@ echo $hostname > /mnt/etc/hostname echo "~> Configuring 'grub'" arch-chroot /mnt grub-install --target=x86_64-efi --efi-directory=/boot --bootloader-id=Arch_GRUB -echo "GRUB_CMDLINE_LINUX='cryptdevice=UUID=`blkid -o value ${blockdevice}2 | head -n 1`'" > /mnt/etc/default/grub +echo "GRUB_CMDLINE_LINUX='cryptdevice=UUID=`blkid -o value ${blockdevice}2 | head -n 1`:cryptroot'" > /mnt/etc/default/grub arch-chroot /mnt grub-mkconfig -o /boot/grub/grub.cfg echo "~> Patching mkinitcpio.conf for encryption magic"