diff options
author | Stefan Kreutz <mail@skreutz.com> | 2020-04-01 02:16:34 +0200 |
---|---|---|
committer | Stefan Kreutz <mail@skreutz.com> | 2020-04-01 02:16:34 +0200 |
commit | fc4484b7048c7c6998b5c2bdf38ebc6e9c6588af (patch) | |
tree | 05f43d225defeda59119aa4c6dec0c5a384fd955 /http | |
parent | 07b231f21841c951a2db60475c17730b647f7542 (diff) | |
download | autoinstall-openbsd-on-qemu-fc4484b7048c7c6998b5c2bdf38ebc6e9c6588af.tar |
Revise
Diffstat (limited to 'http')
l---------[-rw-r--r--] | http/disklabel.conf | 3 | ||||
-rw-r--r-- | http/install.conf | 15 |
2 files changed, 1 insertions, 17 deletions
diff --git a/http/disklabel.conf b/http/disklabel.conf index 74c93f7..1ced26d 100644..120000 --- a/http/disklabel.conf +++ b/http/disklabel.conf @@ -1,2 +1 @@ -/ 12G -swap 1G +../disklabel.conf
\ No newline at end of file diff --git a/http/install.conf b/http/install.conf deleted file mode 100644 index 01c0d93..0000000 --- a/http/install.conf +++ /dev/null @@ -1,15 +0,0 @@ -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.conf -Set name(s) = site66.tgz -Checksum test for site66.tgz failed. Continue anyway = yes -Unverified sets: site66.tgz. Continue without verification = yes |