Skip to content

Commit

Permalink
armbian-next: vmware-vm core extension: enables image-output-ovf
Browse files Browse the repository at this point in the history
…and adds some cli and desktop packages to image list
  • Loading branch information
rpardini committed Feb 18, 2023
1 parent dfb0988 commit b209d88
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions extensions/vmware-vm.sh
Original file line number Diff line number Diff line change
@@ -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
}

0 comments on commit b209d88

Please sign in to comment.