.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.41.2. .TH EUCA-BUNDLE-VOL "1" "August 2013" "euca2ools 3.0.1" "User Commands" .SH NAME euca-bundle-vol \- Create a bundled iamge based on the running machine's filesystem .SH SYNOPSIS euca\-bundle\-vol [\-s MB] [\-p PREFIX] [\-a] [\-\-no\-inherit | \fB\-\-inherit]\fR [\-i FILE1,FILE2,...] [\-e DIR1,DIR2,...] [\-\-volume PATH] [\-\-no\-filter] [\-\-fstab PATH | \fB\-\-generate\-fstab]\fR \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 Create a bundled iamge based on the running machine's filesystem .SH DESCRIPTION This command must be run as the superuser. .SS "optional arguments:" .TP \fB\-s\fR MB, \fB\-\-size\fR MB Size of the image in MB (default: 10240; recommended maximum: 10240). .TP \fB\-p\fR PREFIX, \fB\-\-prefix\fR PREFIX the file name prefix to give the bundle's files (defaults to 'image'). .TP \fB\-a\fR, \fB\-\-all\fR Bundle all directories (including mounted filesystems). .TP \fB\-\-no\-inherit\fR Do not add instance metadata to the bundled image (defaults to inheriting metadata). .TP \fB\-\-inherit\fR Explicitly inherit instance metadata and add it to the bundled image (this is the default behavior) .TP \fB\-i\fR FILE1,FILE2,..., \fB\-\-include\fR FILE1,FILE2,... Comma\-separated list of absolute file paths to include. .TP \fB\-e\fR DIR1,DIR2,..., \fB\-\-exclude\fR DIR1,DIR2,... Comma\-separated list of directories to exclude. .TP \fB\-\-volume\fR PATH Path to mounted volume to bundle (defaults to '/'). .TP \fB\-\-no\-filter\fR Do not use the default filtered files list. .TP \fB\-\-fstab\fR PATH Path to the fstab to be bundled with image. .TP \fB\-\-generate\-fstab\fR Generate fstab to bundle in image. .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