summaryrefslogtreecommitdiff
path: root/clusters
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2016-03-23 07:31:31 +0000
committerBaserock Gerrit <gerrit@baserock.org>2016-03-25 14:23:01 +0000
commit98d01306bacafaedb4f652c1a31a7b5ae10b0a77 (patch)
tree3d4e4ffb74d46d014a54db4d04297e45552aedda /clusters
parentfe6bd219f936e49942894e6bde877efe231a3e6c (diff)
downloaddefinitions-98d01306bacafaedb4f652c1a31a7b5ae10b0a77.tar.gz
Add a generic IVI system and cluster for x86_64
With generic upstream components (some of them already by GENIVI and AGL) Change-Id: Idb849c788dc90b1a95d6a85b7822cfc2a9df5004
Diffstat (limited to 'clusters')
-rw-r--r--clusters/ivi-system-x86_64-deploy.morph24
1 files changed, 24 insertions, 0 deletions
diff --git a/clusters/ivi-system-x86_64-deploy.morph b/clusters/ivi-system-x86_64-deploy.morph
new file mode 100644
index 00000000..0833ec8c
--- /dev/null
+++ b/clusters/ivi-system-x86_64-deploy.morph
@@ -0,0 +1,24 @@
+name: ivi-system-x86_64-deploy
+kind: cluster
+description: |
+ Deploy a stock IVI system.
+
+ The resulting image can be copied to a USB and booted from there,
+ as well as in a virtual machine.
+
+systems:
+- morph: systems/ivi-system-x86_64.morph
+ deploy:
+ ivi-system-x86_64:
+ type: extensions/rawdisk
+ location: /ivi-system-x86_64.img
+ HOSTNAME: ivi-system-x86-64
+ DISK_SIZE: 6G
+ KERNEL_ARGS: vga=788
+ INITRAMFS_PATH: boot/initramfs.gz
+ subsystems:
+ - morph: systems/initramfs-x86_64.morph
+ deploy:
+ initramfs:
+ type: initramfs
+ location: boot/initramfs.gz