This commit is contained in:
Augusto Gunsch 2021-08-10 11:14:41 -03:00
parent dd769c9438
commit 86ffd8cb87
No known key found for this signature in database
GPG Key ID: F7EEFE29825C72DC
1 changed files with 1 additions and 1 deletions

View File

@ -224,7 +224,7 @@ set_locale() {
setup_grub() {
echo -n "Configuring boot loader..."
if [ $UEFI -eq 1 ]; then
quiet right_chroot /mnt grub-install --target=x86_64-efi --efi-directory=/boot --botloader-id=grub
quiet right_chroot /mnt grub-install --target=x86_64-efi --efi-directory=/boot --bootloader-id=grub
else
quiet right_chroot /mnt grub-install "$DRIVE_TARGET"
fi