From 069c4908f31d2c9183fcc2cae5ee82d416ccda27 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Sat, 30 Jul 2022 05:40:03 -0500 Subject: [PATCH] fix: sed formatting --- Misc/Arch-LuksCrypt-Install.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/Arch-LuksCrypt-Install.bash b/Misc/Arch-LuksCrypt-Install.bash index 59c4f6d..c885494 100644 --- a/Misc/Arch-LuksCrypt-Install.bash +++ b/Misc/Arch-LuksCrypt-Install.bash @@ -351,7 +351,7 @@ main() { printf "Configure Grub\n" >&2 yes | pacman -S grub efibootmgr intel-ucode amd-ucode - sed -i "s/GRUB_CMDLINE_LINUX=.*/GRUB_CMDLINE_LINUX=\"cryptdevice=UUID=$(blkid -s UUID -o value "${root_partition}"):cryptroot root=\/dev\/mapper\/cryptroot"/" /etc/default/grub + sed -i "s/GRUB_CMDLINE_LINUX=.*/GRUB_CMDLINE_LINUX=\"cryptdevice=UUID=$(blkid -s UUID -o value "${root_partition}"):cryptroot root=\/dev\/mapper\/cryptroot\"/" /etc/default/grub printf "GRUB_ENABLE_CRYPTO_DISK=y\n" >> /etc/default/grub grub-install --target=x86_64-efi --efi-directory=/boot --bootloader-id=GRUB grub-mkconfig -o /boot/grub/grub.cfg