From c307efac52057ccacc1d365686bbfa5163a65be7 Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Tue, 27 May 2014 15:28:49 +0000 Subject: Add example systems which use an initramfs initramfs-test.morph is embedded in the initramfs.write help, so may be removed. The initramfs-x86_64 system is the minimal system with an extra chunk added. The initramfs-utils stratum is required to contain _just_ that chunk, but the "minimal" system is much larger than I would like our initramfs to be (i.e. a statically linked binary using musl), so in future the initramfs-utils stratum may have more initramfs specific content. --- initramfs-test.morph | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 initramfs-test.morph (limited to 'initramfs-test.morph') diff --git a/initramfs-test.morph b/initramfs-test.morph new file mode 100644 index 00000000..9e69207d --- /dev/null +++ b/initramfs-test.morph @@ -0,0 +1,17 @@ +name: initramfs-test +kind: cluster +systems: +- morph: base-system-x86_64-generic + deploy: + system: + type: rawdisk + location: initramfs-system-x86_64.img + DISK_SIZE: 1G + HOSTNAME: initramfs-system + INITRAMFS_PATH: boot/initramfs.gz + subsystems: + - morph: initramfs-x86_64 + deploy: + initramfs: + type: initramfs + location: boot/initramfs.gz -- cgit v1.2.1