Module Name:    src
Committed By:   tsutsui
Date:           Sat Dec  5 18:24:10 UTC 2020

Modified Files:
        src/distrib/miniroot: install.sub

Log Message:
Add modules set for default sets on miniroot installation.

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


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 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.53 src/distrib/miniroot/install.sub:1.54
--- src/distrib/miniroot/install.sub:1.53	Sun Jan 19 00:57:00 2020
+++ src/distrib/miniroot/install.sub	Sat Dec  5 18:24:10 2020
@@ -1,5 +1,5 @@
 #!/bin/sh
-#	$NetBSD: install.sub,v 1.53 2020/01/19 00:57:00 kre Exp $
+#	$NetBSD: install.sub,v 1.54 2020/12/05 18:24:10 tsutsui Exp $
 #
 # Copyright (c) 1996 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -35,7 +35,7 @@ ROOTDISK=""				# filled in below
 VERSION=89936
 export VERSION
 
-ALLSETS="base comp etc games man misc 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
 THESETS=						# one of the above
 

Reply via email to