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
|
||||
EFI_BOOT_DIR="${EFI_BOOT_DIR:-"/boot"}";
|
||||
BOOTLOADER_ID=${BOOTLOADER_ID:-"Arch"};
|
||||
pacman --noconfirm -Syu grub efibootmgr;
|
||||
pacman --noconfirm -Syu grub efibootmgr os-prober;
|
||||
. ../../../Common/Config/GRUB/setup.sh;
|
||||
fi;
|
||||
|
||||
|
|
Loading…
Reference in a new issue