add files typically included in snapshot as files that show up in
authorrahnds <rahnds@openbsd.org>
Fri, 21 Feb 1997 15:39:03 +0000 (15:39 +0000)
committerrahnds <rahnds@openbsd.org>
Fri, 21 Feb 1997 15:39:03 +0000 (15:39 +0000)
the "ALLSETS" list for miniroot installation from disk.

distrib/powerpc/miniroot/install.sub

index 23f6e95..1575e1c 100644 (file)
@@ -1,5 +1,5 @@
 #!/bin/sh
-#      $OpenBSD: install.sub,v 1.3 1997/02/18 15:46:38 rahnds Exp $
+#      $OpenBSD: install.sub,v 1.4 1997/02/21 15:39:03 rahnds Exp $
 #      $NetBSD: install.sub,v 1.5.2.8 1996/09/02 23:25:02 pk Exp $
 #
 # Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -43,7 +43,12 @@ ROOTDISK=""                          # filled in below
 VERSION=                               # filled in automatically (see list)
 export VERSION
 
-ALLSETS="base comp etc games man misc text"    # default install sets
+ALLDIST="base comp etc games man misc text"    # default install sets
+ALLSNAP_1="etc games man misc text bin dev sbin"
+ALLSNAP_2="usr.bin usr.binutils usr .games usr.include"
+ALLSNAP_3="usr.lib usr.libexec usr.misc usr.sbin usr.share var"
+ALLSETS="${ALLDIST} ${ALLSNAP_1} ${ALLSNAP_2} ${ALLSNAP_3}"
+
 UPGRSETS="base comp games man misc text"       # default upgrade sets
 THESETS=                                       # one of the above
 
@@ -625,7 +630,6 @@ install_from_mounted_fs() {
                for _f in $_sets ; do
                        if isin $_f $_setsdone; then
                                echo -n "[X] "
-                               _next=""
                        else
                                echo -n "    "
                                if [ -z "$_next" ]; then _next=$_f; fi