parent
472ce0614d
commit
7aff03901b
|
@ -162,6 +162,8 @@ echo -ne "
|
||||||
"
|
"
|
||||||
if [[ ! -d "/sys/firmware/efi" ]]; then
|
if [[ ! -d "/sys/firmware/efi" ]]; then
|
||||||
grub-install --boot-directory=/mnt/boot ${DISK}
|
grub-install --boot-directory=/mnt/boot ${DISK}
|
||||||
|
else
|
||||||
|
pacstrap /mnt efibootmgr --noconfirm --needed
|
||||||
fi
|
fi
|
||||||
echo -ne "
|
echo -ne "
|
||||||
-------------------------------------------------------------------------
|
-------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue