From 586bc3f48311de7c1bbfd727c64c911a6eb20a9c Mon Sep 17 00:00:00 2001 From: Edward Cragg Date: Tue, 4 Aug 2015 12:21:57 +0100 Subject: Rawdisk partitioning v2: Add partitioning functions Add partitioning functions to the rawdisk.write deployment extension Change-Id: I45bcabc191951d086b8f4ae028a248f95a5e6f2e --- clusters/ci.morph | 3 +++ 1 file changed, 3 insertions(+) (limited to 'clusters/ci.morph') diff --git a/clusters/ci.morph b/clusters/ci.morph index 4ce45a65..69bd16f7 100644 --- a/clusters/ci.morph +++ b/clusters/ci.morph @@ -31,6 +31,7 @@ systems: BOOTLOADER_INSTALL: none KERNEL_ARGS: cma=256M console=tty0 console=ttyS0,115200n8 no_console_suspend=1 nouveau.pstate=1 + USE_PARTITIONING: no - morph: systems/gnome-system-x86_64.morph deploy: gnome-system-x86_64: @@ -58,6 +59,7 @@ systems: BOOTLOADER_INSTALL: none KERNEL_ARGS: cma=256M console=tty0 console=ttyS0,115200n8 no_console_suspend=1 nouveau.pstate=1 + USE_PARTITIONING: no - morph: systems/genivi-baseline-system-x86_64-generic.morph deploy: genivi-baseline-system-x86_64-generic: @@ -78,6 +80,7 @@ systems: BOOTLOADER_INSTALL: none KERNEL_ARGS: cma=256M console=tty0 console=ttyS0,115200n8 no_console_suspend=1 nouveau.pstate=1 + USE_PARTITIONING: no - morph: systems/openstack-system-x86_64.morph deploy: openstack-system-x86_64: -- cgit v1.2.1