- Feb 05, 2015
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
- Jan 30, 2015
-
-
Nikos Skalkotos authored
-
- Jan 29, 2015
-
-
Nikos Skalkotos authored
-
- 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.
-
Nikos Skalkotos authored
output is a Output class method and using it in _Progress makes the code more confusing.
-
- Dec 08, 2014
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
The user may alter the list of sensitive userdata
-
Nikos Skalkotos authored
The type for those parameters is list:<type>
-
Nikos Skalkotos authored
This can be used to define scripts to run on the guest media after mounting it under a directory in the host. This resolves #13, resolves #14 and resolves #15
-
- Nov 18, 2014
-
-
Nikos Skalkotos authored
-
- Nov 14, 2014
-
-
Nikos Skalkotos authored
Only use the mount feature in the Image class if it is supported by the libguestfs build. The feature of mounting an image locally through FUSE was added in libguestfs 1.18.
-