Move the task exclusion check away from common.sh
authorNikos Skalkotos <skalkoto@grnet.gr>
Tue, 13 Dec 2011 10:54:45 +0000 (12:54 +0200)
committerNikos Skalkotos <skalkoto@grnet.gr>
Tue, 13 Dec 2011 11:52:32 +0000 (13:52 +0200)
commit2a0c492d7881c4da7024027712b31b7184ea175d
tree8c1963d274cce8814641543df1eb3ed6396ddd9e
parent11994c76e8dac196af7b103b192959974d3d661f
Move the task exclusion check away from common.sh

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.
snf-image-helper/common.sh
snf-image-helper/tasks/10FixPartitionTable.in
snf-image-helper/tasks/20FilesystemResizeUnmounted.in
snf-image-helper/tasks/40DeleteSSHKeys.in
snf-image-helper/tasks/40DisableRemoteDesktopConnections.in
snf-image-helper/tasks/40SELinuxAutorelabel.in
snf-image-helper/tasks/50AssignHostname.in
snf-image-helper/tasks/50ChangePassword.in
snf-image-helper/tasks/50EnforcePersonality.in
snf-image-helper/tasks/50FilesystemResizeMounted.in