[PATCH 0/6] Add filesystem image and tarfile creation to livemedia-creator

Brian C. Lane bcl at redhat.com
Fri Apr 4 22:04:02 UTC 2014


--make-fsimage was only working with --no-virt mode, this adds support for it
to virt-install mode as well which makes it easier to use with different
releases than the host system.

With the addition of the kickstart liveimg tarfile support and all the talk of
docker, lxc, etc. having a tarfile of the root filesystem is also useful, so
this also adds support for that in both virt-install and no-virt modes.

Brian C. Lane (6):
  livemedia-creator: Make --make-fsimage work with virt-install
  livemedia-creator: Update documentation to reflect new options
  livemedia-creator: Output all the errors at once
  livemedia-creator: Check fsimage kickstart for single partition
  livemedia-creator: Allow disk sizes to be < 1GiB
  livemedia-creator: Add support for making tarfiles

 README.livemedia-creator   |  34 ++++++-
 docs/livemedia-creator.1   |  37 +++++++-
 src/pylorax/imgutils.py    |  49 +++++++---
 src/sbin/livemedia-creator | 228 +++++++++++++++++++++++++++++----------------
 4 files changed, 247 insertions(+), 101 deletions(-)

-- 
1.9.0



More information about the anaconda-patches mailing list