search for: b9c0588

Displaying 1 result from an estimated 1 matches for "b9c0588".

Did you mean: b920582
2015 Jun 16
2
[PATCH v4] RFC: New tool: virt-dib
...image_name, fs_type, size, root_label, install_type, image_cache, compressed, + qemu_img_options, mkfs_options, is_ramdisk, ramdisk_element, extra_packages, + memsize, network, smp, delete_on_failure, formats, arch, envvars diff --git a/dib/dib.ml b/dib/dib.ml new file mode 100644 index 0000000..b9c0588 --- /dev/null +++ b/dib/dib.ml @@ -0,0 +1,917 @@ +(* virt-dib + * Copyright (C) 2015 Red Hat Inc. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2...