diff options
author | dd <dd@FreeBSD.org> | 2001-07-02 00:24:23 +0000 |
---|---|---|
committer | dd <dd@FreeBSD.org> | 2001-07-02 00:24:23 +0000 |
commit | 539769a0805588b591b8b98d30d7254f0407fa40 (patch) | |
tree | ea1f64993b21820f8624d6c1d2d12ee05a3969dd /usr.sbin/sysinstall/install.c | |
parent | 4a798fb83a60241d607536db8b69d9709995a803 (diff) | |
download | FreeBSD-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/sysinstall/install.c')
-rw-r--r-- | usr.sbin/sysinstall/install.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |