summaryrefslogtreecommitdiffstats
path: root/release/sysinstall/dist.h
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-05-23 02:41:18 +0000
committerjkh <jkh@FreeBSD.org>1995-05-23 02:41:18 +0000
commit69df29fff8d1ce7a7a944f0d6431cebb54fca45e (patch)
tree1be6c68d1b91dc89c4abcef6f02b842e08f96593 /release/sysinstall/dist.h
parentc479e492f4696b134bb3a6de2a2b0ac949a5ac63 (diff)
downloadFreeBSD-src-69df29fff8d1ce7a7a944f0d6431cebb54fca45e.zip
FreeBSD-src-69df29fff8d1ce7a7a944f0d6431cebb54fca45e.tar.gz
1. Bring in the first cut of Poul's ftp routines. We still don't
use them yet, but it's close (we're working on the last wrinkles in the CD install for now). 2. Complete the CDROM installation strategy code. 3. Simplify the distribtuion loading code. 4. General error message cleanup. 5. Write the /etc/fstab file now and split those routines into config.c 6. Clean up the menus a little more.
Diffstat (limited to 'release/sysinstall/dist.h')
-rw-r--r--release/sysinstall/dist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/sysinstall/dist.h b/release/sysinstall/dist.h
index 0b37848..79f78af 100644
--- a/release/sysinstall/dist.h
+++ b/release/sysinstall/dist.h
@@ -46,7 +46,7 @@
#define DIST_SRC_UBIN 0x1000
#define DIST_SRC_USBIN 0x2000
#define DIST_SRC_XF86 0x4000
-#define DIST_SRC_ALL 0xFFFF
+#define DIST_SRC_ALL 0x3FFF /* Don't include XFree86 source by default */
/* Subtypes for XFree86 distribution */
#define DIST_XF86_BIN 0x0001
OpenPOWER on IntegriCloud