bdcs-0.1.0: Tools for managing a content store of software packages

Copyright(c) 2017 Red Hat Inc.
LicenseLGPL
Maintainerhttps://github.com/weldr
Stabilityalpha
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

BDCS.Export.Qcow2

Description

Functions for exporting objects from the BDCS into a qcow2 image.

Synopsis

Documentation

qcow2Sink :: (MonadResource m, MonadIO m, MonadError String m) => FilePath -> Consumer (Files, Object) m () Source #

A Consumer that writes objects into a temporary directory, and then converts that directory into a qcow2 image with virt-make-fs.