.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.3. .TH EUCA-BUNDLE-VOL "1" "March 2016" "euca2ools 3.3" "User Commands" .SH NAME euca-bundle-vol \- Prepare this machine's filesystem for use in the cloud .SH SYNOPSIS euca\-bundle\-vol [\-p PREFIX] [\-d DIR] .TP [\-r {i386,x86_64,armhf,ppc,ppc64,ppc64le}] [\-e PATH,...] [\-i PATH,...] [\-s MiB] [\-\-no\-filter] [\-\-all] [\-\-inherit | \fB\-\-no\-inherit]\fR [\-v DIR] [\-P {mbr,gpt,none}] [\-S FILE] [\-\-fstab FILE | \fB\-\-generate\-fstab]\fR [\-\-grub\-config FILE] [\-k FILE] [\-c FILE] [\-\-ec2cert FILE] [\-u ACCOUNT] [\-\-kernel IMAGE] [\-\-ramdisk IMAGE] [\-B VIRTUAL1=DEVICE1,VIRTUAL2=DEVICE2,...] [\-\-productcodes CODE1,CODE2,...] [\-\-progress | \fB\-\-no\-progress]\fR [\-\-debug] [\-\-debugger] [\-\-version] [\-h] .SH DESCRIPTION Prepare this machine's filesystem for use in the cloud .SH DESCRIPTION This command must be run as the superuser. .SS "optional arguments:" .TP \fB\-p\fR PREFIX, \fB\-\-prefix\fR PREFIX the file name prefix to give the bundle's files (default: 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\-r\fR {i386,x86_64,armhf,ppc,ppc64,ppc64le}, \fB\-\-arch\fR {i386,x86_64,armhf,ppc,ppc64,ppc64le} the image's architecture (required) .TP \fB\-e\fR PATH,..., \fB\-\-exclude\fR PATH,... comma\-separated list of paths to exclude .TP \fB\-i\fR PATH,..., \fB\-\-include\fR PATH,... comma\-separated list of paths to include .TP \fB\-s\fR MiB, \fB\-\-size\fR MiB size of the image to create (default: 10240 MiB) .TP \fB\-\-no\-filter\fR do not filter out sensitive/system files .TP \fB\-\-all\fR include all filesystems regardless of type (default: only include local filesystems) .TP \fB\-\-inherit\fR use the metadata service to provide metadata for the bundle (this is the default) .TP \fB\-\-no\-inherit\fR do not use the metadata service for bundle metadata .TP \fB\-v\fR DIR, \fB\-\-volume\fR DIR location of the volume from which to create the bundle (default: /) .TP \fB\-P\fR {mbr,gpt,none}, \fB\-\-partition\fR {mbr,gpt,none} the type of partition table to create (default: attempt to guess based on the existing disk) .TP \fB\-S\fR FILE, \fB\-\-script\fR FILE location of a script to run immediately before bundling. It will receive the volume's mount point as its only argument. .TP \fB\-\-fstab\fR FILE location of an fstab(5) file to copy into the bundled image .TP \fB\-\-generate\-fstab\fR automatically generate an fstab(5) file for the bundled image .TP \fB\-\-grub\-config\fR FILE location of a GRUB 1 configuration file to copy to \fI\,/boot/grub/menu.lst\/\fP on the bundled image .TP \fB\-k\fR FILE, \fB\-\-privatekey\fR FILE file containing your 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\-c\fR FILE, \fB\-\-cert\fR FILE file containing your X.509 certificate .TP \fB\-\-ec2cert\fR FILE file containing the cloud's X.509 certificate .TP \fB\-u\fR ACCOUNT, \fB\-\-user\fR ACCOUNT your account ID .TP \fB\-\-kernel\fR IMAGE ID of the kernel image to associate with this machine image .TP \fB\-\-ramdisk\fR IMAGE ID of the ramdisk image to associate with this machine image .TP \fB\-B\fR VIRTUAL1=DEVICE1,VIRTUAL2=DEVICE2,..., \fB\-\-block\-device\-mappings\fR VIRTUAL1=DEVICE1,VIRTUAL2=DEVICE2,... block device mapping scheme with which to launch instances of this machine image .TP \fB\-\-productcodes\fR CODE1,CODE2,... comma\-separated list of product codes for the image .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