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:
parent
3ac921616c
commit
4a3f0ef3a4
|
@ -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.
|
* Copyright 1997 Piermont Information Systems Inc.
|
||||||
|
@ -94,22 +94,22 @@ EXTERN char *disk_names[]
|
||||||
EXTERN distinfo dist_list[]
|
EXTERN distinfo dist_list[]
|
||||||
#ifdef MAIN
|
#ifdef MAIN
|
||||||
= {
|
= {
|
||||||
{"kern-GENERIC", 0, NULL, "Kernel : "},
|
{"kern-GENERIC_INDY", 0, NULL, "Indy/I2 Kernel: "},
|
||||||
{"kern-GENERIC_INDY", 0, NULL, "Kernel : "},
|
{"kern-GENERIC", 0, NULL, "O2 Kernel : "},
|
||||||
{"base", 1, NULL, "Base : "},
|
{"base", 1, NULL, "Base : "},
|
||||||
{"etc", 1, NULL, "System (/etc): "},
|
{"etc", 1, NULL, "System (/etc) : "},
|
||||||
{"comp", 1, NULL, "Compiler : "},
|
{"comp", 1, NULL, "Compiler : "},
|
||||||
{"games", 1, NULL, "Games : "},
|
{"games", 1, NULL, "Games : "},
|
||||||
{"man", 1, NULL, "Manuals : "},
|
{"man", 1, NULL, "Manuals : "},
|
||||||
{"misc", 1, NULL, "Miscellaneous: "},
|
{"misc", 1, NULL, "Miscellaneous : "},
|
||||||
{"text", 1, NULL, "Text tools : "},
|
{"text", 1, NULL, "Text tools : "},
|
||||||
|
|
||||||
{"xbase", 1, NULL, "X11 clients : "},
|
{"xbase", 0, NULL, "X11 clients : "},
|
||||||
{"xfont", 1, NULL, "X11 fonts : "},
|
{"xfont", 0, NULL, "X11 fonts : "},
|
||||||
{"xserver", 1, NULL, "X11 servers : "},
|
{"xserver", 0, NULL, "X11 servers : "},
|
||||||
{"xcontrib", 1, NULL, "X11 contrib : "},
|
{"xcontrib", 0, NULL, "X11 contrib : "},
|
||||||
{"xcomp", 1, NULL, "X programming: "},
|
{"xcomp", 0, NULL, "X programming : "},
|
||||||
{"xmisc", 1, NULL, "X11 Misc. : "},
|
{"xmisc", 0, NULL, "X11 Misc. : "},
|
||||||
{NULL, 0, NULL, NULL }
|
{NULL, 0, NULL, NULL }
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -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.
|
* 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";
|
menu md_distcustom, x=26, y=5, exit, title "Selection toggles inclusion";
|
||||||
display action { show_cur_distsets (); };
|
display action { show_cur_distsets (); };
|
||||||
option "Kernel (GENERIC)", action { toggle_getit (0); };
|
option "Kernel (GENERIC_INDY)", action { toggle_getit (0); };
|
||||||
option "Kernel (GENERIC_INDY)", action { toggle_getit (1); };
|
option "Kernel (GENERIC)", action { toggle_getit (1); };
|
||||||
option "Base", action { toggle_getit (2); };
|
option "Base", action { toggle_getit (2); };
|
||||||
option "System (/etc)", action { toggle_getit (3); };
|
option "System (/etc)", action { toggle_getit (3); };
|
||||||
option "Compiler Tools", action { toggle_getit (4); };
|
option "Compiler Tools", action { toggle_getit (4); };
|
||||||
|
|
|
@ -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.
|
* 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";
|
menu md_distcustom, x=26, y=5, exit, title "Sélection des composants";
|
||||||
display action { show_cur_distsets (); };
|
display action { show_cur_distsets (); };
|
||||||
option "Kernel (GENERIC)", action { toggle_getit (0); };
|
option "Kernel (GENERIC_INDY)", action { toggle_getit (0); };
|
||||||
option "Kernel (GENERIC_INDY)", action { toggle_getit (1); };
|
option "Kernel (GENERIC)", action { toggle_getit (1); };
|
||||||
option "Base", action { toggle_getit (2); };
|
option "Base", action { toggle_getit (2); };
|
||||||
option "System (/etc)", action { toggle_getit (3); };
|
option "System (/etc)", action { toggle_getit (3); };
|
||||||
option "Outils de développement", action { toggle_getit (4); };
|
option "Outils de développement", action { toggle_getit (4); };
|
||||||
|
|
|
@ -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: */
|
/* Based on english version: */
|
||||||
/* NetBSD: menus.md.en,v 1.2 2001/11/29 23:21:01 thorpej Exp */
|
/* 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";
|
menu md_distcustom, x=26, y=5, exit, title "Wybierz";
|
||||||
display action { show_cur_distsets (); };
|
display action { show_cur_distsets (); };
|
||||||
option "Kernel (GENERIC)", action { toggle_getit (0); };
|
option "Kernel (GENERIC_INDY)", action { toggle_getit (0); };
|
||||||
option "Kernel (GENERIC_INDY)", action { toggle_getit (1); };
|
option "Kernel (GENERIC)", action { toggle_getit (1); };
|
||||||
option "Base", action { toggle_getit (2); };
|
option "Base", action { toggle_getit (2); };
|
||||||
option "System (/etc)", action { toggle_getit (3); };
|
option "System (/etc)", action { toggle_getit (3); };
|
||||||
option "Compiler Tools", action { toggle_getit (4); };
|
option "Compiler Tools", action { toggle_getit (4); };
|
||||||
|
|
Loading…
Reference in New Issue