项目作者: strobelight

项目描述 :
Script to resize ova cloud image using VBoxManage
高级语言: Shell
项目地址: git://github.com/strobelight/resize-cloud-ova-image.git
创建时间: 2020-06-14T09:31:15Z
项目社区:https://github.com/strobelight/resize-cloud-ova-image

开源协议:

下载


resize-cloud-ova-image

Cloud images usually are built with minimal disk space requirements. This script uses VBoxManage to change its size for use with VirtualBox.

  1. resize_ova.sh /path/to/ova [ new-disk-size ]
  2. 1st arg location to ova image
  3. 2nd arg optional disk size in MB (default is 51200, for 50G)
  4. Note: making the size smaller than the size in the ova will be nothing but trouble