Bring back part of rev. 1.296 I accidently reverted in the previous
commit.
This commit is contained in:
parent
13704ca508
commit
91308c55b5
@ -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 */
|
||||
|
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user