Module Name: src
Committed By: tsutsui
Date: Sat Jun 19 00:54:27 UTC 2021
Modified Files:
src/distrib/miniroot: install.sub
Log Message:
The modules and rescue sets are also required on upgrade.
Should be pulled up to netbsd-9 and netbsd-8.
To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 src/distrib/miniroot/install.sub
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/distrib/miniroot/install.sub
diff -u src/distrib/miniroot/install.sub:1.61 src/distrib/miniroot/install.sub:1.62
--- src/distrib/miniroot/install.sub:1.61 Sat Jun 19 00:00:26 2021
+++ src/distrib/miniroot/install.sub Sat Jun 19 00:54:27 2021
@@ -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 @@ RELEASE=10.0 # updated by distrib/min
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