summaryrefslogtreecommitdiff
path: root/distrib/miniroot
diff options
context:
space:
mode:
authorRobert Peichaer <rpe@cvs.openbsd.org>2012-09-28 16:07:11 +0000
committerRobert Peichaer <rpe@cvs.openbsd.org>2012-09-28 16:07:11 +0000
commit432e55a08a888bc0d07ed0a3cc995f1f800c3fff (patch)
tree2118a4422731a4c569091da2a97feb577db32eb0 /distrib/miniroot
parentd6bdc48e894887b55905bd05c8e44f5716d8d508 (diff)
remove a comment that does not make sense any more
ok halex@
Diffstat (limited to 'distrib/miniroot')
-rw-r--r--distrib/miniroot/install.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/distrib/miniroot/install.sh b/distrib/miniroot/install.sh
index 0e47a1dd3b4..660ffe7d5c9 100644
--- a/distrib/miniroot/install.sh
+++ b/distrib/miniroot/install.sh
@@ -1,5 +1,5 @@
#!/bin/ksh
-# $OpenBSD: install.sh,v 1.227 2012/09/28 15:48:05 rpe Exp $
+# $OpenBSD: install.sh,v 1.228 2012/09/28 16:07:10 rpe Exp $
# $NetBSD: install.sh,v 1.5.2.8 1996/08/27 18:15:05 gwr Exp $
#
# Copyright (c) 1997-2009 Todd Miller, Theo de Raadt, Ken Westerback
@@ -82,8 +82,6 @@ while :; do
if isin $ROOTDISK $_DKDEVS; then
resp=$ROOTDISK
rm -f /tmp/fstab
- # Make sure empty files exist so we don't have to
- # keep checking for their existence before grep'ing.
else
# Force the user to think and type in a disk name by
# making 'done' the default choice.