When installing from floppy disks, let the user say which is the last one

on a set, instead of hardcoding the number of parts in sysinst (which gets
out of sync easily).  The fdlast field of the distinfo struct has been
removed.

This solution is a bit simplistic but...  anybody using the floppy
installation method will have to split sets himself (as we don't provide
them), so he will know which is the last one.  Also, he will be able to
use whatever chunk size he wants.

Closes PR install/5050.  Ok'ed by fvdl.
This commit is contained in:
jmmv 2003-04-06 16:12:36 +00:00
parent 24dd3383e1
commit 2b250668c1
35 changed files with 518 additions and 508 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: md.h,v 1.1 2002/05/02 23:02:51 bjh21 Exp $ */
/* $NetBSD: md.h,v 1.2 2003/04/06 16:12:37 jmmv Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -59,23 +59,23 @@
EXTERN distinfo dist_list[]
#ifdef MAIN
= {
{"kern-GENERIC", 0, NULL, "Kernel : "},
{"kern-FOURMEG", 0, NULL, "Kernel : "},
{"base", 1, NULL, "Base : "},
{"etc", 1, NULL, "System (/etc): "},
{"comp", 1, NULL, "Compiler : "},
{"games", 1, NULL, "Games : "},
{"man", 1, NULL, "Manuals : "},
{"misc", 1, NULL, "Miscellaneous: "},
{"text", 1, NULL, "Text tools : "},
{"kern-GENERIC", 0, "Kernel : "},
{"kern-FOURMEG", 0, "Kernel : "},
{"base", 1, "Base : "},
{"etc", 1, "System (/etc): "},
{"comp", 1, "Compiler : "},
{"games", 1, "Games : "},
{"man", 1, "Manuals : "},
{"misc", 1, "Miscellaneous: "},
{"text", 1, "Text tools : "},
{"xbase", 1, NULL, "X11 clients : "},
{"xfont", 1, NULL, "X11 fonts : "},
{"xserver", 1, NULL, "X11 servers : "},
{"xcontrib", 1, NULL, "X11 contrib : "},
{"xcomp", 1, NULL, "X programming: "},
{"xmisc", 1, NULL, "X11 Misc. : "},
{NULL, 0, NULL, NULL }
{"xbase", 1, "X11 clients : "},
{"xfont", 1, "X11 fonts : "},
{"xserver", 1, "X11 servers : "},
{"xcontrib", 1, "X11 contrib : "},
{"xcomp", 1, "X programming: "},
{"xmisc", 1, "X11 Misc. : "},
{ NULL, 0, NULL }
}
#endif
;

View File

@ -1,4 +1,4 @@
/* $NetBSD: md.h,v 1.4 2002/04/02 17:11:20 thorpej Exp $ */
/* $NetBSD: md.h,v 1.5 2003/04/06 16:12:37 jmmv Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -59,25 +59,25 @@
EXTERN distinfo dist_list[]
#ifdef MAIN
= {
{"kern-GENERIC", 0, NULL, "Kernel : "},
{"kern-RPC_WSCONS", 1, NULL, "Kernel : "},
{"kern-NC", 0, NULL, "Kernel : "},
{"kern-NC_WSCONS", 0, NULL, "Kernel : "},
{"base", 1, NULL, "Base : "},
{"etc", 1, NULL, "System (/etc): "},
{"comp", 1, NULL, "Compiler : "},
{"games", 1, NULL, "Games : "},
{"man", 1, NULL, "Manuals : "},
{"misc", 1, NULL, "Miscellaneous: "},
{"text", 1, NULL, "Text tools : "},
{"kern-GENERIC", 0, "Kernel : "},
{"kern-RPC_WSCONS", 1, "Kernel : "},
{"kern-NC", 0, "Kernel : "},
{"kern-NC_WSCONS", 0, "Kernel : "},
{"base", 1, "Base : "},
{"etc", 1, "System (/etc): "},
{"comp", 1, "Compiler : "},
{"games", 1, "Games : "},
{"man", 1, "Manuals : "},
{"misc", 1, "Miscellaneous: "},
{"text", 1, "Text tools : "},
{"xbase", 1, NULL, "X11 clients : "},
{"xfont", 1, NULL, "X11 fonts : "},
{"xserver", 1, NULL, "X11 servers : "},
{"xcontrib", 1, NULL, "X11 contrib : "},
{"xcomp", 1, NULL, "X programming: "},
{"xmisc", 1, NULL, "X11 Misc. : "},
{NULL, 0, NULL, NULL }
{"xbase", 1, "X11 clients : "},
{"xfont", 1, "X11 fonts : "},
{"xserver", 1, "X11 servers : "},
{"xcontrib", 1, "X11 contrib : "},
{"xcomp", 1, "X programming: "},
{"xmisc", 1, "X11 Misc. : "},
{ NULL, 0, NULL }
}
#endif
;

View File

@ -1,4 +1,4 @@
/* $NetBSD: md.h,v 1.9 2001/11/29 23:20:56 thorpej Exp $ */
/* $NetBSD: md.h,v 1.10 2003/04/06 16:12:38 jmmv Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -51,24 +51,24 @@
EXTERN distinfo dist_list[]
#ifdef MAIN
= {
{"kern-GENERIC", 1, NULL, "Kernel : "},
{"base", 1, NULL, "Base : "},
{"etc", 1, NULL, "System (/etc): "},
{"comp", 1, NULL, "Compiler : "},
{"games", 1, NULL, "Games : "},
{"man", 1, NULL, "Manuals : "},
{"misc", 1, NULL, "Miscellaneous: "},
{"text", 1, NULL, "Text tools : "},
{"kern-GENERIC", 1, "Kernel : "},
{"base", 1, "Base : "},
{"etc", 1, "System (/etc): "},
{"comp", 1, "Compiler : "},
{"games", 1, "Games : "},
{"man", 1, "Manuals : "},
{"misc", 1, "Miscellaneous: "},
{"text", 1, "Text tools : "},
{"xbase", 1, NULL, "X11 clients : "},
{"xfont", 1, NULL, "X11 fonts : "},
{"xbase", 1, "X11 clients : "},
{"xfont", 1, "X11 fonts : "},
#ifdef notyet
{"xserver", 1, NULL, "X11 servers : "},
{"xserver", 1, "X11 servers : "},
#endif
{"xcontrib", 1, NULL, "X11 contrib : "},
{"xcomp", 1, NULL, "X programming: "},
{"xmisc", 1, NULL, "X11 Misc. : "},
{NULL, 0, NULL, NULL }
{"xcontrib", 1, "X11 contrib : "},
{"xcomp", 1, "X programming: "},
{"xmisc", 1, "X11 Misc. : "},
{ NULL, 0, NULL }
}
#endif
;

View File

@ -1,4 +1,4 @@
/* $NetBSD: md.h,v 1.5 2001/11/29 23:20:57 thorpej Exp $ */
/* $NetBSD: md.h,v 1.6 2003/04/06 16:12:38 jmmv Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -64,23 +64,23 @@
EXTERN distinfo dist_list[]
#ifdef MAIN
= {
{"kern-GENERIC", 1, "ag", "Kernel : "},
{"base", 1, "bw", "Base : "},
{"etc", 1, "aa", "System (/etc): "},
{"comp", 1, "bl", "Compiler : "},
{"games", 1, "am", "Games : "},
{"man", 1, "ar", "Manuals : "},
{"misc", 1, "aj", "Miscellaneous: "},
{"text", 1, "af", "Text tools : "},
{"kern-GENERIC", 1, "Kernel : "},
{"base", 1, "Base : "},
{"etc", 1, "System (/etc): "},
{"comp", 1, "Compiler : "},
{"games", 1, "Games : "},
{"man", 1, "Manuals : "},
{"misc", 1, "Miscellaneous: "},
{"text", 1, "Text tools : "},
/* XXX no X11 on floppies, what sets are they?*/
{"xbase", 1, "al", "X11 clients : "},
{"xfont", 1, "az", "X11 fonts : "},
{"xserver", 1, "cr", "X11 servers : "},
{"xcontrib", 1, "aa", "X11 contrib : "},
{"xcomp", 1, "ah", "X programming: "},
{"xmisc", 1, NULL, "X11 Misc. : "},
{NULL, 0, NULL, NULL }
{"xbase", 1, "X11 clients : "},
{"xfont", 1, "X11 fonts : "},
{"xserver", 1, "X11 servers : "},
{"xcontrib", 1, "X11 contrib : "},
{"xcomp", 1, "X programming: "},
{"xmisc", 1, "X11 Misc. : "},
{ NULL, 0, NULL }
}
#endif
;

