diff options
Diffstat (limited to 'distrib/miniroot/install.sh')
-rw-r--r-- | distrib/miniroot/install.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/distrib/miniroot/install.sh b/distrib/miniroot/install.sh index c1b2214b772..e8443f23824 100644 --- a/distrib/miniroot/install.sh +++ b/distrib/miniroot/install.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $OpenBSD: install.sh,v 1.57 1999/09/03 18:54:03 deraadt Exp $ +# $OpenBSD: install.sh,v 1.58 1999/09/03 18:55:29 deraadt Exp $ # $NetBSD: install.sh,v 1.5.2.8 1996/08/27 18:15:05 gwr Exp $ # # Copyright (c) 1997,1998 Todd Miller, Theo de Raadt @@ -534,6 +534,8 @@ while [ "X${resp}" = X"" ]; do fi done +md_questions + install_sets $THESETS # Copy in configuration information and make devices in target root. |