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/landisk Add SET_X11_NOSERVERS for...



details:   https://anonhg.NetBSD.org/src/rev/a36596ba06c8
branches:  trunk
changeset: 786830:a36596ba06c8
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Tue May 14 13:41:48 2013 +0000

description:
Add SET_X11_NOSERVERS for default installation sets.
Althrough landisk doesn't have any screen console (except possible udl(4)
and ukbd(4)), it's a good environment to build packages binaries for sh3el,
including dreamcast.

diffstat:

 distrib/utils/sysinst/arch/landisk/md.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 957e922d508f -r a36596ba06c8 distrib/utils/sysinst/arch/landisk/md.h
--- a/distrib/utils/sysinst/arch/landisk/md.h   Tue May 14 13:28:01 2013 +0000
+++ b/distrib/utils/sysinst/arch/landisk/md.h   Tue May 14 13:41:48 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: md.h,v 1.5 2011/04/04 08:30:33 mbalmer Exp $   */
+/*     $NetBSD: md.h,v 1.6 2013/05/14 13:41:48 tsutsui Exp $   */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -57,7 +57,7 @@
  */
 #define SET_KERNEL_1_NAME      "kern-GENERIC"
 
-#define MD_SETS_SELECTED       SET_KERNEL_1, SET_SYSTEM
+#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