summaryrefslogtreecommitdiffstats
path: root/release/sysinstall/install.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1997-01-18 19:18:26 +0000
committerjkh <jkh@FreeBSD.org>1997-01-18 19:18:26 +0000
commit37838c93f6be5a90dc35b8fa3449218806fc0c1f (patch)
tree3f735b8eee63e6fa439e011bca14e2293b5de0cd /release/sysinstall/install.c
parentee10277a8bc9d2921407623da8597b7eafec720b (diff)
downloadFreeBSD-src-37838c93f6be5a90dc35b8fa3449218806fc0c1f.zip
FreeBSD-src-37838c93f6be5a90dc35b8fa3449218806fc0c1f.tar.gz
Fix a variety of problems with my timeout handling, make it more
configurable (you can now set the timeout interval), fix a crash-bug when no network device was attached.
Diffstat (limited to 'release/sysinstall/install.c')
-rw-r--r--release/sysinstall/install.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/release/sysinstall/install.c b/release/sysinstall/install.c
index 245cdb5..27d826e 100644
--- a/release/sysinstall/install.c
+++ b/release/sysinstall/install.c
@@ -1004,6 +1004,7 @@ installVarDefaults(dialogMenuItem *self)
variable_set2(VAR_BROWSER_BINARY, "/usr/local/bin/lynx");
variable_set2(VAR_FTP_STATE, "passive");
variable_set2(VAR_PKG_TMPDIR, "/usr/tmp");
+ variable_set2(VAR_MEDIA_TIMEOUT, itoa(MEDIA_TIMEOUT));
if (getpid() != 1)
variable_set2(SYSTEM_STATE, "update");
else
OpenPOWER on IntegriCloud