summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1999-09-03 18:54:04 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1999-09-03 18:54:04 +0000
commitfb3edef16dedb8f8c8e275c4459863cf406b8c03 (patch)
tree172f795e9c6676874bf2a26f82b3063f01ea784d
parentc9748e800d1507240272f873bdcd18ccfc59f427 (diff)
remove a question
-rw-r--r--distrib/miniroot/install.sh14
1 files changed, 1 insertions, 13 deletions
diff --git a/distrib/miniroot/install.sh b/distrib/miniroot/install.sh
index b1d4cba6f3e..c1b2214b772 100644
--- a/distrib/miniroot/install.sh
+++ b/distrib/miniroot/install.sh
@@ -1,5 +1,5 @@
#!/bin/sh
-# $OpenBSD: install.sh,v 1.56 1999/08/15 09:53:36 millert Exp $
+# $OpenBSD: install.sh,v 1.57 1999/09/03 18:54:03 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
@@ -261,18 +261,6 @@ __get_filesystems_1
echo
cat ${FILESYSTEMS}
echo
- echo "Filesystems will now be created on these devices."
- echo "If you made any mistakes, you may edit this now."
- echo -n "Edit using ${EDITOR}? [n] "
- getresp "n"
- case "$resp" in
- y*|Y*)
- ${EDITOR} ${FILESYSTEMS}
- ;;
- *)
- ;;
- esac
- echo
echo "============================================================"
echo "The next step will overwrite any existing data on:"
(