Scroll to navigation

EUCA-BUNDLE-VOL(1) User Commands EUCA-BUNDLE-VOL(1)

NAME

euca-bundle-vol - Prepare this machine's filesystem for use in the cloud

SYNOPSIS

euca-bundle-vol [-p PREFIX] [-d DIR]

[-r {i386,x86_64,armhf,ppc,ppc64,ppc64le}]
[-e PATH,...] [-i PATH,...] [-s MiB] [--no-filter] [--all] [--inherit | --no-inherit] [-v DIR] [-P {mbr,gpt,none}] [-S FILE] [--fstab FILE | --generate-fstab] [--grub-config FILE] [-k FILE] [-c FILE] [--ec2cert FILE] [-u ACCOUNT] [--kernel IMAGE] [--ramdisk IMAGE] [-B VIRTUAL1=DEVICE1,VIRTUAL2=DEVICE2,...] [--productcodes CODE1,CODE2,...] [--progress | --no-progress] [--debug] [--debugger] [--version] [-h]

DESCRIPTION

Prepare this machine's filesystem for use in the cloud

DESCRIPTION

This command must be run as the superuser.

optional arguments:

the file name prefix to give the bundle's files (default: image)
location to place the bundle's files (default: dir named by TMPDIR, TEMP, or TMP environment variables, or otherwise /var/tmp)
the image's architecture (required)
comma-separated list of paths to exclude
comma-separated list of paths to include
size of the image to create (default: 10240 MiB)
do not filter out sensitive/system files
include all filesystems regardless of type (default: only include local filesystems)
use the metadata service to provide metadata for the bundle (this is the default)
do not use the metadata service for bundle metadata
location of the volume from which to create the bundle (default: /)
the type of partition table to create (default: attempt to guess based on the existing disk)
location of a script to run immediately before bundling. It will receive the volume's mount point as its only argument.
location of an fstab(5) file to copy into the bundled image
automatically generate an fstab(5) file for the bundled image
location of a GRUB 1 configuration file to copy to /boot/grub/menu.lst on the bundled image
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.
file containing your X.509 certificate
file containing the cloud's X.509 certificate
your account ID
ID of the kernel image to associate with this machine image
ID of the ramdisk image to associate with this machine image
block device mapping scheme with which to launch instances of this machine image
comma-separated list of product codes for the image
show progress (the default when run interactively)
do not show progress (the default when run noninteractively)
show debugging output
launch interactive debugger on error
show the program's version and exit
show this help message and exit
March 2016 euca2ools 3.3