aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/sade/install.c
diff options
context:
space:
mode:
authorDima Dorfman <dd@FreeBSD.org>2001-07-02 00:24:23 +0000
committerDima Dorfman <dd@FreeBSD.org>2001-07-02 00:24:23 +0000
commit91308c55b53117cad6ccbcbd07d631cb06f78bb6 (patch)
treeea1f64993b21820f8624d6c1d2d12ee05a3969dd /usr.sbin/sade/install.c
parent13704ca508967d083346df8d9ed32bdfa51bf38c (diff)
downloadsrc-91308c55b53117cad6ccbcbd07d631cb06f78bb6.tar.gz
src-91308c55b53117cad6ccbcbd07d631cb06f78bb6.zip
Bring back part of rev. 1.296 I accidently reverted in the previous
commit.
Notes
Notes: svn path=/head/; revision=79066
Diffstat (limited to 'usr.sbin/sade/install.c')
-rw-r--r--usr.sbin/sade/install.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sade/install.c b/usr.sbin/sade/install.c
index 3d8539f6ebb1..43dd7025ad37 100644
--- a/usr.sbin/sade/install.c
+++ b/usr.sbin/sade/install.c
@@ -269,7 +269,7 @@ installFixitCDROM(dialogMenuItem *self)
(void)rmdir("/mnt2");
while (1) {
- msgConfirm("Please insert a FreeBSD live filesystem CDROM and press return");
+ msgConfirm("Please insert a FreeBSD live filesystem CD/DVD and press return");
if (DITEM_STATUS(mediaSetCDROM(NULL)) != DITEM_SUCCESS
|| !DEVICE_INIT(mediaDevice)) {
/* If we can't initialize it, it's probably not a FreeBSD CDROM so punt on it */