From 441a982a39fd0cb823ed9680814e33f0a5ab3768 Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Thu, 20 Mar 2014 11:28:02 -0700 Subject: [PATCH] fix(vm_image_util): Disable installing oem-pxe It only installed /usr/share/oem/oem-release which we no longer use. --- build_library/vm_image_util.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build_library/vm_image_util.sh b/build_library/vm_image_util.sh index 6030f2f226..1d9231603d 100644 --- a/build_library/vm_image_util.sh +++ b/build_library/vm_image_util.sh @@ -109,7 +109,6 @@ IMG_openstack_OEM_PACKAGE=oem-ami IMG_pxe_DISK_FORMAT=cpio IMG_pxe_PARTITIONED_IMG=0 IMG_pxe_CONF_FORMAT=pxe -IMG_pxe_OEM_PACKAGE=oem-pxe ## gce, image tarball IMG_gce_CONF_FORMAT=gce @@ -279,7 +278,7 @@ _write_cpio_disk() { squashfs="newroot.squashfs" # The STATE partition and all of its bind mounts shouldn't be - # packed into the squashfs image. Just ROOT and OEM. + # packed into the squashfs image. Just ROOT. sudo umount --all-targets "${VM_TMP_ROOT}/media/state" fi