mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-11 15:06:58 +02:00
fix(vm_image_util): Don't use the full vagrant OEM on vmware_insecure
Only the key is needed, and currently the vagrant OEM is completely broken outside of vagrant. This gets vmware_insecure images back into the state that they were before cloud config came along. :)
This commit is contained in:
parent
33b54ee001
commit
c4984b3c7c
@ -106,7 +106,7 @@ IMG_vmware_CONF_FORMAT=vmx
|
||||
IMG_vmware_insecure_DISK_FORMAT=vmdk_scsi
|
||||
IMG_vmware_insecure_DISK_LAYOUT=vm
|
||||
IMG_vmware_insecure_CONF_FORMAT=vmware_zip
|
||||
IMG_vmware_insecure_OEM_PACKAGE=oem-vagrant
|
||||
IMG_vmware_insecure_OEM_PACKAGE=oem-vagrant-key
|
||||
|
||||
## ami
|
||||
IMG_ami_BOOT_KERNEL=0
|
||||
|
Loading…
Reference in New Issue
Block a user