mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
armbian-next: vmware-vm core extension: enables image-output-ovf and adds some cli and desktop packages to image list
This commit is contained in:
13
extensions/vmware-vm.sh
Normal file
13
extensions/vmware-vm.sh
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
enable_extension "image-output-ovf" # Enable the ovf+vmdk output image extension
|
||||||
|
|
||||||
|
function extension_prepare_config__prepare_vmware_config() {
|
||||||
|
display_alert "Preparing VMWare extra packages..." "${EXTENSION}" "info"
|
||||||
|
# Add VMWare utilities, for all
|
||||||
|
add_packages_to_image open-vm-tools
|
||||||
|
|
||||||
|
# If it's a desktop there's more
|
||||||
|
if [[ $BUILD_DESKTOP == yes ]]; then
|
||||||
|
display_alert "Preparing VMWare extra Desktop packages..." "${EXTENSION}" "info"
|
||||||
|
add_packages_to_image open-vm-tools-desktop xserver-xorg-video-vmware
|
||||||
|
fi
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user