- 03 Feb, 2014 2 commits
-
-
Nikos Skalkotos authored
Remove --print-last-linux and change some other argument names
-
Nikos Skalkotos authored
Add code to read /etc/fstab of the *BSD images and mount the remaining filesystems during MountImage. This only worked for Linux
-
- 29 Jan, 2014 1 commit
-
-
Nikos Skalkotos authored
-
- 05 Nov, 2013 1 commit
-
-
Nikos Skalkotos authored
In OpenBSD the first line(s) get overwritten upon each boot by the rc scripts and kernel informations are added
-
- 30 Oct, 2013 1 commit
-
-
Nikos Skalkotos authored
-
- 29 Oct, 2013 3 commits
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
Resizing NetBSD and OpenBSD partitions, as well as FFS filesystems does not work for now
-
- 18 Oct, 2013 1 commit
-
-
Nikos Skalkotos authored
Fix a bug in get_partition_to_resize where the script would not stop if the get_partition_table function failed, leading to bash syntax errors.
-
- 23 Apr, 2013 2 commits
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
- 22 Apr, 2013 3 commits
-
-
Nikos Skalkotos authored
In bash command substitution may trim the output. We need to count the stderr lines after we use tail and not before
-
Nikos Skalkotos authored
Sometimes sfdisk --print-id does not return the id because it erroneously detects the partition as being GPT. Add a --force to overcome this.
-
Nikos Skalkotos authored
In the STDERR command a `:' was missing
-
- 18 Apr, 2013 1 commit
-
-
Nikos Skalkotos authored
File injection isn't implemented yet
-
- 16 Apr, 2013 2 commits
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
- 07 Mar, 2013 1 commit
-
-
Nikos Skalkotos authored
Let the host system provide those values to the helper through the kernel command line.
-
- 06 Mar, 2013 1 commit
-
-
Nikos Skalkotos authored
-
- 20 Feb, 2013 1 commit
-
-
Nikos Skalkotos authored
* Add custom vif script for the helper VM * Cleanup helper code
-
- 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 1 commit
-
-
Nikos Skalkotos authored
Make it comply with the rest of the software. Some things are not ready yet.
-
- 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
-
- 03 Jan, 2013 1 commit
-
-
Nikos Skalkotos authored
Partitions with id=0x0F are extended partitions with LBA addressing.
-
- 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.
-
- 07 Dec, 2012 1 commit
-
-
Nikos Skalkotos authored
This is needed because in some cases, the init could exit before the system shut down causing a KERNEL PANIC.
-
- 03 Dec, 2012 1 commit
-
-
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.
-
- 22 Nov, 2012 1 commit
-
-
Nikos Skalkotos authored
AssignHostname task did not search for Unattend.xml in a case insensitive way.
-
- 13 Nov, 2012 3 commits
-
-
Nikos Skalkotos authored
Make sure that if log_error is executed like this: log_error "text" "text" The 2 arguments get merged before being fed to the monitoring system.
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
Fix a bug where the helper will not send a image-helper-error msg if an error occures when running snf-image-helper main script and not one of the configuration tasks. Conflicts: snf-image-helper/common.sh
-
- 29 Sep, 2012 1 commit
-
-
Dimitris Aragiorgis authored
Helper gets a dummy interface and communication between helper and host is done via socat STDIO INTERFACE:eth0/vif$helperid.0 Signed-off-by:
Dimitris Aragiorgis <dimara@grnet.gr>
-
- 28 Sep, 2012 3 commits
-
-
Dimitris Aragiorgis authored
Signed-off-by:
Dimitris Aragiorgis <dimara@grnet.gr>
-
Dimitris Aragiorgis authored
Support launching helper domain on top of Xen hypervisor under PV mode. Helper VM becomes hypervisor aware by passing hypervisor=$HYPERVISOR in the kernel command line and thus acts accordingly (which logging devices to use, what disk/floppy devices to expect, etc) We separate all hypervisor specific functions and vars and source them according to $HYPERVISOR env var. Due to the fact that multiconsole for PV domains is supported only after linux kernel 3.2 (Stefano Stabellini tree - branch 3.2-multiconsole-2 git://xenbits.xen.org/people/sstabellini/linux-pvhvm.git ) all output/error report and logging is done via hvc0. Helper domain is debootstraped with 2 kernels (linux-image-amd64, linux-image-xen-amd64) and is booted accordingly. Floppy is not supported in PV so floppy is passed as another disk. The images created can run on top of xen-hvm and xen-pvm hypervisor. Change logging to start with HELPER_MONITOR_ in order to parse it when having only one console. Signed-off-by:
Dimitris Aragiorgis <dimara@grnet.gr>
-
Nikos Skalkotos authored
You can disable this behaviour by defining the DO_SYNC image property.
-
- 26 Sep, 2012 1 commit
-
-
Nikos Skalkotos authored
Make snf-image-helper ran as init process when calling the helper VM. Also make the helper VM shut down quickly by using the shut off SysRq.
-
- 24 Sep, 2012 1 commit
-
-
Nikos Skalkotos authored
-