View File

@ -1,4 +1,4 @@
/* $NetBSD: md.h,v 1.2 2001/11/29 23:20:57 thorpej Exp $ */
/* $NetBSD: md.h,v 1.3 2003/04/06 16:12:38 jmmv Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -70,20 +70,20 @@
EXTERN distinfo dist_list[]
#ifdef MAIN
= {
{"kern-GENERIC", 1, NULL, "Kernel : "},
{"base", 1, NULL, "Base : "},
{"etc", 1, NULL, "System (/etc) : "},
{"comp", 1, NULL, "Compiler : "},
{"games", 1, NULL, "Games : "},
{"man", 1, NULL, "Manuals : "},
{"misc", 1, NULL, "Miscellaneous : "},
{"text", 1, NULL, "Text tools : "},
{"xbase", 1, NULL, "X11 clients : "},
{"xfont", 1, NULL, "X11 fonts : "},
{"xcontrib", 1, NULL, "X11 contrib : "},
{"xcomp", 1, NULL, "X programming : "},
{"xmisc", 1, NULL, "X11 Misc. : "},
{NULL, 0, NULL, NULL }
{"kern-GENERIC", 1, "Kernel : "},
{"base", 1, "Base : "},
{"etc", 1, "System (/etc) : "},
{"comp", 1, "Compiler : "},
{"games", 1, "Games : "},
{"man", 1, "Manuals : "},
{"misc", 1, "Miscellaneous : "},
{"text", 1, "Text tools : "},
{"xbase", 1, "X11 clients : "},
{"xfont", 1, "X11 fonts : "},
{"xcontrib", 1, "X11 contrib : "},
{"xcomp", 1, "X programming : "},
{"xmisc", 1, "X11 Misc. : "},
{ NULL, 0, NULL }
}
#endif
;

View File

@ -1,4 +1,4 @@
/* $NetBSD: md.h,v 1.4 2002/06/19 11:44:26 leo Exp $ */
/* $NetBSD: md.h,v 1.5 2003/04/06 16:12:38 jmmv Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -74,26 +74,26 @@
EXTERN distinfo dist_list[]
#ifdef MAIN
= {
{"kern-BOOT", 1, "ag", "TT030/Falcon kernel : "},
{"kern-HADES", 1, "ag", "Hades kernel : "},
{"kern-MILAN-ISAIDE",1, "ag", "Milan ISAIDE kernel : "},
{"kern-MILAN-PCIIDE",1, "ag", "Milan PCIIDE kernel : "},
{"base", 1, "bw", "Base : "},
{"etc", 1, "aa", "System (/etc) : "},
{"comp", 1, "bl", "Compiler : "},
{"games", 1, "am", "Games : "},
{"man", 1, "ar", "Manuals : "},
{"misc", 1, "aj", "Miscellaneous : "},
{"text", 1, "af", "Text tools : "},
{"kern-BOOT", 1, "TT030/Falcon kernel : "},
{"kern-HADES", 1, "Hades kernel : "},
{"kern-MILAN-ISAIDE",1, "Milan ISAIDE kernel : "},
{"kern-MILAN-PCIIDE",1, "Milan PCIIDE kernel : "},
{"base", 1, "Base : "},
{"etc", 1, "System (/etc) : "},
{"comp", 1, "Compiler : "},
{"games", 1, "Games : "},
{"man", 1, "Manuals : "},
{"misc", 1, "Miscellaneous : "},
{"text", 1, "Text tools : "},
/* XXX no X11 on floppies, what sets are they?*/
{"xbase", 1, "al", "X11 clients : "},
{"xfont", 1, "az", "X11 fonts : "},
{"xserver", 1, "cr", "X11 servers : "},
{"xcontrib", 1, "aa", "X11 contrib : "},
{"xcomp", 1, "ah", "X programming : "},
{"xmisc", 1, NULL, "X11 Misc. : "},
{NULL, 0, NULL, NULL }
{"xbase", 1, "X11 clients : "},
{"xfont", 1, "X11 fonts : "},
{"xserver", 1, "X11 servers : "},
{"xcontrib", 1, "X11 contrib : "},
{"xcomp", 1, "X programming : "},
{"xmisc", 1, "X11 Misc. : "},
{ NULL, 0, NULL }
}
#endif
;

View File

