Page MenuHomeFreeBSD

D51527.id159087.diff
No OneTemporary

D51527.id159087.diff

Index: usr.sbin/bsdinstall/scripts/bootconfig
===================================================================
--- usr.sbin/bsdinstall/scripts/bootconfig
+++ 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 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
Thu, Apr 30, 2:13 PM (10 h, 48 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
32523927
Default Alt Text
D51527.id159087.diff (742 B)

Event Timeline