Source-Changes-HG archive

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

[src/trunk]: src/distrib The kernel and X sets should be specified in MD mini...



details:   https://anonhg.NetBSD.org/src/rev/016f18dfe13d
branches:  trunk
changeset: 946653:016f18dfe13d
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sat Dec 05 18:16:11 2020 +0000

description:
The kernel and X sets should be specified in MD miniroot scripts.

Otherwise they are not listed at least on ftp installation.
The problem was reported by Martin Trusler on port-hp300@:
 https://mail-index.netbsd.org/port-hp300/2020/11/21/msg000174.html

Should be pulled up to netbsd-9 and netbsd-8.

diffstat:

 distrib/hp300/miniroot/install.md   |  4 ++--
 distrib/mac68k/miniroot/install.md  |  4 ++--
 distrib/mvme68k/miniroot/install.md |  4 ++--
 distrib/sun2/miniroot/install.md    |  4 ++--
 distrib/sun3/miniroot/install.md    |  4 ++--
 5 files changed, 10 insertions(+), 10 deletions(-)

diffs (96 lines):

diff -r d2f64469c59d -r 016f18dfe13d distrib/hp300/miniroot/install.md
--- a/distrib/hp300/miniroot/install.md Sat Dec 05 18:15:40 2020 +0000
+++ b/distrib/hp300/miniroot/install.md Sat Dec 05 18:16:11 2020 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-#      $NetBSD: install.md,v 1.17 2019/04/10 14:52:53 christos Exp $
+#      $NetBSD: install.md,v 1.18 2020/12/05 18:16:11 tsutsui Exp $
 #
 # Copyright (c) 1996 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -35,7 +35,7 @@
 #
 
 # Machine-dependent install sets
-MDSETS=""
+MDSETS="kern-GENERIC xbase xcomp xetc xfont xserver"
 
 md_set_term() {
        if [ ! -z "$TERM" ]; then
diff -r d2f64469c59d -r 016f18dfe13d distrib/mac68k/miniroot/install.md
--- a/distrib/mac68k/miniroot/install.md        Sat Dec 05 18:15:40 2020 +0000
+++ b/distrib/mac68k/miniroot/install.md        Sat Dec 05 18:16:11 2020 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-#      $NetBSD: install.md,v 1.5 2019/04/10 14:52:53 christos Exp $
+#      $NetBSD: install.md,v 1.6 2020/12/05 18:16:11 tsutsui Exp $
 #
 # Copyright (c) 1996 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -35,7 +35,7 @@
 #
 
 # Machine-dependent install sets
-MDSETS=""
+MDSETS="kern-GENERIC xbase xcomp xetc xfont xserver"
 
 md_set_term() {
        if [ ! -z "$TERM" ]; then
diff -r d2f64469c59d -r 016f18dfe13d distrib/mvme68k/miniroot/install.md
--- a/distrib/mvme68k/miniroot/install.md       Sat Dec 05 18:15:40 2020 +0000
+++ b/distrib/mvme68k/miniroot/install.md       Sat Dec 05 18:16:11 2020 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-#      $NetBSD: install.md,v 1.8 2019/04/10 14:52:53 christos Exp $
+#      $NetBSD: install.md,v 1.9 2020/12/05 18:16:11 tsutsui Exp $
 #
 # Copyright (c) 1996 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -35,7 +35,7 @@
 #
 
 # Machine-dependent install sets
-MDSETS=""
+MDSETS="kern-GENERIC xbase xcomp xetc xfont xserver"
 
 md_set_term() {
        if [ ! -z "$TERM" ]; then
diff -r d2f64469c59d -r 016f18dfe13d distrib/sun2/miniroot/install.md
--- a/distrib/sun2/miniroot/install.md  Sat Dec 05 18:15:40 2020 +0000
+++ b/distrib/sun2/miniroot/install.md  Sat Dec 05 18:16:11 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: install.md,v 1.5 2019/04/10 14:52:53 christos Exp $
+#      $NetBSD: install.md,v 1.6 2020/12/05 18:16:11 tsutsui Exp $
 #
 #
 # Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -35,7 +35,7 @@
 
 # Machine-dependent install sets
 # MDSETS="xbin xman xinc xcon" XXX
-MDSETS=""
+MDSETS="kern-GENERIC"
 
 md_set_term() {
        if [ ! -z "$TERM" ]; then
diff -r d2f64469c59d -r 016f18dfe13d distrib/sun3/miniroot/install.md
--- a/distrib/sun3/miniroot/install.md  Sat Dec 05 18:15:40 2020 +0000
+++ b/distrib/sun3/miniroot/install.md  Sat Dec 05 18:16:11 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: install.md,v 1.5 2019/04/10 14:52:53 christos Exp $
+#      $NetBSD: install.md,v 1.6 2020/12/05 18:16:11 tsutsui Exp $
 #
 #
 # Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -35,7 +35,7 @@
 
 # Machine-dependent install sets
 # MDSETS="xbin xman xinc xcon" XXX
-MDSETS=""
+MDSETS="kern-GENERIC kern-GENERIC3X xbase xcomp xetc xfont xserver"
 
 md_set_term() {
        if [ ! -z "$TERM" ]; then



Home | Main Index | Thread Index | Old Index