@ -1,4 +1,4 @@
/* $NetBSD: md.h,v 1.6 2001/11/29 23:20:57 thorpej Exp $ */
/* $NetBSD: md.h,v 1.7 2003/04/06 16:12:39 jmmv Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -64,23 +64,23 @@
EXTERN distinfo dist_list[]
#ifdef MAIN
= {
{"kern-GENERIC", 1, "ae", "Kernel : "},
{"base", 1, "bo", "Base : "},
{"etc", 1, "aa", "System (/etc): "},
{"comp", 1, "bd", "Compiler : "},
{"games", 1, "am", "Games : "},
{"man", 1, "ak", "Manuals : "},
{"misc", 1, "aj", "Miscellaneous: "},
{"text", 1, "ae", "Text tools : "},
{"kern-GENERIC", 1, "Kernel : "},
{"base", 1, "Base : "},
{"etc", 1, "System (/etc): "},
{"comp", 1, "Compiler : "},
{"games", 1, "Games : "},
{"man", 1, "Manuals : "},
{"misc", 1, "Miscellaneous: "},
{"text", 1, "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 : "},
{"xcontrib", 1, "aa", "X11 contrib : "},
{"xcomp", 1, "ah", "X programming: "},
{"xmisc", 1, NULL, "X11 Misc. : "},
{NULL, 0, NULL, NULL }
{"xbase", 1, "X11 clients : "},
{"xfont", 1, "X11 fonts : "},
{"xserver", 1, "X11 servers : "},
{"xcontrib", 1, "X11 contrib : "},
{"xcomp", 1, "X programming: "},
{"xmisc", 1, "X11 Misc. : "},
{ NULL, 0, NULL }
}
#endif
;

View File

@ -1,4 +1,4 @@
/* $NetBSD: md.h,v 1.2 2002/04/11 16:34:00 skrll Exp $ */
/* $NetBSD: md.h,v 1.3 2003/04/06 16:12:39 jmmv Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -59,22 +59,22 @@
EXTERN distinfo dist_list[]
#ifdef MAIN
= {
{"kern-GENERIC", 1, NULL, "Kernel : "},
{"base", 1, NULL, "Base : "},
{"etc", 1, NULL, "System (/etc): "},
{"comp", 1, NULL, "Compiler : "},
{"games", 1, NULL, "Games : "},
{"man", 1, NULL, "Manuals : "},
{"misc", 1, NULL, "Miscellaneous: "},
{"text", 1, NULL, "Text tools : "},
{"kern-GENERIC", 1, "Kernel : "},
{"base", 1, "Base : "},
{"etc", 1, "System (/etc): "},
{"comp", 1, "Compiler : "},
{"games", 1, "Games : "},
{"man", 1, "Manuals : "},
{"misc", 1, "Miscellaneous: "},
{"text", 1, "Text tools : "},
{"xbase", 1, NULL, "X11 clients : "},
{"xfont", 1, NULL, "X11 fonts : "},
{"xserver", 1, NULL, "X11 servers : "},
{"xcontrib", 1, NULL, "X11 contrib : "},
{"xcomp", 1, NULL, "X programming: "},
{"xmisc", 1, NULL, "X11 Misc. : "},
{NULL, 0, NULL, NULL }
{"xbase", 1, "X11 clients : "},
{"xfont", 1, "X11 fonts : "},
{"xserver", 1, "X11 servers : "},
{"xcontrib", 1, "X11 contrib : "},
{"xcomp", 1, "X programming: "},
{"xmisc", 1, "X11 Misc. : "},
{ NULL, 0, NULL }
}
#endif
;

View File

@ -1,4 +1,4 @@
/* $NetBSD: md.h,v 1.2 2002/04/13 02:34:18 thorpej Exp $ */
/* $NetBSD: md.h,v 1.3 2003/04/06 16:12:39 jmmv Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -56,25 +56,25 @@
EXTERN distinfo dist_list[]
#ifdef MAIN
= {
{"kern-INTEGRATOR", 0, NULL, "Kernel : "},
{"kern-IQ80310", 0, NULL, "Kernel : "},
{"kern-IQ80321", 0, NULL, "Kernel : "},
{"kern-TEAMASA_NPWR", 0, NULL, "Kernel : "},
{"base", 1, NULL, "Base : "},
{"etc", 1, NULL, "System (/etc): "},
{"comp", 1, NULL, "Compiler : "},
{"games", 1, NULL, "Games : "},
{"man", 1, NULL, "Manuals : "},
{"misc", 1, NULL, "Miscellaneous: "},
{"text", 1, NULL, "Text tools : "},
{"kern-INTEGRATOR", 0, "Kernel : "},
{"kern-IQ80310", 0, "Kernel : "},
{"kern-IQ80321", 0, "Kernel : "},
{"kern-TEAMASA_NPWR", 0, "Kernel : "},
{"base", 1, "Base : "},
{"etc", 1, "System (/etc): "},
{"comp", 1, "Compiler : "},
{"games", 1, "Games : "},
{"man", 1, "Manuals : "},
{"misc", 1, "Miscellaneous: "},
{"text", 1, "Text tools : "},
{"xbase", 0, NULL, "X11 clients : "},
{"xfont", 0, NULL, "X11 fonts : "},
{"xserver", 0, NULL, "X11 servers : "},
{"xcontrib", 0, NULL, "X11 contrib : "},
{"xcomp", 0, NULL, "X programming: "},
{"xmisc", 0, NULL, "X11 Misc. : "},
{NULL, 0, NULL, NULL }
{"xbase", 0, "X11 clients : "},
{"xfont", 0, "X11 fonts : "},
{"xserver", 0, "X11 servers : "},
{"xcontrib", 0, "X11 contrib : "},
{"xcomp", 0, "X programming: "},
{"xmisc", 0, "X11 Misc. : "},
{ NULL, 0, NULL }
}
#endif
;

View File

@ -1,4 +1,4 @@
/* $NetBSD: md.h,v 1.1 2002/12/09 14:13:14 scw Exp $ */
/* $NetBSD: md.h,v 1.2 2003/04/06 16:12:39 jmmv Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -64,23 +64,23 @@
EXTERN distinfo dist_list[]
#ifdef MAIN
= {
{"kern-GENERIC", 1, "ae", "Kernel : "},
{"base", 1, "bo", "Base : "},
{"etc", 1, "aa", "System (/etc): "},
{"comp", 1, "bd", "Compiler : "},
{"games", 1, "am", "Games : "},
{"man", 1, "ak", "Manuals : "},
{"misc", 1, "aj", "Miscellaneous: "},
{"text", 1, "ae", "Text tools : "},
{"kern-GENERIC", 1, "Kernel : "},
{"base", 1, "Base : "},
{"etc", 1, "System (/etc): "},
{"comp", 1, "Compiler : "},
{"games", 1, "Games : "},
{"man", 1, "Manuals : "},
{"misc", 1, "Miscellaneous: "},
{"text", 1, "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 : "},
{"xcontrib", 1, "aa", "X11 contrib : "},
{"xcomp", 1, "ah", "X programming: "},
{"xmisc", 1, NULL, "X11 Misc. : "},
{NULL, 0, NULL, NULL }
{"xbase", 1, "X11 clients : "},
{"xfont", 1, "X11 fonts : "},
{"xserver", 1, "X11 servers : "},
{"xcontrib", 1, "X11 contrib : "},
{"xcomp", 1, "X programming: "},
{"xmisc", 1, "X11 Misc. : "},
{ NULL, 0, NULL }
}
#endif
;

View File

@ -1,4 +1,4 @@
/* $NetBSD: md.h,v 1.1 2002/02/10 01:14:05 gmcgarry Exp $ */
/* $NetBSD: md.h,v 1.2 2003/04/06 16:12:39 jmmv Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -77,25 +77,25 @@
EXTERN distinfo dist_list[]
#ifdef MAIN
= {
{"kern-GENERIC", 1, "ac", "Kernel : "},
{"base", 1, "bs", "Base : "},
{"etc", 1, "aa", "System (/etc): "},
{"comp", 1, "bj", "Compiler : "},
{"games", 1, "am", "Games : "},
{"man", 1, "ar", "Manuals : "},
{"misc", 1, "aj", "Miscellaneous: "},
{"text", 1, "af", "Text tools : "},
{"kern-GENERIC", 1, "Kernel : "},
{"base", 1, "Base : "},
{"etc", 1, "System (/etc): "},
{"comp", 1, "Compiler : "},
{"games", 1, "Games : "},
{"man", 1, "Manuals : "},
{"misc", 1, "Miscellaneous: "},
{"text", 1, "Text tools : "},
{"xbase", 1, "ak", "X11 clients : "},
{"xfont", 1, "ay", "X11 fonts : "},
{"xbase", 1, "X11 clients : "},
{"xfont", 1, "X11 fonts : "},
#if 0
/* no xserver yet */
{"xserver", 1, "ag", "X11 servers : "},
{"xserver", 1, "X11 servers : "},
#endif
{"xcontrib", 1, "aa", "X11 contrib : "},
{"xcomp", 1, "ag", "X programming: "},
{"xmisc", 1, NULL, "X11 Misc. : "},
{NULL, 0, NULL, NULL }
{"xcontrib", 1, "X11 contrib : "},
{"xcomp", 1, "X programming: "},
{"xmisc", 1, "X11 Misc. : "},
{ NULL, 0, NULL }
}
#endif
;

View File

@ -1,4 +1,4 @@
/* $NetBSD: md.h,v 1.12 2002/04/21 11:21:53 shin Exp $ */
/* $NetBSD: md.h,v 1.13 2003/04/06 16:12:40 jmmv Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -70,24 +70,24 @@
EXTERN distinfo dist_list[]
#ifdef MAIN
= {
{"kern-GENERIC", 1, "ag", "Kernel : "},
{"kern-TX3912", 0, "ag", "Kernel : "},
{"base", 1, "bw", "Base : "},
{"etc", 1, "aa", "System (/etc): "},
{"comp", 1, "bl", "Compiler : "},
{"games", 1, "am", "Games : "},
{"man", 1, "ar", "Manuals : "},
{"misc", 1, "aj", "Miscellaneous: "},
{"text", 1, "af", "Text tools : "},
{"kern-GENERIC", 1, "Kernel : "},
{"kern-TX3912", 0, "Kernel : "},
{"base", 1, "Base : "},
{"etc", 1, "System (/etc): "},
{"comp", 1, "Compiler : "},
{"games", 1, "Games : "},
{"man", 1, "Manuals : "},
{"misc", 1, "Miscellaneous: "},
{"text", 1, "Text tools : "},
/* XXX no X11 on floppies, what sets are they?*/
{"xbase", 1, "al", "X11 clients : "},
{"xfont", 1, "az", "X11 fonts : "},
{"xserver", 1, "cr", "X11 servers : "},
{"xcontrib", 1, "aa", "X11 contrib : "},
{"xcomp", 1, "ah", "X programming: "},
{"xmisc", 1, NULL, "X11 Misc. : "},
{NULL, 0, NULL, NULL }
{"xbase", 1, "X11 clients : "},
{"xfont", 1, "X11 fonts : "},
{"xserver", 1, "X11 servers : "},
{"xcontrib", 1, "X11 contrib : "},
{"xcomp", 1, "X programming: "},
{"xmisc", 1, "X11 Misc. : "},
{ NULL, 0, NULL }
}
#endif
;

