diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-12-19 18:32:58 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-12-19 18:32:58 +0000 |
commit | 263456d19596884eabca2e7291436495c9c95fbc (patch) | |
tree | 45b159671f17489151b47e5b9f16c1bf50d4c344 /distrib/simpleroot | |
parent | e93b18a4c2cd4d243fc0e0cdba4d77400411d2cc (diff) |
merge text into base
Diffstat (limited to 'distrib/simpleroot')
-rw-r--r-- | distrib/simpleroot/install.sub | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/distrib/simpleroot/install.sub b/distrib/simpleroot/install.sub index 9ff91b56076..a0a6d7db708 100644 --- a/distrib/simpleroot/install.sub +++ b/distrib/simpleroot/install.sub @@ -1,5 +1,5 @@ #!/bin/sh -# $OpenBSD: install.sub,v 1.6 1998/11/03 04:35:17 aaron Exp $ +# $OpenBSD: install.sub,v 1.7 1998/12/19 18:32:57 deraadt 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,9 +43,9 @@ ROOTDISK="" # filled in below VERSION= export VERSION -ALLSETS="base etc misc comp text man game" # default install sets -UPGRSETS="base misc comp text man game" # default upgrade sets -SNAPSETS="bin dev etc games man misc sbin text \ +ALLSETS="base etc misc comp man game" # default install sets +UPGRSETS="base misc comp man game" # default upgrade sets +SNAPSETS="bin dev etc games man misc sbin \ usr.bin usr.binutils usr.games usr.include \ usr.lib usr.libexec usr.misc usr.sbin usr.share var" THESETS= # one of the above |