diff options
author | Stefan Kreutz <mail@skreutz.com> | 2020-05-29 22:29:15 +0200 |
---|---|---|
committer | Stefan Kreutz <mail@skreutz.com> | 2020-05-29 22:29:15 +0200 |
commit | 0a0e111167f544b5ac660bc7629be9bb9b34b91f (patch) | |
tree | 959b923700a1d5379b507f3c78433350ddbbe870 /install.conf | |
parent | 394e05445225984057cca0c2eaef8fc8eab1aeab (diff) | |
download | autoinstall-openbsd-on-qemu-0a0e111167f544b5ac660bc7629be9bb9b34b91f.tar |
Serve mirror at unprivileged port 8080
Diffstat (limited to 'install.conf')
-rw-r--r-- | install.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/install.conf b/install.conf index bde6b40..a417f93 100644 --- a/install.conf +++ b/install.conf @@ -7,9 +7,9 @@ Setup a user = puffy Password for user = ************* What timezone are you in = UTC Location of sets = http -HTTP Server = 10.0.2.2 +HTTP Server = 10.0.2.1 Unable to connect using https. Use http instead = yes -URL to autopartitioning template for disklabel = http://10.0.2.2/disklabel +URL to autopartitioning template for disklabel = http://10.0.2.1/disklabel Set name(s) = site66.tgz Checksum test for site66.tgz failed. Continue anyway = yes Unverified sets: site66.tgz. Continue without verification = yes |