mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-04 11:51:14 +02:00
build_library: split vagrant and vagrant vbox
This reverts the vagrant image back to using oem-vagrant because we don't want to break the existing images. It moves the new, Ignition-powered virtualbox flavor of vagrant into a new image.
This commit is contained in:
parent
ab4705f9dc
commit
65986e02bc
@ -146,7 +146,15 @@ IMG_vagrant_BUNDLE_FORMAT=box
|
||||
IMG_vagrant_DISK_FORMAT=vmdk_ide
|
||||
IMG_vagrant_DISK_LAYOUT=vagrant
|
||||
IMG_vagrant_CONF_FORMAT=vagrant
|
||||
IMG_vagrant_OEM_PACKAGE=oem-vagrant-virtualbox
|
||||
IMG_vagrant_OEM_PACKAGE=oem-vagrant
|
||||
|
||||
## vagrant_virtualbox
|
||||
IMG_vagrant_virtualbox_FS_HOOK=box
|
||||
IMG_vagrant_virtualbox_BUNDLE_FORMAT=box
|
||||
IMG_vagrant_virtualbox_DISK_FORMAT=vmdk_ide
|
||||
IMG_vagrant_virtualbox_DISK_LAYOUT=vagrant
|
||||
IMG_vagrant_virtualbox_CONF_FORMAT=vagrant
|
||||
IMG_vagrant_virtualbox_OEM_PACKAGE=oem-vagrant-virtualbox
|
||||
|
||||
## vagrant_vmware
|
||||
IMG_vagrant_vmware_fusion_FS_HOOK=box
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user