diff --git a/distrib/utils/sysinst/arch/shark/md.h b/distrib/utils/sysinst/arch/shark/md.h index 81fbfb8f524a..f11daf5989a4 100644 --- a/distrib/utils/sysinst/arch/shark/md.h +++ b/distrib/utils/sysinst/arch/shark/md.h @@ -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. @@ -59,7 +59,7 @@ EXTERN distinfo dist_list[] #ifdef MAIN = { - {"kern-SHARK", 1, NULL, "Kernel : "}, + {"kern-GENERIC", 1, NULL, "Kernel : "}, {"base", 1, NULL, "Base : "}, {"etc", 1, NULL, "System (/etc): "}, {"comp", 1, NULL, "Compiler : "}, diff --git a/distrib/utils/sysinst/arch/shark/menus.md.en b/distrib/utils/sysinst/arch/shark/menus.md.en index 1b200c21111e..455be752eafa 100644 --- a/distrib/utils/sysinst/arch/shark/menus.md.en +++ b/distrib/utils/sysinst/arch/shark/menus.md.en @@ -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. @@ -57,7 +57,7 @@ menu editfsparts, y=12, exit; menu md_distcustom, x=26, y=5, exit, title "Selection toggles inclusion"; 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 "System (/etc)", action { toggle_getit (2); }; option "Compiler Tools", action { toggle_getit (3); }; diff --git a/distrib/utils/sysinst/arch/shark/menus.md.fr b/distrib/utils/sysinst/arch/shark/menus.md.fr index 543776ca6226..96f248f40a97 100644 --- a/distrib/utils/sysinst/arch/shark/menus.md.fr +++ b/distrib/utils/sysinst/arch/shark/menus.md.fr @@ -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. @@ -57,7 +57,7 @@ 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 (SHARK)", action { toggle_getit (0); }; + option "Kernel (GENERIC)", action { toggle_getit (0); }; option "Base", action { toggle_getit (1); }; option "System (/etc)", action { toggle_getit (2); }; option "Outils de développement", action { toggle_getit (3); };