summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/cdrom.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-07-16 17:11:45 +0000
committerjkh <jkh@FreeBSD.org>1996-07-16 17:11:45 +0000
commitd74ad799a058d88a1d8ab3ff1d5c4972afde7bdc (patch)
treeebcb6effee80595966f4cb45c650b8295491a1a9 /usr.sbin/sysinstall/cdrom.c
parent7a0766e7ba0e494e9adafd0e1609f06c91a6a910 (diff)
downloadFreeBSD-src-d74ad799a058d88a1d8ab3ff1d5c4972afde7bdc.zip
FreeBSD-src-d74ad799a058d88a1d8ab3ff1d5c4972afde7bdc.tar.gz
1. Fix the CD installation bogon for Novice install I mentioned.
2. Add some code for dealing with a ports collection on the second CD now.
Diffstat (limited to 'usr.sbin/sysinstall/cdrom.c')
-rw-r--r--usr.sbin/sysinstall/cdrom.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.sbin/sysinstall/cdrom.c b/usr.sbin/sysinstall/cdrom.c
index ee56aed..c3a6d29 100644
--- a/usr.sbin/sysinstall/cdrom.c
+++ b/usr.sbin/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.
@@ -51,10 +51,6 @@
#include <sys/mount.h>
#undef CD9660
-#define CD_UNMOUNTED 0
-#define CD_ALREADY_MOUNTED 1
-#define CD_WE_MOUNTED_IT 2
-
/*
* This isn't static, like the others, since it's often useful to know whether
* or not we have a CDROM available in some of the other installation screens.
OpenPOWER on IntegriCloud