Bring back part of rev. 1.296 I accidently reverted in the previous

commit.
This commit is contained in:
Dima Dorfman 2001-07-02 00:24:23 +00:00
parent 13704ca508
commit 91308c55b5
2 changed files with 2 additions and 2 deletions

View File

@ -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 */

View File

@ -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 */