sysinst updates for sgimips from Scott Taylor with some tweaks from me.

For now, we keep the GENERIC/GENERIC_INDY sets, but make the labels a
bit clearer as to their purposes.

XXX: Still need code to install bootloader into volhdr; need either to
integrate into MI installboot or fix up sgivol (I have changes from Scott
for sgivol, just haven't folded them in yet).
This commit is contained in:
rafal 2002-05-21 21:59:03 +00:00
parent 3ac921616c
commit 4a3f0ef3a4
4 changed files with 25 additions and 25 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: md.h,v 1.3 2001/11/29 23:24:25 thorpej Exp $ */
/* $NetBSD: md.h,v 1.4 2002/05/21 21:59:03 rafal Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -94,22 +94,22 @@ EXTERN char *disk_names[]
EXTERN distinfo dist_list[]
#ifdef MAIN
= {
{"kern-GENERIC", 0, NULL, "Kernel : "},
{"kern-GENERIC_INDY", 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_INDY", 0, NULL, "Indy/I2 Kernel: "},
{"kern-GENERIC", 0, NULL, "O2 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 : "},
{"xserver", 1, NULL, "X11 servers : "},
{"xcontrib", 1, NULL, "X11 contrib : "},
{"xcomp", 1, NULL, "X programming: "},
{"xmisc", 1, NULL, "X11 Misc. : "},
{"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 }
}
#endif

View File

@ -1,4 +1,4 @@
/* $NetBSD: menus.md.en,v 1.2 2001/11/29 23:21:01 thorpej Exp $ */
/* $NetBSD: menus.md.en,v 1.3 2002/05/21 21:59:03 rafal Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -56,8 +56,8 @@ menu editfsparts, y=12, exit;
menu md_distcustom, x=26, y=5, exit, title "Selection toggles inclusion";
display action { show_cur_distsets (); };
option "Kernel (GENERIC)", action { toggle_getit (0); };
option "Kernel (GENERIC_INDY)", action { toggle_getit (1); };
option "Kernel (GENERIC_INDY)", action { toggle_getit (0); };
option "Kernel (GENERIC)", action { toggle_getit (1); };
option "Base", action { toggle_getit (2); };
option "System (/etc)", action { toggle_getit (3); };
option "Compiler Tools", action { toggle_getit (4); };

View File

@ -1,4 +1,4 @@
/* $NetBSD: menus.md.fr,v 1.2 2001/11/29 23:21:01 thorpej Exp $ */
/* $NetBSD: menus.md.fr,v 1.3 2002/05/21 21:59:03 rafal Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -56,8 +56,8 @@ menu editfsparts, y=12, exit;
menu md_distcustom, x=26, y=5, exit, title "Sélection des composants";
display action { show_cur_distsets (); };
option "Kernel (GENERIC)", action { toggle_getit (0); };
option "Kernel (GENERIC_INDY)", action { toggle_getit (1); };
option "Kernel (GENERIC_INDY)", action { toggle_getit (0); };
option "Kernel (GENERIC)", action { toggle_getit (1); };
option "Base", action { toggle_getit (2); };
option "System (/etc)", action { toggle_getit (3); };
option "Outils de développement", action { toggle_getit (4); };

View File

@ -1,4 +1,4 @@
/* $NetBSD: menus.md.pl,v 1.2 2002/04/09 19:48:18 hubertf Exp $ */
/* $NetBSD: menus.md.pl,v 1.3 2002/05/21 21:59:03 rafal Exp $ */
/* Based on english version: */
/* NetBSD: menus.md.en,v 1.2 2001/11/29 23:21:01 thorpej Exp */
@ -59,8 +59,8 @@ menu editfsparts, y=12, exit;
menu md_distcustom, x=26, y=5, exit, title "Wybierz";
display action { show_cur_distsets (); };
option "Kernel (GENERIC)", action { toggle_getit (0); };
option "Kernel (GENERIC_INDY)", action { toggle_getit (1); };
option "Kernel (GENERIC_INDY)", action { toggle_getit (0); };
option "Kernel (GENERIC)", action { toggle_getit (1); };
option "Base", action { toggle_getit (2); };
option "System (/etc)", action { toggle_getit (3); };
option "Compiler Tools", action { toggle_getit (4); };