We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39f5f01 commit ad9f409Copy full SHA for ad9f409
build.sh
@@ -0,0 +1,7 @@
1
+#!/bin/bash
2
+# entry-point for the Cloud-Init BSD CI
3
+
4
+mkdir -p ~/builder
5
+sudo mkdir -p /var/cache/pcib
6
+sudo ./bin/pcib --config examples/openstack-openbsd66
7
+mv /var/cache/pcib/images/openstack-openbsd66-*.img ~/builder/final.raw
0 commit comments