summaryrefslogtreecommitdiffstats
path: root/release/sysinstall/cdrom.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-10-10 09:22:37 +0000
committerjkh <jkh@FreeBSD.org>1996-10-10 09:22:37 +0000
commit2bb87dfc538571deb30a9d61a45ec8368c53dad8 (patch)
tree31ff5f0486b07cc5ddea970ecb03a65a14ad10b0 /release/sysinstall/cdrom.c
parenta5e0f0331bae5c7ae2f66bda4fc264dcad4aea9d (diff)
downloadFreeBSD-src-2bb87dfc538571deb30a9d61a45ec8368c53dad8.zip
FreeBSD-src-2bb87dfc538571deb30a9d61a45ec8368c53dad8.tar.gz
Ahem. It might be nice if I included /usr/src/contrib in with the other
src dists. This alone is a good reason to re-roll the SNAP before putting it on CD.
Diffstat (limited to 'release/sysinstall/cdrom.c')
-rw-r--r--release/sysinstall/cdrom.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/release/sysinstall/cdrom.c b/release/sysinstall/cdrom.c
index 723c38c..a9d7a6b 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.23 1996/10/01 12:13:08 jkh Exp $
+ * $Id: cdrom.c,v 1.24 1996/10/09 09:53:25 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -111,8 +111,9 @@ mediaInitCDROM(Device *dev)
"Please fix this problem (check the console logs on VTY2) and\n"
"try again.");
else
- 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"
+ msgConfirm("Warning: The version of the FreeBSD CD currently in the drive\n"
+ "(%s) does not match the version of this boot floppy\n"
+ "(%s).\n\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 to avoid this warning", cp, variable_get(VAR_RELNAME));
OpenPOWER on IntegriCloud