From 60465c82ed0961f6742bae0a0d9e327719f90c2e Mon Sep 17 00:00:00 2001 From: simono41 Date: Thu, 3 May 2018 15:59:34 +0200 Subject: [PATCH] fix --- arch-install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch-install b/arch-install index 690a454..14e50e6 100755 --- a/arch-install +++ b/arch-install @@ -1047,7 +1047,7 @@ then installation grubinstall - if [ "${version}" == "libre" ]; then + if [ "${version}" == "libre" ] || [ "${version}" == "manjaro" ]; then arch-chroot ${mountpoint} mkinitcpio -p linux-libre else arch-chroot ${mountpoint} mkinitcpio -P -c /etc/mkinitcpio.conf @@ -1082,7 +1082,7 @@ elif [ "${Partition}" == "bios" ]; then installation grubinstall - if [ "${version}" == "libre" ]; then + if [ "${version}" == "libre" ] || [ "${version}" == "manjaro" ]; then arch-chroot ${mountpoint} mkinitcpio -p linux-libre else arch-chroot ${mountpoint} mkinitcpio -p linux -c /etc/mkinitcpio.conf