summaryrefslogtreecommitdiff
path: root/clusters/installer-build-system-x86_64.morph
diff options
context:
space:
mode:
authorAdam Coldrick <adam.coldrick@codethink.co.uk>2015-04-15 12:17:16 +0000
committerMorph (on behalf of Adam Coldrick) <adam.coldrick@codethink.co.uk>2015-04-15 12:17:16 +0000
commit1c48d3928a4134a3235e63e6ba0b25f8610d16e1 (patch)
treea1225f3d8257065ae6a9b85a14365acd742a021a /clusters/installer-build-system-x86_64.morph
parent48acca6f7c63420d49e1a9e7a41beb4309fa53e7 (diff)
downloaddefinitions-1c48d3928a4134a3235e63e6ba0b25f8610d16e1.tar.gz
Morph build c3874f415dc6448ca28d9a01edab0948
System branch: master
Diffstat (limited to 'clusters/installer-build-system-x86_64.morph')
-rw-r--r--clusters/installer-build-system-x86_64.morph8
1 files changed, 7 insertions, 1 deletions
diff --git a/clusters/installer-build-system-x86_64.morph b/clusters/installer-build-system-x86_64.morph
index 36157ac8..15173db6 100644
--- a/clusters/installer-build-system-x86_64.morph
+++ b/clusters/installer-build-system-x86_64.morph
@@ -27,10 +27,16 @@ systems:
location: installer-build-system-x86_64.img
DISK_SIZE: 6G
HOSTNAME: installer-x86_64
+ INITRAMFS_PATH: boot/initramfs.gz
INSTALLER_ROOTFS_TO_INSTALL: /rootfs
INSTALLER_TARGET_STORAGE_DEVICE: /dev/sda
KERNEL_ARGS: init=/usr/lib/baserock-installer/installer
subsystems:
+ - morph: systems/initramfs-x86_64.morph
+ deploy:
+ installer-initramfs:
+ type: initramfs
+ location: boot/initramfs.gz
- morph: systems/build-system-x86_64.morph
deploy:
to-install:
@@ -40,6 +46,6 @@ systems:
subsystems:
- morph: systems/initramfs-x86_64.morph
deploy:
- initramfs:
+ to-install-initramfs:
type: initramfs
location: boot/initramfs.gz