Change the default bootloader ID
This commit is contained in:
parent
897196e42b
commit
ac2eb53194
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ then
|
|||
sudo bash "$BASH_SOURCE" "$USER";
|
||||
else
|
||||
EFI_BOOT_DIR="${EFI_BOOT_DIR:-"/boot"}";
|
||||
BOOTLOADER_ID=${BOOTLOADER_ID:-"GRUB"};
|
||||
BOOTLOADER_ID=${BOOTLOADER_ID:-"Arch"};
|
||||
pacman --noconfirm -Syu grub efibootmgr;
|
||||
. ../../../Common/Config/GRUB/setup.sh;
|
||||
fi;
|
||||
|
|
Loading…
Reference in a new issue