]> git.siccegge.de Git - forks/vmdebootstrap.git/commit
Add --tarball option to create a tar of the disk
authorRichard Maw <richard.maw@codethink.co.uk>
Wed, 10 Oct 2012 15:59:31 +0000 (16:59 +0100)
committerRichard Maw <richard.maw@codethink.co.uk>
Wed, 10 Oct 2012 15:59:31 +0000 (16:59 +0100)
commit5387be03c383aab0d448dfbe12c91afd64ab5daf
treee86110f2d81a8a6936322c618855adbb40490026
parent01f8e6666e5e539b4bb5ea03ccec2e1d5a89ca72
Add --tarball option to create a tar of the disk

The configuration of debootstrap is useful even if a disk image is
not created, and allows the same configuration to be used for targets
that don't accept a raw disk image.

It's possible to use both --image and --tarball, in which case
it behaves the same as --image, but also creates a tarball of the
contents of the disk image.

If --tarball is specified, but --image isn't then, instead of creating
a disk image, it will debootstrap into a temporary directory.
vmdebootstrap