https://github.com/rubiojr/multidisk-boxgrinder-plugin
https://github.com/rubiojr/multidisk-boxgrinder-plugin
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rubiojr/multidisk-boxgrinder-plugin
- Owner: rubiojr
- License: mit
- Created: 2011-11-10T18:04:52.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-04-12T17:45:13.000Z (about 13 years ago)
- Last Synced: 2024-04-14T17:10:28.952Z (about 1 year ago)
- Language: Ruby
- Size: 97.7 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# multidisk-boxgrinder-plugin
This platform plugin converts the RAW appliance disk to VMDK Sparse, VMDK StreamOptimized, QCOW2 Sparse and QCow2 Compressed Sparse.
## Installation
gem install multidisk-boxgrinder-plugin
Needs VirtualBox installed to convert from VMDK Sparse to VMDK StreamOptimized.
## Usage
boxgrinder-build -p multidisk f15-jeos.appl -l multidisk-boxgrinder-plugin
After the build has finished, you'll find the additional disk formats under build/appliances/x86_64/fedora/15/f15-jeos/1.0/multidisk-plugin$ ls build/appliances/x86_64/fedora/15/f15-jeos/1.0/multidisk-plugin/
f15-jeos-compressed.qcow2 f15-jeos-sparse.qcow2 f15-jeos-sparse.vmdk f15-jeos-streamoptimized.vmdk## Copyright
Copyright (c) 2011 Sergio Rubio. See LICENSE.txt for
further details.