- 08 Feb, 2013 2 commits
-
-
Nikos Skalkotos authored
Check the cmdline of the kernel to determine what device to check for find the rules file
-
Nikos Skalkotos authored
Make sure everything works even when the root filesystem in the helper VM is mounted read-only.
-
- 07 Feb, 2013 2 commits
-
-
Nikos Skalkotos authored
Conflicts: snf-image-helper/common.sh snf-image-host/Makefile.am snf-image-host/common.sh.in snf-image-host/create snf-image-host/defaults
-
Nikos Skalkotos authored
Make it comply with the rest of the software. Some things are not ready yet.
-
- 06 Feb, 2013 1 commit
-
-
Nikos Skalkotos authored
This can be used to configure the bridge on which the helper's VM nic will be attached when using XEN.
-
- 27 Jan, 2013 2 commits
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
Change HELPER_SIZE to 600 and HELPER_SOFT_TIMEOUT to 120
-
- 21 Jan, 2013 4 commits
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
Add a new HELPER_SIZE variable for this purpose. Default size is hardcoded to 400MB
-
Nikos Skalkotos authored
The code for checking for non-default keys was never called
-
Nikos Skalkotos authored
-
- 17 Jan, 2013 3 commits
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
Remove: HELPER_CACHE_DIR HELPER_IMG HELPER_KERNEL HELPER_INITRD TIMELIMIT Add: TIMEOUT In configure, remove: --enable-network-backend --with-helper-img --with-helper-kernel --with-helper-initrd
-
- 08 Jan, 2013 1 commit
-
-
Nikos Skalkotos authored
-
- 07 Jan, 2013 2 commits
-
-
Nikos Skalkotos authored
If the image has /home on a different partition than /, then we'll need to have it mounted to inject files on a user's home directory.
-
Nikos Skalkotos authored
Fix a typo in a variable name
-
- 04 Jan, 2013 5 commits
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
If both /etc/rc.conf and /etc/hostname are missing, create the latter to host the hostname.
-
- 03 Jan, 2013 1 commit
-
-
Nikos Skalkotos authored
Partitions with id=0x0F are extended partitions with LBA addressing.
-
- 16 Dec, 2012 1 commit
-
-
Nikos Skalkotos authored
By default without investigating the distro of the guest VM, check for the presence of /etc/hostname file. This is the default place for static host names in systems that use the systemd startup deamon.
-
- 15 Dec, 2012 1 commit
-
-
Nikos Skalkotos authored
Fix a bug where errors that where not created using log_error where not registered to the monitoring subsystem.
-
- 14 Dec, 2012 1 commit
-
-
Nikos Skalkotos authored
Make sure the cached unattend xml file gets deleted after sysprep
-
- 07 Dec, 2012 2 commits
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
This is needed because in some cases, the init could exit before the system shut down causing a KERNEL PANIC.
-
- 05 Dec, 2012 2 commits
-
-
Nikos Skalkotos authored
-
Christos Stavrakakis authored
Modify pithcat to be able to parse and work with URLs of the form: `pithosmap://hash/size' which are neeed for archipelagos.
-
- 03 Dec, 2012 2 commits
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
Stratos Psomadakis suggested to shutdoen the helper VM using the `o' Magic SsysRq key
-
- 02 Dec, 2012 1 commit
-
-
Nikos Skalkotos authored
Make sure local variables are defined as local before they get assigned. Having variables get defined and assigned in one line like this: local var=foo can sometimes cause problems. For example, this line: local var=$(false) will return 0 and the script will not fail if set -x is defined.
-
- 01 Dec, 2012 1 commit
-
-
Nikos Skalkotos authored
-
- 30 Nov, 2012 4 commits
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
snf-image-update-helper will only install a pkg retrieved from the apt unless -p option is specified.
-
Nikos Skalkotos authored
-
- 29 Nov, 2012 2 commits
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-