summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--distrib/alpha/ramdisk/install.sh16
1 files changed, 15 insertions, 1 deletions
diff --git a/distrib/alpha/ramdisk/install.sh b/distrib/alpha/ramdisk/install.sh
index f92ed1e405c..139e2b45277 100644
--- a/distrib/alpha/ramdisk/install.sh
+++ b/distrib/alpha/ramdisk/install.sh
@@ -1,5 +1,5 @@
#!/bin/sh
-# $OpenBSD: install.sh,v 1.1 1997/05/07 12:46:56 niklas Exp $
+# $OpenBSD: install.sh,v 1.2 1997/05/09 05:40:57 millert Exp $
# $NetBSD: install.sh,v 1.5.2.8 1996/08/27 18:15:05 gwr Exp $
#
# Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -183,6 +183,20 @@ case "$resp" in
;;
esac
+echo ""
+echo "You are about to create new filesystems on your disk."
+echo "This will *destroy* any existing data. This is your"
+echo -n "last chance to abort. Continue? [y] "
+getresp "y"
+case "$resp" in
+ y*|Y*)
+ ;;
+ *)
+ md_not_going_to_install
+ exit
+ ;;
+esac
+
# Loop though the file, place filesystems on each device.
echo "Creating filesystems..."
(