Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F105525589
D34651.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
473 B
Referenced Files
None
Subscribers
None
D34651.diff
View Options
diff --git a/usr.sbin/bsdinstall/scripts/mount b/usr.sbin/bsdinstall/scripts/mount
--- a/usr.sbin/bsdinstall/scripts/mount
+++ b/usr.sbin/bsdinstall/scripts/mount
@@ -44,7 +44,7 @@
mkdir -p $i 2>/dev/null
MNTERROR=`mount -F $TMP_FSTAB $i 2>&1`
if [ $? -ne 0 ]; then
- dialog --backtitle "FreeBSD Installer" --title "Error" \
+ bsddialog --backtitle "FreeBSD Installer" --title "Error" \
--msgbox "Error mounting partition $i:\n$MNTERROR" 0 0
exit 1
fi
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Dec 18, 6:51 AM (13 h, 34 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15480259
Default Alt Text
D34651.diff (473 B)
Attached To
Mode
D34651: bsdinstall mount: Replace dialog with bsddialog
Attached
Detach File
Event Timeline
Log In to Comment