diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-12-08 12:27:58 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-12-08 12:27:58 +0000 |
commit | ba5555f0e64be223addf772bb3a13733f8d15d83 (patch) | |
tree | 8648139dc4eb497c395e1a22bf82b327bf3d4481 /release/sysinstall/dist.h | |
parent | 5703427770eb6696740443850ffdfd9aa2c52e99 (diff) |
Several areas of improvement:
o Incorporate some of Tatsumi's bug fixes.
o Remove the xperimnt and commerce distribution items; they haven't
been actual distributions for awhile.
o Try to sanitize the device checking code a little more.
o Cosmetic work on the network code.
Notes
Notes:
svn path=/head/; revision=20208
Diffstat (limited to 'release/sysinstall/dist.h')
-rw-r--r-- | release/sysinstall/dist.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/release/sysinstall/dist.h b/release/sysinstall/dist.h index 58f35c7cd828..3f34f068257f 100644 --- a/release/sysinstall/dist.h +++ b/release/sysinstall/dist.h @@ -14,10 +14,8 @@ #define DIST_COMPAT20 0x0200 #define DIST_COMPAT21 0x0400 #define DIST_XF86 0x0800 -#define DIST_COMMERCIAL 0x1000 -#define DIST_DES 0x2000 -#define DIST_EXPERIMENTAL 0x4000 -#define DIST_ALL 0xFFFF +#define DIST_DES 0x1000 +#define DIST_ALL 0x1FFF /* Canned distribution sets */ #define _DIST_DEVELOPER \ |