- 18 Nov, 2011 3 commits
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
Now injected files may include user defined permition and ownership information.
-
- 17 Nov, 2011 1 commit
-
-
Constantinos Venetsanopoulos authored
-
- 16 Nov, 2011 4 commits
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
This task needs InstallUnattend
-
Nikos Skalkotos authored
This task is deleted from the repository. It's functionality was merged with InstallUnattend
-
Nikos Skalkotos authored
The password is applied in oobeSystem and RDP is enabled in a previous pass. I Also did a cleanup on the windows tasks.
-
- 15 Nov, 2011 1 commit
-
-
Nikos Skalkotos authored
-
- 11 Nov, 2011 4 commits
-
-
Nikos Skalkotos authored
The should look like this: SNF_IMAGE_PROPERTY_<TASK_NAME>_TASK
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
- 10 Nov, 2011 1 commit
-
-
Nikos Skalkotos authored
* In decode-properties.py, use subprocess.Popen method instead of subprocess.check_output, which is introduced in python 2.7 * Fix a bug in snf-image-helper where decode-properties.py was not properly called * Fix a bug in FixPartitionTable task
-
- 09 Nov, 2011 3 commits
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
- 08 Nov, 2011 2 commits
-
-
Nikos Skalkotos authored
All tasks should be bash scripts that source common.sh. We have also fixed BUG #1577
-
Nikos Skalkotos authored
-
- 06 Nov, 2011 2 commits
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
- 04 Nov, 2011 1 commit
-
-
Nikos Skalkotos authored
-
- 03 Nov, 2011 1 commit
-
-
Nikos Skalkotos authored
-
- 20 Oct, 2011 1 commit
-
-
Nikos Skalkotos authored
-
- 17 Oct, 2011 2 commits
-
-
Nikos Skalkotos authored
-
Vangelis Koukis authored
Prepend a timestamp before every line of output of run-parts hooks, needed as a quick-n-dirty way to estimate the time taken by each hook to complete. Refs #1499
-
- 14 Oct, 2011 1 commit
-
-
Nikos Skalkotos authored
This has an affect on fedora and ubuntu instances, where user password is not changed. Only the root one.
-
- 13 Oct, 2011 3 commits
-
-
Nikos Skalkotos authored
DeleteSShKeys task used to fail when /etc/ssh/sshd_config was missing. We decided to relax this constraint and make it create warnings instead.
-
Vangelis Koukis authored
Fix usage of file as a var name, in personality task, it's a built-in Python identifier.
-
Nikos Skalkotos authored
-
- 12 Oct, 2011 5 commits
-
-
Nikos Skalkotos authored
The python code did not compile. File object was not created correct.
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
run-parts refuses to execute files with extensions.
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
- 11 Oct, 2011 3 commits
-
-
Nikos Skalkotos authored
-
Vangelis Koukis authored
Make sure snf-image-host passes the magic argument in the kernel command line of the helper VM to activate snf-image-helper, update AUTHORS.
-
Nikos Skalkotos authored
-
- 10 Oct, 2011 2 commits
-
-
Vangelis Koukis authored
Only activate the snf-image-helper automatically if the caller has passed a magic argument in the kernel command line. Require a '--force' argument to activate snf-image-helper, to avoid accidental execution of the script.
-
Vangelis Koukis authored
-