The default kernel for Shark is now GENERIC.
This commit is contained in:
parent
df35897577
commit
556ff2a401
|
@ -1,4 +1,4 @@
|
||||||
/* $NetBSD: md.h,v 1.1 2002/02/10 19:20:53 thorpej Exp $ */
|
/* $NetBSD: md.h,v 1.2 2002/03/31 02:14:06 thorpej Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright 1997 Piermont Information Systems Inc.
|
* Copyright 1997 Piermont Information Systems Inc.
|
||||||
|
@ -59,7 +59,7 @@
|
||||||
EXTERN distinfo dist_list[]
|
EXTERN distinfo dist_list[]
|
||||||
#ifdef MAIN
|
#ifdef MAIN
|
||||||
= {
|
= {
|
||||||
{"kern-SHARK", 1, NULL, "Kernel : "},
|
{"kern-GENERIC", 1, NULL, "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 : "},
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* $NetBSD: menus.md.en,v 1.1 2002/02/10 19:20:53 thorpej Exp $ */
|
/* $NetBSD: menus.md.en,v 1.2 2002/03/31 02:14:06 thorpej Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright 1997 Piermont Information Systems Inc.
|
* Copyright 1997 Piermont Information Systems Inc.
|
||||||
|
@ -57,7 +57,7 @@ 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 (SHARK)", action { toggle_getit (0); };
|
option "Kernel (GENERIC)", action { toggle_getit (0); };
|
||||||
option "Base", action { toggle_getit (1); };
|
option "Base", action { toggle_getit (1); };
|
||||||
option "System (/etc)", action { toggle_getit (2); };
|
option "System (/etc)", action { toggle_getit (2); };
|
||||||
option "Compiler Tools", action { toggle_getit (3); };
|
option "Compiler Tools", action { toggle_getit (3); };
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* $NetBSD: menus.md.fr,v 1.1 2002/02/10 19:20:53 thorpej Exp $ */
|
/* $NetBSD: menus.md.fr,v 1.2 2002/03/31 02:14:06 thorpej Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright 1997 Piermont Information Systems Inc.
|
* Copyright 1997 Piermont Information Systems Inc.
|
||||||
|
@ -57,7 +57,7 @@ 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 (SHARK)", action { toggle_getit (0); };
|
option "Kernel (GENERIC)", action { toggle_getit (0); };
|
||||||
option "Base", action { toggle_getit (1); };
|
option "Base", action { toggle_getit (1); };
|
||||||
option "System (/etc)", action { toggle_getit (2); };
|
option "System (/etc)", action { toggle_getit (2); };
|
||||||
option "Outils de développement", action { toggle_getit (3); };
|
option "Outils de développement", action { toggle_getit (3); };
|
||||||
|
|
Loading…
Reference in New Issue