- Feb 19, 2015
-
-
Nikos Skalkotos authored
Extend the use-persistent-block-device-names sysprep to include support for the syslinux configuration file (/boot/syslinux.cfg). This resolves #40
-
- Feb 05, 2015
-
-
Nikos Skalkotos authored
Make sure that the libguestfs appliance is always launched directly using qemu. This can be done by exporting the environment variable LIBGUESTFS_BACKEND=direct before importing the guestfs library. This fixes #38
-
Nikos Skalkotos authored
Convert all user defined metadata names to uppercase before locally saving them to the metadata dictionary. The metadata names are case insensitive and by converting them to uppercase we can ensure that at any moment only one instance of them is present in the dictionary. This fixes #39
-
Nikos Skalkotos authored
Create a warning instead. This resolves #36
-
Nikos Skalkotos authored
Add a sysprep for disabling the IPv6 privacy extensions in Linux This resolves #37
-
Nikos Skalkotos authored
Bump version to 0.8.1next
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
- Jan 30, 2015
-
-
Nikos Skalkotos authored
-
- Jan 29, 2015
-
-
Nikos Skalkotos authored
-
- Jan 08, 2015
-
-
Nikos Skalkotos authored
Bump version to 0.8next
-
- Jan 07, 2015
-
-
Nikos Skalkotos authored
-
- Jan 05, 2015
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
- Dec 24, 2014
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
Mark them as unsupported but allow the user to upload and register them.
-
Nikos Skalkotos authored
Use stderr insteam of stream
-
- Dec 23, 2014
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
In the Debian instructions use wget which is by default installed in the Base system.
-
Nikos Skalkotos authored
-
- Dec 22, 2014
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
* Fix obsolete license and url info * Add missing entries
-
Nikos Skalkotos authored
Add indent=4 in the json dump execution
-
Nikos Skalkotos authored
This displays the registration info as returned by ./kamaki and gives the user the option to save it in a file.
-
Nikos Skalkotos authored
bsd.py already contains it.
-
Nikos Skalkotos authored
By default the output goes to sys.stdout. This is used in snf-mkimage to output the plankton answer when registering an image to a synnefo deployment. This resolves #21
-
- Dec 17, 2014
-
-
Nikos Skalkotos authored
The base class is named Output. Having a method with the same makes the code confusing.
-
Nikos Skalkotos authored
Feature bsd support
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
Add a method that checks if the ssh daemon is enabled at boot.
-
Nikos Skalkotos authored
Add a method that checks if the ssh daemon is enabled at boot.
-
Nikos Skalkotos authored
* Split code from freebsd.py to bsd.py * Make {Open,Net,Free}bsd classes inherit from Bsd
-
- Dec 16, 2014
-
-
Nikos Skalkotos authored
Otherwise kamaki complains
-
Nikos Skalkotos authored
-
- Dec 15, 2014
-
-
Nikos Skalkotos authored
-
- Dec 13, 2014
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
This can be used to display the current execution log.
-
Nikos Skalkotos authored
Instead of defining a list member inside.
-