The modules and rescue sets are also required on upgrade.

Should be pulled up to netbsd-9 and netbsd-8.
This commit is contained in:
tsutsui 2021-06-19 00:54:27 +00:00
parent e3c0c034ba
commit 56bb4f15d0
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#!/bin/sh #!/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. # Copyright (c) 1996 The NetBSD Foundation, Inc.
# All rights reserved. # All rights reserved.
@ -40,7 +40,7 @@ RELEASE=10.0 # updated by distrib/miniroot/list
export RELEASE export RELEASE
ALLSETS="base comp etc games man misc modules rescue text" # default install sets 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 THESETS= # one of the above
local_sets_dir="" # Path searched for sets by install_sets local_sets_dir="" # Path searched for sets by install_sets