View File

@ -1,4 +1,4 @@
/* $NetBSD: md.h,v 1.33 2002/05/29 20:36:41 tv Exp $ */
/* $NetBSD: md.h,v 1.34 2003/04/06 16:12:40 jmmv Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -70,25 +70,25 @@
EXTERN distinfo dist_list[]
#ifdef MAIN
= {
{"kern-GENERIC", 1, "aj", "Kernel : "},
{"kern-GENERIC_TINY", 0, "aj", "Kernel : "},
{"kern-GENERIC_LAPTOP", 0, "aj", "Kernel : "},
{"kern-GENERIC_DIAGNOSTIC", 0, "aj", "Kernel : "},
{"kern-GENERIC_PS2TINY", 0, "aj", "Kernel : "},
{"base", 1, "cr", "Base : "},
{"etc", 1, "aa", "System (/etc) : "},
{"comp", 1, "ca", "Compiler : "},
{"games", 1, "am", "Games : "},
{"man", 1, "ax", "Manuals : "},
{"misc", 1, "aj", "Miscellaneous : "},
{"text", 1, "af", "Text tools : "},
{"xbase", 1, "al", "X11 clients : "},
{"xfont", 1, "az", "X11 fonts : "},
{"xserver", 1, "ck", "X11 servers : "},
{"xcontrib", 1, "aa", "X11 contrib : "},
{"xcomp", 1, "ah", "X programming : "},
{"xmisc", 1, "aa", "X11 Misc. : "},
{NULL, 0, NULL, NULL }
{"kern-GENERIC", 1, "Kernel : "},
{"kern-GENERIC_TINY", 0, "Kernel : "},
{"kern-GENERIC_LAPTOP", 0, "Kernel : "},
{"kern-GENERIC_DIAGNOSTIC", 0, "Kernel : "},
{"kern-GENERIC_PS2TINY", 0, "Kernel : "},
{"base", 1, "Base : "},
{"etc", 1, "System (/etc) : "},
{"comp", 1, "Compiler : "},
{"games", 1, "Games : "},
{"man", 1, "Manuals : "},
{"misc", 1, "Miscellaneous : "},
{"text", 1, "Text tools : "},
{"xbase", 1, "X11 clients : "},
{"xfont", 1, "X11 fonts : "},
{"xserver", 1, "X11 servers : "},
{"xcontrib", 1, "X11 contrib : "},
{"xcomp", 1, "X programming : "},
{"xmisc", 1, "X11 Misc. : "},
{ NULL, 0, NULL }
}
#endif
;

View File

@ -1,4 +1,4 @@
/* $NetBSD: md.h,v 1.13 2003/01/11 19:28:04 christos Exp $ */
/* $NetBSD: md.h,v 1.14 2003/04/06 16:12:40 jmmv Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -259,23 +259,23 @@ EXTERN char *disk_names[]
EXTERN distinfo dist_list[]
#ifdef MAIN
= {
{"kern-GENERIC", 0, NULL, "Kernel : "},
{"kern-GENERICSBC", 0, NULL, "Kernel (SBC) : "},
{"base", 1, NULL, "Base : "},
{"etc", 1, NULL, "System (/etc): "},
{"comp", 1, NULL, "Compiler : "},
{"games", 1, NULL, "Games : "},
{"man", 1, NULL, "Manuals : "},
{"misc", 1, NULL, "Miscellaneous: "},
{"text", 1, NULL, "Text tools : "},
{"kern-GENERIC", 0, "Kernel : "},
{"kern-GENERICSBC", 0, "Kernel (SBC) : "},
{"base", 1, "Base : "},
{"etc", 1, "System (/etc): "},
{"comp", 1, "Compiler : "},
{"games", 1, "Games : "},
{"man", 1, "Manuals : "},
{"misc", 1, "Miscellaneous: "},
{"text", 1, "Text tools : "},
{"xbase", 1, NULL, "X11 clients : "},
{"xfont", 1, NULL, "X11 fonts : "},
{"xserver", 1, NULL, "X11 servers : "},
{"xcontrib", 1, NULL, "X11 contrib : "},
{"xcomp", 1, NULL, "X programming: "},
{"xmisc", 1, NULL, "X11 Misc. : "},
{NULL, 0, NULL, NULL }
{"xbase", 1, "X11 clients : "},
{"xfont", 1, "X11 fonts : "},
{"xserver", 1, "X11 servers : "},
{"xcontrib", 1, "X11 contrib : "},
{"xcomp", 1, "X programming: "},
{"xmisc", 1, "X11 Misc. : "},
{ NULL, 0, NULL }
}
#endif
;

View File

@ -1,4 +1,4 @@
/* $NetBSD: md.h,v 1.7 2001/11/29 23:20:59 thorpej Exp $ */
/* $NetBSD: md.h,v 1.8 2003/04/06 16:12:40 jmmv Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -51,22 +51,22 @@
EXTERN distinfo dist_list[]
#ifdef MAIN
= {
{"kern-GENERIC", 1, NULL, "Kernel : "},
{"base", 1, NULL, "Base : "},
{"etc", 1, NULL, "System (/etc): "},
{"comp", 1, NULL, "Compiler : "},
{"games", 1, NULL, "Games : "},
{"man", 1, NULL, "Manuals : "},
{"misc", 1, NULL, "Miscellaneous: "},
{"text", 1, NULL, "Text tools : "},
{"kern-GENERIC", 1, "Kernel : "},
{"base", 1, "Base : "},
{"etc", 1, "System (/etc): "},
{"comp", 1, "Compiler : "},
{"games", 1, "Games : "},
{"man", 1, "Manuals : "},
{"misc", 1, "Miscellaneous: "},
{"text", 1, "Text tools : "},
{"xbase", 1, NULL, "X11 clients : "},
{"xfont", 1, NULL, "X11 fonts : "},
{"xserver", 1, NULL, "X11 servers : "},
{"xcontrib", 1, NULL, "X11 contrib : "},
{"xcomp", 1, NULL, "X programming: "},
{"xmisc", 1, NULL, "X11 Misc. : "},
{NULL, 0, NULL, NULL }
{"xbase", 1, "X11 clients : "},
{"xfont", 1, "X11 fonts : "},
{"xserver", 1, "X11 servers : "},
{"xcontrib", 1, "X11 contrib : "},
{"xcomp", 1, "X programming: "},
{"xmisc", 1, "X11 Misc. : "},
{ NULL, 0, NULL }
}
#endif
;

View File

@ -1,4 +1,4 @@
/* $NetBSD: md.h,v 1.2 2001/11/29 23:20:59 thorpej Exp $ */
/* $NetBSD: md.h,v 1.3 2003/04/06 16:12:40 jmmv Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -67,24 +67,24 @@
EXTERN distinfo dist_list[]
#ifdef MAIN
= {
{"kern-GENERIC", 1, NULL, "Kernel : "},
{"base", 1, NULL, "Base : "},
{"etc", 1, NULL, "System (/etc): "},
{"comp", 1, NULL, "Compiler : "},
{"games", 1, NULL, "Games : "},
{"man", 1, NULL, "Manuals : "},
{"misc", 1, NULL, "Miscellaneous: "},
{"text", 1, NULL, "Text tools : "},
{"kern-GENERIC", 1, "Kernel : "},
{"base", 1, "Base : "},
{"etc", 1, "System (/etc): "},
{"comp", 1, "Compiler : "},
{"games", 1, "Games : "},
{"man", 1, "Manuals : "},
{"misc", 1, "Miscellaneous: "},
{"text", 1, "Text tools : "},
{"xbase", 1, NULL, "X11 clients : "},
{"xfont", 1, NULL, "X11 fonts : "},
{"xbase", 1, "X11 clients : "},
{"xfont", 1, "X11 fonts : "},
#ifdef notyet
{"xserver", 1, NULL, "X11 servers : "},
{"xserver", 1, "X11 servers : "},
#endif
{"xcontrib", 1, NULL, "X11 contrib : "},
{"xcomp", 1, NULL, "X programming: "},
{"xmisc", 1, NULL, "X11 Misc. : "},
{NULL, 0, NULL, NULL }
{"xcontrib", 1, "X11 contrib : "},
{"xcomp", 1, "X programming: "},
{"xmisc", 1, "X11 Misc. : "},
{ NULL, 0, NULL }
}
#endif
;

View File

@ -1,4 +1,4 @@
/* $NetBSD: md.h,v 1.1 2002/03/24 22:04:05 scw Exp $ */
/* $NetBSD: md.h,v 1.2 2003/04/06 16:12:41 jmmv Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -77,25 +77,25 @@
EXTERN distinfo dist_list[]
#ifdef MAIN
= {
{"kern-GENERIC", 1, "ac", "Kernel : "},
{"base", 1, "bs", "Base : "},
{"etc", 1, "aa", "System (/etc): "},
{"comp", 1, "bj", "Compiler : "},
{"games", 1, "am", "Games : "},
{"man", 1, "ar", "Manuals : "},
{"misc", 1, "aj", "Miscellaneous: "},
{"text", 1, "af", "Text tools : "},
{"kern-GENERIC", 1, "Kernel : "},
{"base", 1, "Base : "},
{"etc", 1, "System (/etc): "},
{"comp", 1, "Compiler : "},
{"games", 1, "Games : "},
{"man", 1, "Manuals : "},
{"misc", 1, "Miscellaneous: "},
{"text", 1, "Text tools : "},
{"xbase", 1, "ak", "X11 clients : "},
{"xfont", 1, "ay", "X11 fonts : "},
{"xbase", 1, "X11 clients : "},
{"xfont", 1, "X11 fonts : "},
#if 0
/* no xserver until vmebus graphics cards supported */
{"xserver", 1, "ag", "X11 servers : "},
{"xserver", 1, "X11 servers : "},
#endif
{"xcontrib", 1, "aa", "X11 contrib : "},
{"xcomp", 1, "ag", "X programming: "},
{"xmisc", 1, NULL, "X11 Misc. : "},
{NULL, 0, NULL, NULL }
{"xcontrib", 1, "X11 contrib : "},
{"xcomp", 1, "X programming: "},
{"xmisc", 1, "X11 Misc. : "},
{ NULL, 0, NULL }
}
#endif
;

