diff --git a/arch-install b/arch-install index 5a3cfee..0dc625f 100755 --- a/arch-install +++ b/arch-install @@ -552,6 +552,7 @@ function installation { } function grubinstall() { + 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