diff options
Diffstat (limited to 'distrib/miniroot/install.sh')
-rw-r--r-- | distrib/miniroot/install.sh | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/distrib/miniroot/install.sh b/distrib/miniroot/install.sh index 51ba71f3780..0237cb9187f 100644 --- a/distrib/miniroot/install.sh +++ b/distrib/miniroot/install.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $OpenBSD: install.sh,v 1.102 2002/05/20 16:53:57 krw Exp $ +# $OpenBSD: install.sh,v 1.103 2002/06/25 00:31:59 krw Exp $ # $NetBSD: install.sh,v 1.5.2.8 1996/08/27 18:15:05 gwr Exp $ # # Copyright (c) 1997-2002 Todd Miller, Theo de Raadt, Ken Westerback @@ -280,18 +280,6 @@ fi mount_fs "-o async" -mount | while read line; do - set -- $line - if [ "$3" = "/" -a "$5" = "nfs" ]; then - echo "You appear to be running diskless." - ask "Are the install sets on one of your currently mounted filesystems?" n - case $resp in - y*|Y*) get_localdir - ;; - esac - fi -done - echo '\nPlease enter the initial password that the root account will have.' _oifs=$IFS IFS= |