summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authordd <dd@FreeBSD.org>2001-07-02 00:24:23 +0000
committerdd <dd@FreeBSD.org>2001-07-02 00:24:23 +0000
commit539769a0805588b591b8b98d30d7254f0407fa40 (patch)
treeea1f64993b21820f8624d6c1d2d12ee05a3969dd /usr.sbin
parent4a798fb83a60241d607536db8b69d9709995a803 (diff)
downloadFreeBSD-src-539769a0805588b591b8b98d30d7254f0407fa40.zip
FreeBSD-src-539769a0805588b591b8b98d30d7254f0407fa40.tar.gz
Bring back part of rev. 1.296 I accidently reverted in the previous
commit.
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/sade/install.c2
-rw-r--r--usr.sbin/sysinstall/install.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sade/install.c b/usr.sbin/sade/install.c
index 3d8539f..43dd702 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 */
diff --git a/usr.sbin/sysinstall/install.c b/usr.sbin/sysinstall/install.c
index 3d8539f..43dd702 100644
--- a/usr.sbin/sysinstall/install.c
+++ b/usr.sbin/sysinstall/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 */
OpenPOWER on IntegriCloud