.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.41.2. .TH EUCA-BUNDLE-IMAGE "1" "August 2013" "euca2ools 3.0.1" "User Commands" .SH NAME euca-bundle-image \- Prepare an image for uploading to a cloud .SH SYNOPSIS euca\-bundle\-image \fB\-i\fR FILE [\-p PREFIX] \fB\-r\fR {i386,x86_64,armhf} [\-c FILE] [\-k FILE] [\-u ACCOUNT] [\-\-region USER@REGION] [\-\-ec2cert FILE] [\-\-kernel IMAGE] [\-\-ramdisk IMAGE] [\-B VIRTUAL1=DEVICE1,VIRTUAL2=DEVICE2,...] [\-d DIR] [\-\-productcodes CODE1,CODE2,...] [\-\-progress | \fB\-\-no\-progress]\fR [\-\-debug] [\-\-debugger] [\-\-version] [\-h] .SH DESCRIPTION Prepare an image for uploading to a cloud .SS "optional arguments:" .TP \fB\-i\fR FILE, \fB\-\-image\fR FILE file containing the image to bundle (required) .TP \fB\-p\fR PREFIX, \fB\-\-prefix\fR PREFIX the file name prefix to give the bundle's files (default: the image's file name) .TP \fB\-r\fR {i386,x86_64,armhf}, \fB\-\-arch\fR {i386,x86_64,armhf} the image's processor architecture (required) .TP \fB\-c\fR FILE, \fB\-\-cert\fR FILE file containing your X.509 certificate. .TP \fB\-k\fR FILE, \fB\-\-privatekey\fR FILE file containing the private key to sign the bundle's manifest with. This private key will also be required to unbundle the image in the future. .TP \fB\-u\fR ACCOUNT, \fB\-\-user\fR ACCOUNT your account ID .TP \fB\-\-region\fR USER@REGION use encryption keys and the account ID specified for a user and/or region in configuration files .TP \fB\-\-ec2cert\fR FILE file containing the cloud's X.509 certificate .TP \fB\-\-kernel\fR IMAGE ID of the kernel image to associate with the machine bundle .TP \fB\-\-ramdisk\fR IMAGE ID of the ramdisk image to associate with the machine bundle .TP \fB\-B\fR VIRTUAL1=DEVICE1,VIRTUAL2=DEVICE2,..., \fB\-\-block\-device\-mappings\fR VIRTUAL1=DEVICE1,VIRTUAL2=DEVICE2,... default block device mapping scheme with which to launch instances of this machine image .TP \fB\-d\fR DIR, \fB\-\-destination\fR DIR location to place the bundle's files (default: dir named by TMPDIR, TEMP, or TMP environment variables, or otherwise \fI/var/tmp\fP) .TP \fB\-\-productcodes\fR CODE1,CODE2,... comma\-separated list of product codes .TP \fB\-\-progress\fR show progress (the default when run interactively) .TP \fB\-\-no\-progress\fR do not show progress (the default when run noninteractively) .TP \fB\-\-debug\fR show debugging output .TP \fB\-\-debugger\fR launch interactive debugger on error .TP \fB\-\-version\fR show the program's version and exit .TP \fB\-h\fR, \fB\-\-help\fR show this help message and exit