This commit is contained in:
simono41 2018-05-03 15:59:34 +02:00
parent 4bde687989
commit 60465c82ed

View file

@ -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