Searched refs:efibootmgr (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-install.in483 # TODO: We should also use efibootmgr, if available, to add a Boot
821 efibootmgr=
824 efibootmgr="`which efibootmgr`"
828 test -n "$efibootmgr"; then
836 for bootnum in `efibootmgr | grep '^Boot[0-9]' | \
838 efibootmgr $efi_quiet -b "$bootnum" -B
841 # Add a new entry for the image we just created. efibootmgr needs to be
853 efibootmgr $efi_quiet -c -d "$efidir_disk" -p "$efidir_part" -w \

Completed in 38 milliseconds