Install os-prober
for grub
This commit is contained in:
parent
f0eec78de5
commit
bcf49369d9
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ then
|
||||||
else
|
else
|
||||||
EFI_BOOT_DIR="${EFI_BOOT_DIR:-"/boot"}";
|
EFI_BOOT_DIR="${EFI_BOOT_DIR:-"/boot"}";
|
||||||
BOOTLOADER_ID=${BOOTLOADER_ID:-"Arch"};
|
BOOTLOADER_ID=${BOOTLOADER_ID:-"Arch"};
|
||||||
pacman --noconfirm -Syu grub efibootmgr;
|
pacman --noconfirm -Syu grub efibootmgr os-prober;
|
||||||
. ../../../Common/Config/GRUB/setup.sh;
|
. ../../../Common/Config/GRUB/setup.sh;
|
||||||
fi;
|
fi;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue