diff options
| author | Dima Dorfman <dd@FreeBSD.org> | 2001-07-02 00:24:23 +0000 |
|---|---|---|
| committer | Dima Dorfman <dd@FreeBSD.org> | 2001-07-02 00:24:23 +0000 |
| commit | 91308c55b53117cad6ccbcbd07d631cb06f78bb6 (patch) | |
| tree | ea1f64993b21820f8624d6c1d2d12ee05a3969dd | |
| parent | 13704ca508967d083346df8d9ed32bdfa51bf38c (diff) | |
Notes
| -rw-r--r-- | usr.sbin/sade/install.c | 2 | ||||
| -rw-r--r-- | usr.sbin/sysinstall/install.c | 2 |
2 files changed, 2 insertions, 2 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 */ diff --git a/usr.sbin/sysinstall/install.c b/usr.sbin/sysinstall/install.c index 3d8539f6ebb1..43dd7025ad37 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 */ |
