- 26 Sep, 2012 1 commit
-
-
Nikos Skalkotos authored
Make snf-image-helper ran as init process when calling the helper VM. Also make the helper VM shut down quickly by using the shut off SysRq.
-
- 24 Sep, 2012 1 commit
-
-
Nikos Skalkotos authored
-
- 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
-
- 16 Jul, 2012 1 commit
-
-
Nikos Skalkotos authored
This program transforms raw helper monitor messages into json strings under very strict rules. This reduces security concerns since the helper VM output cannot be trusted.
-
- 29 Jun, 2012 1 commit
-
-
Nikos Skalkotos authored
Defining EXCLUDE_TASK_DeleteSSHKeys is the same as defining EXCLUDE_TASK_DELETESSHKEYS
-
- 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
-
- 28 May, 2012 1 commit
-
-
Nikos Skalkotos authored
* Remove id field in the notifications (what was left) * Make copy-monitor.py use the already opened pipe file descriptor instead of reopening the file * Let bash choose the file descriptor instead of specifying one when opening the pipe file
-
- 25 May, 2012 1 commit
-
-
Nikos Skalkotos authored
* Add nanoseconds field in timestamp * Remove id field in the notifications * Fix cleanup code
-
- 24 May, 2012 1 commit
-
-
Nikos Skalkotos authored
This commit extendes the monitoring mechanism to include events from snf-image-helper.
-
- 15 May, 2012 1 commit
-
-
Nikos Skalkotos authored
Fix a bug where the partition that should be resized in some cases was computed in a wrong way
-
- 11 May, 2012 1 commit
-
-
Nikos Skalkotos authored
This task is used to set up the swap partition previously created by FixPartitionTable task and to add a swap entry in the instances fstab file.
-
- 10 May, 2012 1 commit
-
-
Nikos Skalkotos authored
-
- 09 May, 2012 1 commit
-
-
Nikos Skalkotos authored
-
- 30 Mar, 2012 1 commit
-
-
Nikos Skalkotos authored
Now FixPartitionTable task can enlarge logical partitions
-
- 14 Feb, 2012 1 commit
-
-
Nikos Skalkotos authored
-
- 13 Feb, 2012 1 commit
-
-
Nikos Skalkotos authored
This is needed because common.sh contains functions that use pipes, and the script should fail if any command fails.
-
- 24 Jan, 2012 1 commit
-
-
Nikos Skalkotos authored
-
- 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.
-
- 14 Dec, 2011 1 commit
-
-
Nikos Skalkotos authored
Check if the filesystem is clean, and fail if not.
-
- 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
New format: EXCLUDE_TASK_<task_name>
-
- 01 Dec, 2011 1 commit
-
-
Nikos Skalkotos authored
-
- 18 Nov, 2011 1 commit
-
-
Nikos Skalkotos authored
-
- 15 Nov, 2011 1 commit
-
-
Nikos Skalkotos authored
-
- 11 Nov, 2011 2 commits
-
-
Nikos Skalkotos authored
The should look like this: SNF_IMAGE_PROPERTY_<TASK_NAME>_TASK
-
Nikos Skalkotos authored
-
- 08 Nov, 2011 1 commit
-
-
Nikos Skalkotos authored
-
- 04 Nov, 2011 1 commit
-
-
Nikos Skalkotos authored
-
- 03 Nov, 2011 1 commit
-
-
Nikos Skalkotos authored
-
- 11 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
-
- 06 Oct, 2011 1 commit
-
-
Nikos Skalkotos authored
It's the same thing fixed in 9aac6898 in the host's code
-
- 05 Oct, 2011 1 commit
-
-
Constantinos Venetsanopoulos authored
Also add Changelog and COPYING info
-
- 04 Oct, 2011 1 commit
-
-
Nikos Skalkotos authored
It's just annoing
-
- 03 Oct, 2011 1 commit
-
-
Nikos Skalkotos authored
Helper always outputs the result to the second serial port (ttyS1).
-
- 29 Sep, 2011 1 commit
-
-
Nikos Skalkotos authored
Since the helpers scripts run before the login shell, we need to define the PATH variable ourselfs.
-
- 28 Sep, 2011 3 commits
-
-
Nikos Skalkotos authored
* Make sure mount & umount are helper vm tasks themself
-
Nikos Skalkotos authored
* Fix a typo in common.sh * Fix mktemp code in rc.local
-
Nikos Skalkotos authored
Use SNF_IMAGE_ as prefix for the floppy exporting variables
-