View File

@ -1,4 +1,4 @@
/* $NetBSD: md.h,v 1.10 2002/06/02 17:28:35 tsutsui Exp $ */
/* $NetBSD: md.h,v 1.11 2003/04/06 16:12:41 jmmv Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -64,23 +64,23 @@
EXTERN distinfo dist_list[]
#ifdef MAIN
= {
{"kern-GENERIC", 1, NULL, "Kernel : "},
{"kern-GENERIC_TINY", 0, NULL, "Kernel : "},
{"base", 1, NULL, "Base : "},
{"etc", 1, NULL, "System (/etc): "},
{"comp", 1, NULL, "Compiler : "},
{"games", 1, NULL, "Games : "},
{"man", 1, NULL, "Manuals : "},
{"misc", 1, NULL, "Miscellaneous: "},
{"text", 1, NULL, "Text tools : "},
{"kern-GENERIC", 1, "Kernel : "},
{"kern-GENERIC_TINY", 0, "Kernel : "},
{"base", 1, "Base : "},
{"etc", 1, "System (/etc): "},
{"comp", 1, "Compiler : "},
{"games", 1, "Games : "},
{"man", 1, "Manuals : "},
{"misc", 1, "Miscellaneous: "},
{"text", 1, "Text tools : "},
{"xbase", 1, NULL, "X11 clients : "},
{"xfont", 0, NULL, "X11 fonts : "},
{"xserver", 0, NULL, "X11 servers : "},
{"xcontrib", 1, NULL, "X11 contrib : "},
{"xcomp", 1, NULL, "X programming: "},
{"xmisc", 1, NULL, "X11 Misc. : "},
{NULL, 0, NULL, NULL }
{"xbase", 1, "X11 clients : "},
{"xfont", 0, "X11 fonts : "},
{"xserver", 0, "X11 servers : "},
{"xcontrib", 1, "X11 contrib : "},
{"xcomp", 1, "X programming: "},
{"xmisc", 1, "X11 Misc. : "},
{ NULL, 0, NULL }
}
#endif
;

View File

@ -1,4 +1,4 @@
/* $NetBSD: md.h,v 1.1 2002/03/16 15:47:56 tsutsui Exp $ */
/* $NetBSD: md.h,v 1.2 2003/04/06 16:12:41 jmmv Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -64,22 +64,22 @@
EXTERN distinfo dist_list[]
#ifdef MAIN
= {
{"kern-GENERIC", 1, NULL, "Kernel : "},
{"base", 1, NULL, "Base : "},
{"etc", 1, NULL, "System (/etc): "},
{"comp", 1, NULL, "Compiler : "},
{"games", 1, NULL, "Games : "},
{"man", 1, NULL, "Manuals : "},
{"misc", 1, NULL, "Miscellaneous: "},
{"text", 1, NULL, "Text tools : "},
{"kern-GENERIC", 1, "Kernel : "},
{"base", 1, "Base : "},
{"etc", 1, "System (/etc): "},
{"comp", 1, "Compiler : "},
{"games", 1, "Games : "},
{"man", 1, "Manuals : "},
{"misc", 1, "Miscellaneous: "},
{"text", 1, "Text tools : "},
{"xbase", 1, NULL, "X11 clients : "},
{"xfont", 0, NULL, "X11 fonts : "},
{"xserver", 0, NULL, "X11 servers : "},
{"xcontrib", 1, NULL, "X11 contrib : "},
{"xcomp", 1, NULL, "X programming: "},
{"xmisc", 1, NULL, "X11 Misc. : "},
{NULL, 0, NULL, NULL }
{"xbase", 1, "X11 clients : "},
{"xfont", 0, "X11 fonts : "},
{"xserver", 0, "X11 servers : "},
{"xcontrib", 1, "X11 contrib : "},
{"xcomp", 1, "X programming: "},
{"xmisc", 1, "X11 Misc. : "},
{ NULL, 0, NULL }
}
#endif
;

View File

@ -1,4 +1,4 @@
/* $NetBSD: md.h,v 1.10 2000/07/25 18:17:08 thorpej Exp $ */
/* $NetBSD: md.h,v 1.11 2003/04/06 16:12:41 jmmv Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -74,14 +74,14 @@ EXTERN char *disk_names[]
EXTERN distinfo dist_list[]
#ifdef MAIN
= {
{"base", 1, NULL, "Base : "},
{"etc", 1, NULL, "System (/etc): "},
{"comp", 1, NULL, "Compiler : "},
{"games", 1, NULL, "Games : "},
{"man", 1, NULL, "Manuals : "},
{"misc", 1, NULL, "Miscellaneous: "},
{"text", 1, NULL, "Text tools : "},
{NULL, 0, NULL, NULL }
{"base", 1, "Base : "},
{"etc", 1, "System (/etc): "},
{"comp", 1, "Compiler : "},
{"games", 1, "Games : "},
{"man", 1, "Manuals : "},
{"misc", 1, "Miscellaneous: "},
{"text", 1, "Text tools : "},
{ NULL, 0, NULL }
}
#endif
;

View File

@ -1,4 +1,4 @@
/* $NetBSD: md.h,v 1.3 2002/05/18 07:14:31 uch Exp $ */
/* $NetBSD: md.h,v 1.4 2003/04/06 16:12:42 jmmv Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -68,15 +68,15 @@
EXTERN distinfo dist_list[]
#ifdef MAIN
= {
{"kern-GENERIC", 1, "ag", "Kernel : "},
{"base", 1, "bw", "Base : "},
{"etc", 1, "aa", "System (/etc): "},
{"comp", 1, "bl", "Compiler : "},
{"games", 1, "am", "Games : "},
{"man", 1, "ar", "Manuals : "},
{"misc", 1, "aj", "Miscellaneous: "},
{"text", 1, "af", "Text tools : "},
{NULL, 0, NULL, NULL }
{"kern-GENERIC", 1, "Kernel : "},
{"base", 1, "Base : "},
{"etc", 1, "System (/etc): "},
{"comp", 1, "Compiler : "},
{"games", 1, "Games : "},
{"man", 1, "Manuals : "},
{"misc", 1, "Miscellaneous: "},
{"text", 1, "Text tools : "},
{ NULL, 0, NULL }
}
#endif
;

View File

@ -1,4 +1,4 @@
/* $NetBSD: md.h,v 1.20 2001/11/29 23:21:00 thorpej Exp $ */
/* $NetBSD: md.h,v 1.21 2003/04/06 16:12:42 jmmv Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -89,22 +89,22 @@ EXTERN char *disk_names[]
EXTERN distinfo dist_list[]
#ifdef MAIN
= {
{"kern-GENERIC", 1, NULL, "Kernel : "},
{"base", 1, NULL, "Base : "},
{"etc", 1, NULL, "System (/etc): "},
{"comp", 1, NULL, "Compiler : "},
{"games", 1, NULL, "Games : "},
{"man", 1, NULL, "Manuals : "},
{"misc", 1, NULL, "Miscellaneous: "},
{"text", 1, NULL, "Text tools : "},
{"kern-GENERIC", 1, "Kernel : "},
{"base", 1, "Base : "},
{"etc", 1, "System (/etc): "},
{"comp", 1, "Compiler : "},
{"games", 1, "Games : "},
{"man", 1, "Manuals : "},
{"misc", 1, "Miscellaneous: "},
{"text", 1, "Text tools : "},
{"xbase", 1, NULL, "X11 clients : "},
{"xfont", 1, NULL, "X11 fonts : "},
{"xserver", 1, NULL, "X11 servers : "},
{"xcontrib", 1, NULL, "X11 contrib : "},
{"xcomp", 1, NULL, "X programming: "},
{"xmisc", 1, NULL, "X11 Misc. : "},
{NULL, 0, NULL, NULL }
{"xbase", 1, "X11 clients : "},
{"xfont", 1, "X11 fonts : "},
{"xserver", 1, "X11 servers : "},
{"xcontrib", 1, "X11 contrib : "},
{"xcomp", 1, "X programming: "},
{"xmisc", 1, "X11 Misc. : "},
{ NULL, 0, NULL }
}
#endif
;

View File

@ -1,4 +1,4 @@
/* $NetBSD: md.h,v 1.2 2001/11/29 23:21:01 thorpej Exp $ */
/* $NetBSD: md.h,v 1.3 2003/04/06 16:12:42 jmmv Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -78,23 +78,23 @@
EXTERN distinfo dist_list[]
#ifdef MAIN
= {
{"kern-GENERIC", 1, "ag", "Kernel : "},
{"base", 1, "bw", "Base : "},
{"etc", 1, "aa", "System (/etc): "},
{"comp", 1, "bl", "Compiler : "},
{"games", 1, "am", "Games : "},
{"man", 1, "ar", "Manuals : "},
{"misc", 1, "aj", "Miscellaneous: "},
{"text", 1, "af", "Text tools : "},
{"kern-GENERIC", 1, "Kernel : "},
{"base", 1, "Base : "},
{"etc", 1, "System (/etc): "},
{"comp", 1, "Compiler : "},
{"games", 1, "Games : "},
{"man", 1, "Manuals : "},
{"misc", 1, "Miscellaneous: "},
{"text", 1, "Text tools : "},
/* XXX no X11 on floppies, what sets are they?*/
{"xbase", 1, "al", "X11 clients : "},
{"xfont", 1, "az", "X11 fonts : "},
{"xserver", 0, "cr", "X11 servers : "},
{"xcontrib", 1, "aa", "X11 contrib : "},
{"xcomp", 1, "ah", "X programming: "},
{"xmisc", 1, NULL, "X11 Misc. : "},
{NULL, 0, NULL, NULL }
{"xbase", 1, "X11 clients : "},
{"xfont", 1, "X11 fonts : "},
{"xserver", 0, "X11 servers : "},
{"xcontrib", 1, "X11 contrib : "},
{"xcomp", 1, "X programming: "},
{"xmisc", 1, "X11 Misc. : "},
{ NULL, 0, NULL }
}
#endif
;

