Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/utils/sysinst/arch Use the default MD_SETS_SELECTED ...



details:   https://anonhg.NetBSD.org/src/rev/9e23ad8f803a
branches:  trunk
changeset: 786827:9e23ad8f803a
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Tue May 14 13:14:27 2013 +0000

description:
Use the default MD_SETS_SELECTED for ports which have Xservers.

diffstat:

 distrib/utils/sysinst/arch/hp300/md.h    |  4 +---
 distrib/utils/sysinst/arch/newsmips/md.h |  3 +--
 distrib/utils/sysinst/arch/prep/md.h     |  3 +--
 3 files changed, 3 insertions(+), 7 deletions(-)

diffs (52 lines):

diff -r 4f72bb11bb6b -r 9e23ad8f803a distrib/utils/sysinst/arch/hp300/md.h
--- a/distrib/utils/sysinst/arch/hp300/md.h     Tue May 14 13:08:57 2013 +0000
+++ b/distrib/utils/sysinst/arch/hp300/md.h     Tue May 14 13:14:27 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: md.h,v 1.17 2011/04/04 08:30:28 mbalmer Exp $  */
+/*     $NetBSD: md.h,v 1.18 2013/05/14 13:14:27 tsutsui Exp $  */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -69,8 +69,6 @@
  */
 #define SET_KERNEL_1_NAME      "kern-GENERIC"
 
-#define MD_SETS_VALID SET_KERNEL, SET_SYSTEM, SET_X11_NOSERVERS
-
 /*
  * Disk names accepted as valid targets for a from-scratch installation.
  *
diff -r 4f72bb11bb6b -r 9e23ad8f803a distrib/utils/sysinst/arch/newsmips/md.h
--- a/distrib/utils/sysinst/arch/newsmips/md.h  Tue May 14 13:08:57 2013 +0000
+++ b/distrib/utils/sysinst/arch/newsmips/md.h  Tue May 14 13:14:27 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: md.h,v 1.13 2011/04/04 08:30:38 mbalmer Exp $  */
+/*     $NetBSD: md.h,v 1.14 2013/05/14 13:14:28 tsutsui Exp $  */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -57,7 +57,6 @@
  * or upgrade.
  */
 #define SET_KERNEL_1_NAME      "kern-GENERIC"
-#define MD_SETS_SELECTED SET_KERNEL_1, SET_SYSTEM, SET_X11_NOSERVERS
 
 /*
  * Machine-specific command to write a new label to a disk.
diff -r 4f72bb11bb6b -r 9e23ad8f803a distrib/utils/sysinst/arch/prep/md.h
--- a/distrib/utils/sysinst/arch/prep/md.h      Tue May 14 13:08:57 2013 +0000
+++ b/distrib/utils/sysinst/arch/prep/md.h      Tue May 14 13:14:27 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: md.h,v 1.17 2011/04/04 08:30:40 mbalmer Exp $  */
+/*     $NetBSD: md.h,v 1.18 2013/05/14 13:14:28 tsutsui Exp $  */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -74,7 +74,6 @@
  * from floppy.
  */
 #define SET_KERNEL_1_NAME      "kern-GENERIC"
-#define MD_SETS_SELECTED SET_KERNEL_1, SET_SYSTEM, SET_X11_NOSERVERS
 
 /*
  * Machine-specific command to write a new label to a disk.



Home | Main Index | Thread Index | Old Index