- 03 Nov, 2011 2 commits
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
For {ext,ntfs}dump this is always 1. For diskdump this is an image property
-
- 02 Nov, 2011 1 commit
-
-
Nikos Skalkotos authored
-
- 31 Oct, 2011 2 commits
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
- 26 Oct, 2011 2 commits
-
-
Nikos Skalkotos authored
Also remove `-l' option. It's no longer needed.
-
Nikos Skalkotos authored
-
- 20 Oct, 2011 2 commits
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
- 17 Oct, 2011 4 commits
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
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 4 commits
-
-
Nikos Skalkotos authored
-
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 8 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
-
Vangelis Koukis authored
-
Vangelis Koukis authored
-
Nikos Skalkotos authored
This is really minor, but since we are using a bash var for losetup in create, which is overwritable from the defaults file, lets keep it that way.
-
Nikos Skalkotos authored
-
Nikos Skalkotos 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
-
- 07 Oct, 2011 5 commits
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
Since the mount and umount commands are tasks, if a task fails, the filesystem may have been left mounted. For this case, I've created a trap that tries to umount the filesystem
-
- 06 Oct, 2011 1 commit
-
-
Nikos Skalkotos authored
Helper image should never have filesystem checks. The default rule mkfs implies is to check every 24 mounts or 180 days.
-