View File

@ -1,4 +1,4 @@
/* $NetBSD: md.h,v 1.2 2001/11/29 23:21:01 thorpej Exp $ */
/* $NetBSD: md.h,v 1.3 2003/04/06 16:12:42 jmmv Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -64,23 +64,23 @@
EXTERN distinfo dist_list[]
#ifdef MAIN
= {
{"kern-GENERIC", 1, "ae", "Kernel : "},
{"base", 1, "bo", "Base : "},
{"etc", 1, "aa", "System (/etc): "},
{"comp", 1, "bd", "Compiler : "},
{"games", 1, "am", "Games : "},
{"man", 1, "ak", "Manuals : "},
{"misc", 1, "aj", "Miscellaneous: "},
{"text", 1, "ae", "Text tools : "},
{"kern-GENERIC", 1, "Kernel : "},
{"base", 1, "Base : "},
{"etc", 1, "System (/etc): "},
{"comp", 1, "Compiler : "},
{"games", 1, "Games : "},
{"man", 1, "Manuals : "},
{"misc", 1, "Miscellaneous: "},
{"text", 1, "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 : "},
{"xcontrib", 1, "aa", "X11 contrib : "},
{"xcomp", 1, "ah", "X programming: "},
{"xmisc", 1, NULL, "X11 Misc. : "},
{NULL, 0, NULL, NULL }
{"xbase", 1, "X11 clients : "},
{"xfont", 1, "X11 fonts : "},
{"xserver", 1, "X11 servers : "},
{"xcontrib", 1, "X11 contrib : "},
{"xcomp", 1, "X programming: "},
{"xmisc", 1, "X11 Misc. : "},
{ NULL, 0, NULL }
}
#endif
;

View File

@ -1,4 +1,4 @@
/* $NetBSD: md.h,v 1.6 2002/07/15 04:51:41 rafal Exp $ */
/* $NetBSD: md.h,v 1.7 2003/04/06 16:12:42 jmmv Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -94,22 +94,22 @@ EXTERN char *disk_names[]
EXTERN distinfo dist_list[]
#ifdef MAIN
= {
{"kern-GENERIC_INDY", 1, NULL, "Indy/I2 Kernel: "},
{"base", 1, NULL, "Base : "},
{"etc", 1, NULL, "System (/etc) : "},
{"comp", 1, NULL, "Compiler : "},
{"games", 1, NULL, "Games : "},
{"man", 1, NULL, "Manuals : "},
{"misc", 1, NULL, "Miscellaneous : "},
{"text", 1, NULL, "Text tools : "},
{"kern-GENERIC_INDY", 1, "Indy/I2 Kernel: "},
{"base", 1, "Base : "},
{"etc", 1, "System (/etc) : "},
{"comp", 1, "Compiler : "},
{"games", 1, "Games : "},
{"man", 1, "Manuals : "},
{"misc", 1, "Miscellaneous : "},
{"text", 1, "Text tools : "},
{"xbase", 0, NULL, "X11 clients : "},
{"xfont", 0, NULL, "X11 fonts : "},
{"xserver", 0, NULL, "X11 servers : "},
{"xcontrib", 0, NULL, "X11 contrib : "},
{"xcomp", 0, NULL, "X programming : "},
{"xmisc", 0, NULL, "X11 Misc. : "},
{NULL, 0, NULL, NULL }
{"xbase", 0, "X11 clients : "},
{"xfont", 0, "X11 fonts : "},
{"xserver", 0, "X11 servers : "},
{"xcontrib", 0, "X11 contrib : "},
{"xcomp", 0, "X programming : "},
{"xmisc", 0, "X11 Misc. : "},
{ NULL, 0, NULL }
}
#endif
;

View File

@ -1,4 +1,4 @@
/* $NetBSD: md.h,v 1.3 2002/04/02 17:02:54 thorpej Exp $ */
/* $NetBSD: md.h,v 1.4 2003/04/06 16:12:43 jmmv Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -56,22 +56,22 @@
EXTERN distinfo dist_list[]
#ifdef MAIN
= {
{"kern-GENERIC", 1, NULL, "Kernel : "},
{"base", 1, NULL, "Base : "},
{"etc", 1, NULL, "System (/etc): "},
{"comp", 1, NULL, "Compiler : "},
{"games", 1, NULL, "Games : "},
{"man", 1, NULL, "Manuals : "},
{"misc", 1, NULL, "Miscellaneous: "},
{"text", 1, NULL, "Text tools : "},
{"kern-GENERIC", 1, "Kernel : "},
{"base", 1, "Base : "},
{"etc", 1, "System (/etc): "},
{"comp", 1, "Compiler : "},
{"games", 1, "Games : "},
{"man", 1, "Manuals : "},
{"misc", 1, "Miscellaneous: "},
{"text", 1, "Text tools : "},
{"xbase", 1, NULL, "X11 clients : "},
{"xfont", 1, NULL, "X11 fonts : "},
{"xserver", 1, NULL, "X11 servers : "},
{"xcontrib", 1, NULL, "X11 contrib : "},
{"xcomp", 1, NULL, "X programming: "},
{"xmisc", 1, NULL, "X11 Misc. : "},
{NULL, 0, NULL, NULL }
{"xbase", 1, "X11 clients : "},
{"xfont", 1, "X11 fonts : "},
{"xserver", 1, "X11 servers : "},
{"xcontrib", 1, "X11 contrib : "},
{"xcomp", 1, "X programming: "},
{"xmisc", 1, "X11 Misc. : "},
{ NULL, 0, NULL }
}
#endif
;

View File

@ -1,4 +1,4 @@
/* $NetBSD: md.h,v 1.12 2003/02/19 02:09:46 mrg Exp $ */
/* $NetBSD: md.h,v 1.13 2003/04/06 16:12:43 jmmv Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -67,24 +67,24 @@
EXTERN distinfo dist_list[]
#ifdef MAIN
= {
{"kern-GENERIC", 1, NULL, "Kernel : "},
{"kern-GENERIC_SCSI3", 0, NULL, "Kernel(SCSI3): "},
{"kern-GENERIC_SUN4U", 0, NULL, "Kernel(SUN4U): "},
{"base", 1, NULL, "Base : "},
{"etc", 1, NULL, "System (/etc): "},
{"comp", 1, NULL, "Compiler : "},
{"games", 1, NULL, "Games : "},
{"man", 1, NULL, "Manuals : "},
{"misc", 1, NULL, "Miscellaneous: "},
{"text", 1, NULL, "Text tools : "},
{"kern-GENERIC", 1, "Kernel : "},
{"kern-GENERIC_SCSI3", 0, "Kernel(SCSI3): "},
{"kern-GENERIC_SUN4U", 0, "Kernel(SUN4U): "},
{"base", 1, "Base : "},
{"etc", 1, "System (/etc): "},
{"comp", 1, "Compiler : "},
{"games", 1, "Games : "},
{"man", 1, "Manuals : "},
{"misc", 1, "Miscellaneous: "},
{"text", 1, "Text tools : "},
{"xbase", 1, NULL, "X11 clients : "},
{"xfont", 1, NULL, "X11 fonts : "},
{"xserver", 1, NULL, "X11 servers : "},
{"xcontrib", 1, NULL, "X11 contrib : "},
{"xcomp", 1, NULL, "X programming: "},
{"xmisc", 1, NULL, "X11 Misc. : "},
{NULL, 0, NULL, NULL }
{"xbase", 1, "X11 clients : "},
{"xfont", 1, "X11 fonts : "},
{"xserver", 1, "X11 servers : "},
{"xcontrib", 1, "X11 contrib : "},
{"xcomp", 1, "X programming: "},
{"xmisc", 1, "X11 Misc. : "},
{ NULL, 0, NULL }
}
#endif
;

View File

@ -1,4 +1,4 @@
/* $NetBSD: md.h,v 1.4 2001/11/29 23:21:02 thorpej Exp $ */
/* $NetBSD: md.h,v 1.5 2003/04/06 16:12:43 jmmv Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -64,22 +64,22 @@
EXTERN distinfo dist_list[]
#ifdef MAIN
= {
{"kern-GENERIC", 1, NULL, "Kernel : "},
{"base", 1, NULL, "Base : "},
{"etc", 1, NULL, "System (/etc): "},
{"comp", 1, NULL, "Compiler : "},
{"games", 1, NULL, "Games : "},
{"man", 1, NULL, "Manuals : "},
{"misc", 1, NULL, "Miscellaneous: "},
{"text", 1, NULL, "Text tools : "},
{"kern-GENERIC", 1, "Kernel : "},
{"base", 1, "Base : "},
{"etc", 1, "System (/etc): "},
{"comp", 1, "Compiler : "},
{"games", 1, "Games : "},
{"man", 1, "Manuals : "},
{"misc", 1, "Miscellaneous: "},
{"text", 1, "Text tools : "},
{"xbase", 1, NULL, "X11 clients : "},
{"xfont", 1, NULL, "X11 fonts : "},
{"xserver", 1, NULL, "X11 servers : "},
{"xcontrib", 1, NULL, "X11 contrib : "},
{"xcomp", 1, NULL, "X programming: "},
{"xmisc", 1, NULL, "X11 Misc. : "},
{NULL, 0, NULL, NULL }
{"xbase", 1, "X11 clients : "},
{"xfont", 1, "X11 fonts : "},
{"xserver", 1, "X11 servers : "},
{"xcontrib", 1, "X11 contrib : "},
{"xcomp", 1, "X programming: "},
{"xmisc", 1, "X11 Misc. : "},
{ NULL, 0, NULL }
}
#endif
;

View File

@ -1,4 +1,4 @@
/* $NetBSD: md.h,v 1.9 2002/03/30 21:55:11 matt Exp $ */
/* $NetBSD: md.h,v 1.10 2003/04/06 16:12:43 jmmv Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -64,22 +64,22 @@
EXTERN distinfo dist_list[]
#ifdef MAIN
= {
{"kern-GENERIC", 1, NULL, "Kernel : "},
{"base", 1, NULL, "Base : "},
{"etc", 1, NULL, "System (/etc): "},
{"comp", 1, NULL, "Compiler : "},
{"games", 1, NULL, "Games : "},
{"man", 1, NULL, "Manuals : "},
{"misc", 1, NULL, "Miscellaneous: "},
{"text", 1, NULL, "Text tools : "},
{"kern-GENERIC", 1, "Kernel : "},
{"base", 1, "Base : "},
{"etc", 1, "System (/etc): "},
{"comp", 1, "Compiler : "},
{"games", 1, "Games : "},
{"man", 1, "Manuals : "},
{"misc", 1, "Miscellaneous: "},
{"text", 1, "Text tools : "},
{"xbase", 1, NULL, "X11 clients : "},
{"xfont", 1, NULL, "X11 fonts : "},
{"xserver", 1, NULL, "X11 servers : "},
{"xcontrib", 1, NULL, "X11 contrib : "},
{"xcomp", 1, NULL, "X programming: "},
{"xmisc", 1, NULL, "X11 Misc. : "},
{NULL, 0, NULL, NULL }
{"xbase", 1, "X11 clients : "},
{"xfont", 1, "X11 fonts : "},
{"xserver", 1, "X11 servers : "},
{"xcontrib", 1, "X11 contrib : "},
{"xcomp", 1, "X programming: "},
{"xmisc", 1, "X11 Misc. : "},
{ NULL, 0, NULL }
}
#endif
;

View File

@ -1,4 +1,4 @@
/* $NetBSD: md.h,v 1.7 2001/11/29 23:21:03 thorpej Exp $ */
/* $NetBSD: md.h,v 1.8 2003/04/06 16:12:43 jmmv Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -80,23 +80,23 @@
EXTERN distinfo dist_list[]
#ifdef MAIN
= {
{"kern-GENERIC", 1, "ac", "Kernel : "},
{"base", 1, "bs", "Base : "},
{"etc", 1, "aa", "System (/etc): "},
{"comp", 1, "bj", "Compiler : "},
{"games", 1, "am", "Games : "},
{"man", 1, "ar", "Manuals : "},
{"misc", 1, "aj", "Miscellaneous: "},
{"text", 1, "af", "Text tools : "},
{"kern-GENERIC", 1, "Kernel : "},
{"base", 1, "Base : "},
{"etc", 1, "System (/etc): "},
{"comp", 1, "Compiler : "},
{"games", 1, "Games : "},
{"man", 1, "Manuals : "},
{"misc", 1, "Miscellaneous: "},
{"text", 1, "Text tools : "},
/* XXX no X11 on floppies, what sets are they?*/
{"xbase", 1, "ak", "X11 clients : "},
{"xfont", 1, "ay", "X11 fonts : "},
{"xserver", 1, "ag", "X11 servers : "},
{"xcontrib", 1, "aa", "X11 contrib : "},
{"xcomp", 1, "ag", "X programming: "},
{"xmisc", 1, NULL, "X11 Misc. : "},
{NULL, 0, NULL, NULL }
{"xbase", 1, "X11 clients : "},
{"xfont", 1, "X11 fonts : "},
{"xserver", 1, "X11 servers : "},
{"xcontrib", 1, "X11 contrib : "},
{"xcomp", 1, "X programming: "},
{"xmisc", 1, "X11 Misc. : "},
{ NULL, 0, NULL }
}
#endif
;

