diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-07-13 05:52:02 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-07-13 05:52:02 +0000 |
| commit | b69605d8fabd72038f0261056c4215ff7db23bda (patch) | |
| tree | d286d85a89cb928315de0b1ef102c393eb7f5e72 | |
| parent | 964edc739b8c28f45d69dee9c593ab169f960aeb (diff) | |
Notes
| -rw-r--r-- | release/sysinstall/cdrom.c | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/release/sysinstall/cdrom.c b/release/sysinstall/cdrom.c index 7c0373a5aeca..d9a19156afd3 100644 --- a/release/sysinstall/cdrom.c +++ b/release/sysinstall/cdrom.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated to essentially a complete rewrite. * - * $Id: cdrom.c,v 1.19 1996/07/13 05:09:28 jkh Exp $ + * $Id: cdrom.c,v 1.20 1996/07/13 05:48:44 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -113,13 +113,11 @@ mediaInitCDROM(Device *dev) "Please fix this problem (check the console logs on VTY2) and\n" "try again."); else - msgConfirm("The version of the FreeBSD CD currently in the drive (%s)\n" + msgConfirm("Warning: The version of the FreeBSD CD currently in the drive (%s)\n" "does not match the version of this boot floppy (%s).\n" "If this is intentional, then please visit the Options editor\n" "to set the boot floppy version string to match that of the CD\n" - "before selecting it as an installation media.", cp, variable_get(VAR_RELNAME)); - cdromMounted = CD_UNMOUNTED; - return FALSE; + "before selecting it as an installation media to avoid this warning", cp, variable_get(VAR_RELNAME)); } msgDebug("Mounted FreeBSD CDROM on device %s as /cdrom\n", dev->devname); return TRUE; |
