- Jun 23, 2015
-
-
Nikos Skalkotos authored
Detect if a partition has a bootloader installed on its Volume Boot Record.
-
- Jun 19, 2015
-
-
Nikos Skalkotos authored
Detect the bootloader that is installed on the MBR and assign it to the BOOTSTRAP image property.
-
- May 14, 2015
-
-
Nikos Skalkotos authored
There were cases where the parameter was of type long and this raises exceptions in newer versions of the python-dialog.
-
- May 11, 2015
-
-
Nikos Skalkotos authored
We were not using it.
-
Nikos Skalkotos authored
The method was hot-patched into the pythondialog library if it was missing. Use the same format found in pythondialog 3.x
-
Nikos Skalkotos authored
New versions of python-dialog will create deprecation warnings when using the old values
-
- May 07, 2015
-
-
Nikos Skalkotos authored
Use dialog constants to compare with the return value of yesno(). In newer versions of the dialog library, the return value of the function is unicode strings.
-
- Apr 30, 2015
-
-
Nikos Skalkotos authored
* Add text/plain as content type in the md5sum file * Add application/json as content type in the meta file
-
Nikos Skalkotos authored
Allow the user to upload the image to a different container than the "images" one.
-
Nikos Skalkotos authored
As the documentation of libguestfs states, a separated thread should be started after mount_local has finished and before mount_local_run, which is a blocking command, gets started. Till now, we used to start the thread just before mount_local.
-
Nikos Skalkotos authored
Also change the mount() method to be able to use it standalone without a with statement.
-
Nikos Skalkotos authored
-
- Apr 29, 2015
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
Export the image metadata as environment variables before running scripts on the mounted image. This way the metadata will be visible and can be used by the scripts if needed.
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
Allow the user to change the destination container when uploading images.
-
Nikos Skalkotos authored
This option can be used to prefix each output line with a timestamp.
-
Nikos Skalkotos authored
If the user specifies /dev/null as output file, omit dumping the image. This can be used for debug reasons.
-
Nikos Skalkotos authored
Update the image properties accordingly if this is the case
-
- Apr 01, 2015
-
-
Dionysis Grigoropoulos authored
-
- Mar 03, 2015
-
-
Nikos Skalkotos authored
Bump version to 0.9next
-
- Mar 02, 2015
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
- Feb 27, 2015
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
Increase the default boot and the shutdown timeout in windows to 10 and 5 minutes respectfully.
-
Nikos Skalkotos authored
Prior to this, if you tried to install the same version of the VirtIO drivers that where already installed on a Windows media, you would end up just uninstalling the old ones. This happened because snf-image-creator added code for installing the new drivers and then for removing the old ones. Windows would ignore the first request, since the drivers were already present in the database, but would perform the second one. This fixes #44
-
Nikos Skalkotos authored
Fix a typo that raised an AttributeError exception when the input media was a *BSD system.
-
- Feb 24, 2015
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
Also update the year in the "Copyright" section
-
- Feb 20, 2015
-
-
Nikos Skalkotos authored
This task was added in snf-image v0.18
-
Nikos Skalkotos authored
Check if the deployment task list is empty. If this is the case, a message should be printed to the user. If we try to initialize the dialog menu with an empty choices list, the program will crash.
-
Nikos Skalkotos authored
Use a function to determine if a CONFIGURATION_TASK entry specifies a task that is applicable for the current image's OS type.
-
Nikos Skalkotos authored
An OS was characterized as unknown if the distro was unknown even though the osfamily was not unknown.
-
Nikos Skalkotos authored
-
- Feb 19, 2015
-
-
Nikos Skalkotos authored
Add the new powerbtn_action sysprep command that controls the action made when the power button gets pressed.
-
Nikos Skalkotos authored
Workaround the bug that libguestfs may raise a RuntimeError even if the command runs successfully, due to the fact that the command exited with non-zero exit status.
-