Page MenuHomeFreeBSD

D51527.diff
No OneTemporary

D51527.diff

diff --git a/usr.sbin/bsdinstall/scripts/bootconfig b/usr.sbin/bsdinstall/scripts/bootconfig
--- a/usr.sbin/bsdinstall/scripts/bootconfig
+++ b/usr.sbin/bsdinstall/scripts/bootconfig
@@ -74,7 +74,7 @@
fi
$DIALOG --backtitle "$OSNAME Installer" --title 'Boot Configuration' \
- --yesno "There are multiple \"$OSNAME\" EFI boot entries. Would you like to remove them all and add a new one?" 0 0
+ --yesno "One or more \"$OSNAME\" EFI boot manager entries already exist. Would you like to remove them all and add a new one?" 0 0
if [ $? -eq $DIALOG_OK ]; then
for entry in $(efibootmgr | awk "\$NF == \"$EFI_LABEL_NAME\" { sub(/.*Boot/,\"\", \$1); sub(/\*/,\"\", \$1); print \$1 }"); do
efibootmgr -B -b ${entry}

File Metadata

Mime Type
text/plain
Expires
Sat, Oct 11, 8:33 AM (15 h, 32 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
94/9d/5fdb28254efbb798256e1db6a978
Default Alt Text
D51527.diff (734 B)

Event Timeline