Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/utils/sysinst/arch/i386 Update the set split counts ...
details: https://anonhg.NetBSD.org/src/rev/e75e63c74962
branches: trunk
changeset: 472039:e75e63c74962
user: ws <ws%NetBSD.org@localhost>
date: Mon Apr 19 13:17:09 1999 +0000
description:
Update the set split counts for floppy installation to match reality.
diffstat:
distrib/utils/sysinst/arch/i386/md.h | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diffs (35 lines):
diff -r c7a6b0a3cbcc -r e75e63c74962 distrib/utils/sysinst/arch/i386/md.h
--- a/distrib/utils/sysinst/arch/i386/md.h Mon Apr 19 04:56:18 1999 +0000
+++ b/distrib/utils/sysinst/arch/i386/md.h Mon Apr 19 13:17:09 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: md.h,v 1.12 1999/03/31 00:44:49 fvdl Exp $ */
+/* $NetBSD: md.h,v 1.13 1999/04/19 13:17:09 ws Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@@ -70,19 +70,19 @@
EXTERN distinfo dist_list[]
#ifdef MAIN
= {
- {"kern", 1, "ae", "Kernel : "},
- {"base", 1, "bo", "Base : "},
+ {"kern", 1, "ag", "Kernel : "},
+ {"base", 1, "bw", "Base : "},
{"etc", 1, "aa", "System (/etc): "},
- {"comp", 1, "bd", "Compiler : "},
+ {"comp", 1, "bl", "Compiler : "},
{"games", 1, "am", "Games : "},
- {"man", 1, "ak", "Manuals : "},
+ {"man", 1, "ar", "Manuals : "},
{"misc", 1, "aj", "Miscellaneous: "},
- {"text", 1, "ae", "Text tools : "},
+ {"text", 1, "af", "Text tools : "},
/* XXX no X11 on floppies, what sets are they?*/
{"xbase", 1, "al", "X11 clients : "},
{"xfont", 1, "az", "X11 fonts : "},
- {"xserver", 1, "ci", "X11 servers : "},
+ {"xserver", 1, "cr", "X11 servers : "},
{"xcontrib",1, "aa", "X11 contrib : "},
{"xcomp", 1, "ah", "X programming: "},
{NULL, 0, NULL, NULL }
Home |
Main Index |
Thread Index |
Old Index