Task #6162
closedPacker plugin for OpenBSD VMM
70%
Description
Packer creates images to be used w/ cloud platforms (or Vagrant).
It can use multiple "builder" virtualization like VirtualBox.
OpenBSD's VMM is missing so far for this - "fix it"
Updated by Philipp Buehler almost 6 years ago
- Status changed from New to In Progress
- % Done changed from 0 to 10
Updated by Philipp Buehler almost 6 years ago
Updated by Philipp Buehler almost 6 years ago
- % Done changed from 30 to 40
47db093..09c3ac5 master -> master
(master) $ packer build examples/openbsd.json
packer-obsd64-vmm-amd64 output will be in this color.
Build 'packer-obsd64-vmm-amd64' finished.
==> Builds finished. The artifacts of successful builds are:
Updated by Philipp Buehler almost 6 years ago
- % Done changed from 50 to 60
2018/12/02 00:02:12 packer-builder-openbsd-vmm: 2018/12/02 00:02:12 stderr: vmctl: imagefile created
[..]
2018/12/02 00:02:12 packer-builder-openbsd-vmm: 2018/12/02 00:02:12 Executing doas: []string{"/usr/sbin/vmctl", "start", "VMnameinput", "-c", "-L", "-i", "1", "-m", "512M", "-b", "/bsd.rd", "-d", "/home/pbuehler/devel/packer-builder-openbsd-vmm/tempbuilds/OpenBSD-VMM-image"}
2018/12/02 00:02:12 packer-builder-openbsd-vmm: 2018/12/02 00:02:12 stdout: Connected to /dev/ttyp2 (speed 115200)
- vmctl console 3
Connected to /dev/ttyp2 (speed 115200)
(I)nstall, (U)pgrade, (A)utoinstall or (S)hell?
====
Coming closer. Thanks Claudio!
Updated by Philipp Buehler almost 6 years ago
- % Done changed from 60 to 70
tail tempbuilds/VMnameinput.log
Welcome to the OpenBSD/amd64 6.2 installation program.
(I)nstall, (U)pgrade, (A)utoinstall or (S)hell? S
HELLO HACK4GLARUS
dhclient vio0
- HELLO HACK4GLARUS
dhclient vio0
vio0: DHCPDISCOVER - interval 1
vio0: BOOTREPLY from 100.64.11.2 (fe:e1:bb:d1:2b:e1)
vio0: bound to 100.64.11.3 -- renewal in 8000 seconds
Updated by Nico Schottelius almost 6 years ago
- Status changed from In Progress to Closed