From a876278442bb035f0c55a3edf0742febf9a6d6a9 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Thu, 31 Jul 2014 11:53:59 -0400 Subject: cirros: make root home configurable Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-extended/guest-images/cirros_0.3.2.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-openstack/recipes-extended/guest-images/cirros_0.3.2.bb b/meta-openstack/recipes-extended/guest-images/cirros_0.3.2.bb index 9ebd2b7..cb58e9d 100644 --- a/meta-openstack/recipes-extended/guest-images/cirros_0.3.2.bb +++ b/meta-openstack/recipes-extended/guest-images/cirros_0.3.2.bb @@ -14,9 +14,9 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0;md5=80 INHIBIT_PACKAGE_STRIP="1" do_install() { - install -d ${D}/root/images - install -m 755 ${WORKDIR}/${PN}-${PV}-x86_64-disk.img ${D}/root/images + install -d ${D}/${ROOT_HOME}/images + install -m 755 ${WORKDIR}/${PN}-${PV}-x86_64-disk.img ${D}/${ROOT_HOME}/images } PACKAGES = "cirros-guest-image" -FILES_cirros-guest-image = "/root/images/*" +FILES_cirros-guest-image = "${ROOT_HOME}/images/*" -- cgit v1.2.3-54-g00ecf