diff --git a/distrib/utils/sysinst/arch/hpcmips/md.h b/distrib/utils/sysinst/arch/hpcmips/md.h index b4e5910348b8..2a2c34fe1450 100644 --- a/distrib/utils/sysinst/arch/hpcmips/md.h +++ b/distrib/utils/sysinst/arch/hpcmips/md.h @@ -1,4 +1,4 @@ -/* $NetBSD: md.h,v 1.9 2001/11/29 23:20:58 thorpej Exp $ */ +/* $NetBSD: md.h,v 1.10 2001/11/29 23:24:23 thorpej Exp $ */ /* * Copyright 1997 Piermont Information Systems Inc. @@ -70,9 +70,9 @@ EXTERN distinfo dist_list[] #ifdef MAIN = { - {"kern-GENERIC", 1, "ag", "Kernel : "}, - {"kern-TX3912", 1, "ag", "Kernel : "}, - {"kern-TX3922", 1, "ag", "Kernel : "}, + {"kern-GENERIC", 0, "ag", "Kernel : "}, + {"kern-TX3912", 0, "ag", "Kernel : "}, + {"kern-TX3922", 0, "ag", "Kernel : "}, {"base", 1, "bw", "Base : "}, {"etc", 1, "aa", "System (/etc): "}, {"comp", 1, "bl", "Compiler : "}, diff --git a/distrib/utils/sysinst/arch/i386/md.h b/distrib/utils/sysinst/arch/i386/md.h index 7408a33026c2..19bf75d03f17 100644 --- a/distrib/utils/sysinst/arch/i386/md.h +++ b/distrib/utils/sysinst/arch/i386/md.h @@ -1,4 +1,4 @@ -/* $NetBSD: md.h,v 1.30 2001/11/29 23:20:58 thorpej Exp $ */ +/* $NetBSD: md.h,v 1.31 2001/11/29 23:24:24 thorpej Exp $ */ /* * Copyright 1997 Piermont Information Systems Inc. @@ -70,11 +70,11 @@ EXTERN distinfo dist_list[] #ifdef MAIN = { - {"kern-GENERIC", 1, "aj", "Kernel : "}, - {"kern-GENERIC_TINY", 1, "aj", "Kernel : "}, - {"kern-GENERIC_LAPTOP", 1, "aj", "Kernel : "}, - {"kern-GENERIC_DIAGNOSTIC", 1, "aj", "Kernel : "}, - {"kern-GENERIC_PS2TINY", 1, "aj", "Kernel : "}, + {"kern-GENERIC", 0, "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 : "}, diff --git a/distrib/utils/sysinst/arch/mac68k/md.h b/distrib/utils/sysinst/arch/mac68k/md.h index 61afb721bc9d..545e21286290 100644 --- a/distrib/utils/sysinst/arch/mac68k/md.h +++ b/distrib/utils/sysinst/arch/mac68k/md.h @@ -1,4 +1,4 @@ -/* $NetBSD: md.h,v 1.9 2001/11/29 23:20:58 thorpej Exp $ */ +/* $NetBSD: md.h,v 1.10 2001/11/29 23:24:24 thorpej Exp $ */ /* * Copyright 1997 Piermont Information Systems Inc. @@ -202,8 +202,8 @@ EXTERN char *disk_names[] EXTERN distinfo dist_list[] #ifdef MAIN = { - {"kern-GENERIC", 1, NULL, "Kernel : "}, - {"kern-GENERICSBC", 1, NULL, "Kernel (SBC) : "}, + {"kern-GENERIC", 0, NULL, "Kernel : "}, + {"kern-GENERICSBC", 0, NULL, "Kernel (SBC) : "}, {"base", 1, NULL, "Base : "}, {"etc", 1, NULL, "System (/etc): "}, {"comp", 1, NULL, "Compiler : "}, diff --git a/distrib/utils/sysinst/arch/news68k/md.h b/distrib/utils/sysinst/arch/news68k/md.h index ea53307e74c5..8819c1484e1d 100644 --- a/distrib/utils/sysinst/arch/news68k/md.h +++ b/distrib/utils/sysinst/arch/news68k/md.h @@ -1,4 +1,4 @@ -/* $NetBSD: md.h,v 1.6 2001/11/29 23:20:59 thorpej Exp $ */ +/* $NetBSD: md.h,v 1.7 2001/11/29 23:24:24 thorpej Exp $ */ /* * Copyright 1997 Piermont Information Systems Inc. @@ -51,8 +51,8 @@ EXTERN distinfo dist_list[] #ifdef MAIN = { - {"kern-GENERIC", 1, NULL, "Kernel : "}, - {"kern-GENERIC_TINY", 1, NULL, "Kernel : "}, + {"kern-GENERIC", 0, NULL, "Kernel : "}, + {"kern-GENERIC_TINY", 0, NULL, "Kernel : "}, {"base", 1, NULL, "Base : "}, {"etc", 1, NULL, "System (/etc): "}, {"comp", 1, NULL, "Compiler : "}, diff --git a/distrib/utils/sysinst/arch/sgimips/md.h b/distrib/utils/sysinst/arch/sgimips/md.h index 8f657d48a4d4..0461646ce74b 100644 --- a/distrib/utils/sysinst/arch/sgimips/md.h +++ b/distrib/utils/sysinst/arch/sgimips/md.h @@ -1,4 +1,4 @@ -/* $NetBSD: md.h,v 1.2 2001/11/29 23:21:01 thorpej Exp $ */ +/* $NetBSD: md.h,v 1.3 2001/11/29 23:24:25 thorpej Exp $ */ /* * Copyright 1997 Piermont Information Systems Inc. @@ -94,8 +94,8 @@ EXTERN char *disk_names[] EXTERN distinfo dist_list[] #ifdef MAIN = { - {"kern-GENERIC", 1, NULL, "Kernel : "}, - {"kern-GENERIC_INDY", 1, NULL, "Kernel : "}, + {"kern-GENERIC", 0, NULL, "Kernel : "}, + {"kern-GENERIC_INDY", 0, NULL, "Kernel : "}, {"base", 1, NULL, "Base : "}, {"etc", 1, NULL, "System (/etc): "}, {"comp", 1, NULL, "Compiler : "}, diff --git a/distrib/utils/sysinst/arch/sparc/md.h b/distrib/utils/sysinst/arch/sparc/md.h index 8389a84dd38c..5eb6c1c16d68 100644 --- a/distrib/utils/sysinst/arch/sparc/md.h +++ b/distrib/utils/sysinst/arch/sparc/md.h @@ -1,4 +1,4 @@ -/* $NetBSD: md.h,v 1.9 2001/11/29 23:21:02 thorpej Exp $ */ +/* $NetBSD: md.h,v 1.10 2001/11/29 23:24:25 thorpej Exp $ */ /* * Copyright 1997 Piermont Information Systems Inc. @@ -67,9 +67,9 @@ EXTERN distinfo dist_list[] #ifdef MAIN = { - {"kern-GENERIC", 1, NULL, "Kernel : "}, - {"kern-GENERIC_SCSI3", 1, NULL, "Kernel : "}, - {"kern-GENERIC_SUN4U", 1, NULL, "Kernel : "}, + {"kern-GENERIC", 0, NULL, "Kernel : "}, + {"kern-GENERIC_SCSI3", 0, NULL, "Kernel : "}, + {"kern-GENERIC_SUN4U", 0, NULL, "Kernel : "}, {"base", 1, NULL, "Base : "}, {"etc", 1, NULL, "System (/etc): "}, {"comp", 1, NULL, "Compiler : "},