# sdc-vmtools **Repository Path**: github-1/sdc-vmtools ## Basic Information - **Project Name**: sdc-vmtools - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-03 - **Last Updated**: 2021-06-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SmartOS VM Guest Tools The VM Guest tools contains scripts and drivers that are used to create virtualized machine images in SmartOS. ## Windows The windows directory contains signed VirtIO drivers, as well as some scripts and binaries that are used to retrieve metadata from the metadata API. In addition, sample sysprep files are provided that you can use to create your own windows images. ## Linux The linux directory contains the 'mdata-get' tool, as well as several other scripts for formatting a secondary disk, setting up networking, and fetching user-scripts. ## Building To build the ISO, tar and zip files run: ``` make all ```