View File

@ -1,4 +1,4 @@
/* $NetBSD: md.h,v 1.2 2002/12/10 20:08:46 fvdl Exp $ */
/* $NetBSD: md.h,v 1.3 2003/04/06 16:12:44 jmmv Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -70,23 +70,23 @@
EXTERN distinfo dist_list[]
#ifdef MAIN
= {
{"kern", 1, "aj", "Kernel : "},
{"base", 1, "cr", "Base : "},
{"etc", 1, "aa", "System (/etc) : "},
{"comp", 1, "ca", "Compiler : "},
{"games", 1, "am", "Games : "},
{"man", 1, "ax", "Manuals : "},
{"misc", 1, "aj", "Miscellaneous : "},
{"text", 1, "af", "Text tools : "},
{"kern", 1, "Kernel : "},
{"base", 1, "Base : "},
{"etc", 1, "System (/etc) : "},
{"comp", 1, "Compiler : "},
{"games", 1, "Games : "},
{"man", 1, "Manuals : "},
{"misc", 1, "Miscellaneous : "},
{"text", 1, "Text tools : "},
#if 0
{"xbase", 1, "al", "X11 clients : "},
{"xfont", 1, "az", "X11 fonts : "},
{"xserver", 1, "ck", "X11 servers : "},
{"xcontrib", 1, "aa", "X11 contrib : "},
{"xcomp", 1, "ah", "X programming : "},
{"xmisc", 1, "aa", "X11 Misc. : "},
{"xbase", 1, "X11 clients : "},
{"xfont", 1, "X11 fonts : "},
{"xserver", 1, "X11 servers : "},
{"xcontrib", 1, "X11 contrib : "},
{"xcomp", 1, "X programming : "},
{"xmisc", 1, "X11 Misc. : "},
#endif
{NULL, 0, NULL, NULL }
{ NULL, 0, NULL }
}
#endif
;

View File

@ -1,4 +1,4 @@
/* $NetBSD: defs.h,v 1.75 2003/01/12 21:49:50 christos Exp $ */
/* $NetBSD: defs.h,v 1.76 2003/04/06 16:12:36 jmmv Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -88,7 +88,6 @@ extern const char * const fstypenames[];
typedef struct distinfo {
char *name;
int getit;
char *fdlast;
char *desc;
} distinfo;

View File

@ -1,4 +1,4 @@
/* $NetBSD: menus.mi.en,v 1.63 2003/01/22 05:59:07 jhawk Exp $ */
/* $NetBSD: menus.mi.en,v 1.64 2003/04/06 16:12:37 jmmv Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -329,10 +329,12 @@ menu nfsbadmount, title "What do you want to do?";
menu fdremount, title "What do you want to do?";
option "Try again", exit, action { yesno = 1; };
option "Set finished", exit, action { yesno = 2; };
option "Abort install", exit, action { yesno = 0; };
menu fdok, title "Hit enter to continue";
option "OK", exit, action { yesno = 1; };
option "Set finished", exit, action { yesno = 2; };
option "Abort install", exit, action { yesno = 0; };
menu crypttype, title "Password cipher", y=16;

View File

@ -1,4 +1,4 @@
/* $NetBSD: msg.mi.en,v 1.95 2003/01/22 05:59:07 jhawk Exp $ */
/* $NetBSD: msg.mi.en,v 1.96 2003/04/06 16:12:37 jmmv Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -720,13 +720,18 @@ message fdmount
message fdnotfound
{Could not find the file named "%s" on the disk. Please load the
floppy with that file on it.}
floppy with that file on it.
If this was the last set's disk, hit "Set finished" to continue on
the next set, if any.}
message fdremount
{The floppy was not mounted successfully. You may:
Try again and put in the floppy containing the file named "%s".
Not load any more files from this set and continue on the next one, if any.
Not load any more files from floppy and abort the process.
}

View File

@ -1,4 +1,4 @@
/* $NetBSD: util.c,v 1.88 2003/02/22 03:20:48 lukem Exp $ */
/* $NetBSD: util.c,v 1.89 2003/04/06 16:12:37 jmmv Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -197,7 +197,7 @@ get_via_floppy()
while (list->name) {
strcpy(post, ".aa");
snprintf(distname, STRSIZE, "%s%s", list->name, dist_postfix);
while (list->getit && strcmp(&post[1],list->fdlast) <= 0) {
while (list->getit) {
snprintf(fname, STRSIZE, "%s%s", list->name, post);
snprintf(full_name, STRSIZE, "/mnt2/%s", fname);
first = 1;
@ -211,6 +211,8 @@ get_via_floppy()
process_menu(MENU_fdok);
if (!yesno)
return 0;
else if (yesno == 2)
return 1;
while (run_prog(0, NULL,
"/sbin/mount -r -t %s %s /mnt2",
fdtype, fddev)) {
@ -218,6 +220,8 @@ get_via_floppy()
process_menu(MENU_fdremount);
if (!yesno)
return 0;
else if (yesno == 2)
return 1;
}
mounted = 1;
first = 0;