Home
last modified time | relevance | path

Searched refs:EFI_LABEL_NAME (Results 1 – 2 of 2) sorted by relevance

/freebsd/usr.sbin/bsdinstall/scripts/
H A Dbootconfig65 nentries=$(efibootmgr | grep -c "${EFI_LABEL_NAME}$")
69 …efibootmgr --create --activate --label "$EFI_LABEL_NAME" --loader "${mntpt}/${FREEBSD_BOOTNAME}" >…
76 …for entry in $(efibootmgr | awk "\$NF == \"$EFI_LABEL_NAME\" { sub(/.*Boot/,\"\", \$1); sub(/\*/,\…
79 …efibootmgr --create --activate --label "$EFI_LABEL_NAME" --loader "${mntpt}/${FREEBSD_BOOTNAME}" >…
83 FREEBSD_BOOTLABEL=$(dialog_uefi_entryname "${EFI_LABEL_NAME}")
/freebsd/usr.sbin/bsdconfig/share/
H A Dcommon.subr42 : ${EFI_LABEL_NAME:=FreeBSD}