summaryrefslogtreecommitdiff
path: root/imgpkg.morph
diff options
context:
space:
mode:
Diffstat (limited to 'imgpkg.morph')
-rw-r--r--imgpkg.morph12
1 files changed, 12 insertions, 0 deletions
diff --git a/imgpkg.morph b/imgpkg.morph
new file mode 100644
index 00000000..a7018459
--- /dev/null
+++ b/imgpkg.morph
@@ -0,0 +1,12 @@
+name: imgpkg
+kind: cluster
+description: |
+ Packaged system and script for installing it, for deferred instansiation.
+systems:
+- morph: base-system-x86_32-generic
+ deploy:
+ imgpkg:
+ type: imgpkg
+ location: imgpkg.tar
+ BOOTLOADER_BLOBS: "/usr/share/syslinux/mbr.bin"
+ INCLUDE_SCRIPTS: "imgpkg/make-disk-image.sh.in:imgpkg/disk-install.sh.in:imgpkg/common.sh.in"