- 25 Sep, 2014 1 commit
-
-
Nikos Skalkotos authored
-
- 14 Mar, 2014 1 commit
-
-
Nikos Skalkotos authored
* Fix various spelling errors * Add module comments on all python utilities
-
- 31 Oct, 2013 1 commit
-
-
Nikos Skalkotos authored
-
- 29 Oct, 2013 1 commit
-
-
Nikos Skalkotos authored
Resizing NetBSD and OpenBSD partitions, as well as FFS filesystems does not work for now
-
- 18 Apr, 2013 1 commit
-
-
Nikos Skalkotos authored
File injection isn't implemented yet
-
- 04 Jan, 2013 1 commit
-
-
Nikos Skalkotos authored
If both /etc/rc.conf and /etc/hostname are missing, create the latter to host the hostname.
-
- 16 Dec, 2012 1 commit
-
-
Nikos Skalkotos authored
By default without investigating the distro of the guest VM, check for the presence of /etc/hostname file. This is the default place for static host names in systems that use the systemd startup deamon.
-
- 02 Dec, 2012 1 commit
-
-
Nikos Skalkotos authored
Make sure local variables are defined as local before they get assigned. Having variables get defined and assigned in one line like this: local var=foo can sometimes cause problems. For example, this line: local var=$(false) will return 0 and the script will not fail if set -x is defined.
-
- 22 Nov, 2012 1 commit
-
-
Nikos Skalkotos authored
AssignHostname task did not search for Unattend.xml in a case insensitive way.
-
- 06 Sep, 2012 1 commit
-
-
Nikos Skalkotos authored
When a users inject a file in an image that already exists, we want to make sure that this file is not altered by any other task. So, the EnforcePersonality task, is the last task that should run before the image is unmounted.
-
- 29 Jul, 2012 1 commit
-
-
Nikos Skalkotos authored
Newer arch linux systems use this file to assign a hostname. If the file is present and not empty, then use it.
-
- 23 Jul, 2012 1 commit
-
-
Nikos Skalkotos authored
* Fix distro detection code to detect arch linux systems * Fix AssighHostname hook to successfully assign the host name on arch linux systems
-
- 29 May, 2012 1 commit
-
-
Nikos Skalkotos authored
* Change the monitor message type names once again (hope this is the final version) * Pass -u (unbuffered) to sed to retain the actual output order in the log file * Fix a bug in helper code where the starting `{' was missing from the monitoring messages
-
- 24 May, 2012 1 commit
-
-
Nikos Skalkotos authored
This commit extendes the monitoring mechanism to include events from snf-image-helper.
-
- 11 Jan, 2012 1 commit
-
-
Nikos Skalkotos authored
When get_distro and get_base_distro do not detect the linux distribution a warning is triggered. AssignHostname fails if the distribution is not known.
-
- 13 Dec, 2011 1 commit
-
-
Nikos Skalkotos authored
Not all tasks, should be able to be excluded. If MountImage, UnmountImage and InstallUnattanded are never excluded, then the system deployment can't break. If you don't want to mount the image or install Unattend.xml then you probably want to use EXCLUDE_ALL_TASKS, since all other tasks depend on the aforementioned ones.
-
- 12 Dec, 2011 1 commit
-
-
Nikos Skalkotos authored
Also did a minor cleanup in AssignHostname task
-
- 18 Nov, 2011 1 commit
-
-
Nikos Skalkotos authored
-
- 11 Nov, 2011 1 commit
-
-
Nikos Skalkotos authored
-
- 09 Nov, 2011 1 commit
-
-
Nikos Skalkotos authored
-
- 04 Nov, 2011 1 commit
-
-
Nikos Skalkotos authored
-
- 13 Oct, 2011 1 commit
-
-
Nikos Skalkotos authored
-
- 10 Oct, 2011 2 commits
-
-
Vangelis Koukis authored
-
Nikos Skalkotos authored
* Make all "local" variables lowercase. * Move HELPER_EXTRA_PKGS from snf-image-update-helper to common.sh * Protect all variables from spaces and other special chars * Remove extra X's from mktemp template names (only 6 are supported). * Make sure pipelines fail if any command (not only the rightmost) fails
-
- 05 Oct, 2011 1 commit
-
-
Constantinos Venetsanopoulos authored
Also add Changelog and COPYING info
-
- 30 Sep, 2011 1 commit
-
-
Nikos Skalkotos authored
-
- 29 Sep, 2011 3 commits
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
- 28 Sep, 2011 5 commits
-
-
Nikos Skalkotos authored
This is causing problems to run-parts
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
* Make sure mount & umount are helper vm tasks themself
-
Nikos Skalkotos authored
Use SNF_IMAGE_ as prefix for the floppy exporting variables
-