- May 15, 2014
-
-
Nikos Skalkotos authored
libguestfs prior to 1.27.9 will identify Oracle Linux as Red Hat Enterprise Linux. Check for the presence of /etc/oracle-linux to determine if the OS is Oracle Linux.
-
Nikos Skalkotos authored
If the distro name as returned by libguestfs's inspect_get_distro was redhat-based, since hyphens are not allowed in module names, importing module redhat-based would create an ImportError exception, even if file redhat-based.py was present. Although we don't have any redhat-based.py module and the code will still correctly fall back to importing linux.py this can be considered as a bug. In order to overcome this, we replace the hyphens with underscores in the distro and osfamily names. In the future, if we have to create a module for redhat-based distros we will name it redhat_based.py.
-
Nikos Skalkotos authored
When we wrap text to create a paragraph and print it in a dialog box, make sure the lines will not get wrapped further by the dialog box.
-
Nikos Skalkotos authored
If launching the guestfs helper VM fails, the library will throw a RuntimeError exception. Don't treat this as an unhandled exception. Convert it to FatalError but preserve the error message.
-
Nikos Skalkotos authored
If an exception that we don't know how to handle gets thrown, make sure the traceback is always printed in the command line. If the output of the program is also saved in a log file, then make sure the traceback gets printed there too.
-
- Mar 20, 2014
-
-
Nikos Skalkotos authored
Remove the warning about having swapped the names of the snf-mkimage and snf-image-creator executables. Keeping this warning for one major release was enough.
-
- Mar 19, 2014
-
-
Nikos Skalkotos authored
If a dialog widget exits in an abnormal way, we may end up having a messed up terminal. Make sure that the terminal attributes are always restored before the dialog-based version on snf-image-creator terminates.
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
- Mar 11, 2014
-
-
Nikos Skalkotos authored
Add a short description of the program in the root page of the documentation
-
Nikos Skalkotos authored
-
- Mar 10, 2014
-
-
Vangelis Koukis authored
-
Vangelis Koukis authored
-
Nikos Skalkotos authored
Add instruction for importing the repository's GPG key before installing the Debian packages
-
- Feb 27, 2014
-
-
Nikos Skalkotos authored
-
- Jan 18, 2014
-
-
Nikos Skalkotos authored
Conflicts: image_creator/version.py version
-
- Jan 10, 2014
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
- Jan 08, 2014
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
If the text was more lines that the height of the active region in the dialog the 2 last lines were not displayed.
-
Nikos Skalkotos authored
Those parameter can be used to control how many CPUs and how much RAM the Windows VM should have during the configuration
-
- Jan 07, 2014
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
Add missing input options
-
Nikos Skalkotos authored
Make snf-image-creator be the dialog-based program and snf-mkimage be the command line one.
-
- Jan 06, 2014
-
-
Nikos Skalkotos authored
Check the presence of the winexe executable at runtime only if the input media is a Windows system
-
- Dec 19, 2013
-
-
Nikos Skalkotos authored
Make it work with Windows Server 2012 R2. The format of shrink querymax command has changed.
-
- Dec 18, 2013
-
-
Nikos Skalkotos authored
Add KMS client setup keys for Windows Server 2012 R2 and Windows 8.1
-
Nikos Skalkotos authored
-
- Nov 01, 2013
-
-
Nikos Skalkotos authored
In Linux when clearing out the account, remove the backup file: /etc/shadow-
-
Nikos Skalkotos authored
-
- Oct 23, 2013
-
-
Nikos Skalkotos authored
This allows us to add a Description field in register. This can be used to update the DESCRIPTION image property
-
- Oct 22, 2013
-
-
Nikos Skalkotos authored
-
- Oct 16, 2013
-
-
Nikos Skalkotos authored
This can be used to perform various tests to determine if the media is supported.
-
- Oct 11, 2013
-
-
Nikos Skalkotos authored
Add a new "Unsupported" os_type class. Images that get created from unsupported media have the EXCLUDE_ALL_TASKS property enabled.
-
- Oct 10, 2013
-
-
Nikos Skalkotos authored
Conflicts: image_creator/version.py version
-