diff options
author | Stefan Kreutz <mail@skreutz.com> | 2020-04-02 23:32:40 +0200 |
---|---|---|
committer | Stefan Kreutz <mail@skreutz.com> | 2020-04-02 23:32:40 +0200 |
commit | b711567e9ff375d42407b0fbd67abaa22d9e9d1b (patch) | |
tree | d9e8edf2141c2b3579f52e72e00f2ffa26e5cdae /install.conf | |
parent | 5ed017e3411519303ef70e0ded7282a92f179d7e (diff) | |
download | autoinstall-openbsd-on-qemu-b711567e9ff375d42407b0fbd67abaa22d9e9d1b.tar |
Revise after successful test
Diffstat (limited to 'install.conf')
-rw-r--r-- | install.conf | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/install.conf b/install.conf new file mode 100644 index 0000000..bde6b40 --- /dev/null +++ b/install.conf @@ -0,0 +1,15 @@ +Change the default console to com0 = yes +Which speed should com0 use = 115200 +System hostname = openbsd-vm +Password for root = ************* +Allow root ssh login = no +Setup a user = puffy +Password for user = ************* +What timezone are you in = UTC +Location of sets = http +HTTP Server = 10.0.2.2 +Unable to connect using https. Use http instead = yes +URL to autopartitioning template for disklabel = http://10.0.2.2/disklabel +Set name(s) = site66.tgz +Checksum test for site66.tgz failed. Continue anyway = yes +Unverified sets: site66.tgz. Continue without verification = yes |