diff options
author | Robert Peichaer <rpe@cvs.openbsd.org> | 2013-11-28 00:09:22 +0000 |
---|---|---|
committer | Robert Peichaer <rpe@cvs.openbsd.org> | 2013-11-28 00:09:22 +0000 |
commit | fdc53973487e278c0c9df5e394c5b0044245ce63 (patch) | |
tree | e1314fa694205f07ae77038b9572ae86803f70f3 | |
parent | d2e3faf5da5249bcc72ff9dd88546c49ce6b603b (diff) |
Now, that the auto installer supports both, install and upgrade,
use "non-interactive mode" instead of installation.
ok deraadt@
-rw-r--r-- | distrib/miniroot/dot.profile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/miniroot/dot.profile b/distrib/miniroot/dot.profile index dde4fa74392..4ca2be01aaa 100644 --- a/distrib/miniroot/dot.profile +++ b/distrib/miniroot/dot.profile @@ -1,4 +1,4 @@ -# $OpenBSD: dot.profile,v 1.19 2013/11/14 15:20:54 halex Exp $ +# $OpenBSD: dot.profile,v 1.20 2013/11/28 00:09:21 rpe Exp $ # $NetBSD: dot.profile,v 1.1 1995/12/18 22:54:43 pk Exp $ # # Copyright (c) 2009 Kenneth R. Westerback @@ -70,7 +70,7 @@ __EOT timeout=false timer_pid= if [ ! -f /tmp/noai ] && ifconfig netboot >/dev/null 2>&1; then - echo "Starting non-interactive installation in 5 seconds..." + echo "Starting non-interactive mode in 5 seconds..." >/tmp/noai trap 'kill $timeout_pid 2>/dev/null' EXIT |