Source-Changes-HG archive

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

[src/trunk]: src/distrib/miniroot The modules and rescue sets are also requir...



details:   https://anonhg.NetBSD.org/src/rev/2fbf718492c9
branches:  trunk
changeset: 984025:2fbf718492c9
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sat Jun 19 00:54:27 2021 +0000

description:
The modules and rescue sets are also required on upgrade.

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

diffstat:

 distrib/miniroot/install.sub |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 6ac6da8f41c4 -r 2fbf718492c9 distrib/miniroot/install.sub
--- a/distrib/miniroot/install.sub      Sat Jun 19 00:00:26 2021 +0000
+++ b/distrib/miniroot/install.sub      Sat Jun 19 00:54:27 2021 +0000
@@ -1,5 +1,5 @@
 #!/bin/sh
-#      $NetBSD: install.sub,v 1.61 2021/06/19 00:00:26 tsutsui Exp $
+#      $NetBSD: install.sub,v 1.62 2021/06/19 00:54:27 tsutsui Exp $
 #
 # Copyright (c) 1996 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -40,7 +40,7 @@
 export RELEASE
 
 ALLSETS="base comp etc games man misc modules rescue text"     # default install sets
-UPGRSETS="base comp games man misc text"               # default upgrade sets
+UPGRSETS="base comp games man misc modules rescue text"                # default upgrade sets
 THESETS=                                               # one of the above
 
 local_sets_dir=""                      # Path searched for sets by install_sets



Home | Main Index | Thread Index | Old Index