mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-04 11:51:14 +02:00
fix(vm_image_util): Disable installing oem-pxe
It only installed /usr/share/oem/oem-release which we no longer use.
This commit is contained in:
parent
81367903bf
commit
441a982a39
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user