fix
This commit is contained in:
parent
4bde687989
commit
60465c82ed
1 changed files with 2 additions and 2 deletions
|
@ -1047,7 +1047,7 @@ then
|
||||||
installation
|
installation
|
||||||
grubinstall
|
grubinstall
|
||||||
|
|
||||||
if [ "${version}" == "libre" ]; then
|
if [ "${version}" == "libre" ] || [ "${version}" == "manjaro" ]; then
|
||||||
arch-chroot ${mountpoint} mkinitcpio -p linux-libre
|
arch-chroot ${mountpoint} mkinitcpio -p linux-libre
|
||||||
else
|
else
|
||||||
arch-chroot ${mountpoint} mkinitcpio -P -c /etc/mkinitcpio.conf
|
arch-chroot ${mountpoint} mkinitcpio -P -c /etc/mkinitcpio.conf
|
||||||
|
@ -1082,7 +1082,7 @@ elif [ "${Partition}" == "bios" ]; then
|
||||||
installation
|
installation
|
||||||
grubinstall
|
grubinstall
|
||||||
|
|
||||||
if [ "${version}" == "libre" ]; then
|
if [ "${version}" == "libre" ] || [ "${version}" == "manjaro" ]; then
|
||||||
arch-chroot ${mountpoint} mkinitcpio -p linux-libre
|
arch-chroot ${mountpoint} mkinitcpio -p linux-libre
|
||||||
else
|
else
|
||||||
arch-chroot ${mountpoint} mkinitcpio -p linux -c /etc/mkinitcpio.conf
|
arch-chroot ${mountpoint} mkinitcpio -p linux -c /etc/mkinitcpio.conf
|
||||||
|
|
Loading…
Reference in a new issue