From 03a00cd5a49e377baae64f8cbcab36cab840e35e Mon Sep 17 00:00:00 2001 From: simono41 Date: Sat, 25 Aug 2018 22:28:53 +0200 Subject: [PATCH] fix --- arch-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch-install b/arch-install index 2bc92c7..096712a 100755 --- a/arch-install +++ b/arch-install @@ -564,7 +564,7 @@ function installation { } function grubinstall() { - sed -i 's/GRUB_DISTRIBUTOR=.*$/GRUB_DISTRIBUTOR="${repo}"/' ${mountpoint}/etc/default/grub + sed -i 's/GRUB_DISTRIBUTOR=.*$/GRUB_DISTRIBUTOR=\"'$repo'\"/' ${mountpoint}/etc/default/grub sed -i 's/GRUB_CMDLINE_LINUX_DEFAULT=.*$/GRUB_CMDLINE_LINUX_DEFAULT="splash"/' ${mountpoint}/etc/default/grub if [ "${verschluesselung}" == "y" ]; then if [ "${boot}" == "grub" ]; then