Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F154843121
D51527.id159087.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
742 B
Referenced Files
None
Subscribers
None
D51527.id159087.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D51527: bsdinstall: Improve message for existing FreeBSD EFI entry
Attached
Detach File
Event Timeline
Log In to Comment