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