- 24 Jun, 2015 1 commit
-
-
Vangelis Koukis authored
Move DisableRemoteDesktopConnections from priority 40 to priority 41, ensuring it runs after 40InstalUnattend.in. This makes the dependency between the installed answer file and the DisableRemoteDesktopConnections task explicit: The task assumes that RDP connections will be re-enabled via an appropriate <RunSynchronousCommand> entry in the answer file, which must already exist. Making the dependency explicit, allows making the process more robust in the future: The DisableRemoteDesktopConnections task should not blindly assume that a potentially Image-specific unattend.xml file contains the specific <RunSynchronousCommand> entry it requires, but may insert it explicitly, since the answer file is bound to have been detected or installed via the the previously executed 40InstallUnattend task.
-
- 10 Feb, 2015 1 commit
-
-
Nikos Skalkotos authored
This task is used for configuring the VM's NICs.
-
- 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.
-
- 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.
-
- 16 Nov, 2011 2 commits
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
This task is deleted from the repository. It's functionality was merged with InstallUnattend
-
- 15 Nov, 2011 1 commit
-
-
Nikos Skalkotos authored
-
- 08 Nov, 2011 1 commit
-
-
Nikos Skalkotos authored
All tasks should be bash scripts that source common.sh. We have also fixed BUG #1577
-
- 06 Nov, 2011 1 commit
-
-
Nikos Skalkotos authored
-
- 12 Oct, 2011 3 commits
-
-
Nikos Skalkotos authored
run-parts refuses to execute files with extensions.
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
- 06 Oct, 2011 1 commit
-
-
Nikos Skalkotos authored
50ChangePassword was looking in commondir instead of scriptsdir for snf-passtohash.py
-
- 05 Oct, 2011 1 commit
-
-
Constantinos Venetsanopoulos authored
Also add Changelog and COPYING info
-
- 04 Oct, 2011 1 commit
-
-
Nikos Skalkotos authored
* Change the main script from rc.local to snf-image-helper. * Fix some build dirs.
-
- 30 Sep, 2011 1 commit
-
-
Nikos Skalkotos authored
-
- 29 Sep, 2011 1 commit
-
-
Nikos Skalkotos authored
-