diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2014-04-16 13:12:23 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2014-04-16 13:12:23 +0000 |
commit | 3c3484cc2570e317cca3e534f8fd7303e9372f39 (patch) | |
tree | 882b3a61a8b673de7006c12547835144f6415446 /distrib/miniroot/install.sub | |
parent | 63a71e253aa7f6cbfa4b5307e4e7f08e7cf872c4 (diff) |
Tweak network interface configuration so that after 1st attempted
(rather than first successfull) configuration, the default selection
becomes [done]. This allows one to <cr> past network configuration.
e.g. when dhcp is not working.
Requested by deraadt@. ok halex@.
Diffstat (limited to 'distrib/miniroot/install.sub')
-rw-r--r-- | distrib/miniroot/install.sub | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/miniroot/install.sub b/distrib/miniroot/install.sub index 98f69aa81c2..fa3e8fec5fe 100644 --- a/distrib/miniroot/install.sub +++ b/distrib/miniroot/install.sub @@ -1,4 +1,4 @@ -# $OpenBSD: install.sub,v 1.758 2014/04/04 19:44:02 krw Exp $ +# $OpenBSD: install.sub,v 1.759 2014/04/16 13:12:22 krw Exp $ # # Copyright (c) 1997-2009 Todd Miller, Theo de Raadt, Ken Westerback # All rights reserved. @@ -741,8 +741,8 @@ configure_ifs() { chmod 640 $_hn ((NIFS++)) : ${_first:=$_ifs} - _p=done fi + _p=done done } |