summaryrefslogtreecommitdiffstats
path: root/core/modules/run-virt/data/opt/openslx/vmchooser/data/linux/README
diff options
context:
space:
mode:
authorChristian Rößler2017-04-24 17:18:42 +0200
committerChristian Rößler2017-04-24 17:18:42 +0200
commit40cbdf108ab1d85c69fcfd1d506340b7b102f40c (patch)
tree855a4357b517de1239b5e8d7a9afe755bbebe1b6 /core/modules/run-virt/data/opt/openslx/vmchooser/data/linux/README
parent[pam] add missing content package (diff)
downloadmltk-40cbdf108ab1d85c69fcfd1d506340b7b102f40c.tar.gz
mltk-40cbdf108ab1d85c69fcfd1d506340b7b102f40c.tar.xz
mltk-40cbdf108ab1d85c69fcfd1d506340b7b102f40c.zip
[run-virt] Floppy (fd1)-scripts: Some more testing, some hardening
Diffstat (limited to 'core/modules/run-virt/data/opt/openslx/vmchooser/data/linux/README')
-rw-r--r--core/modules/run-virt/data/opt/openslx/vmchooser/data/linux/README13
1 files changed, 9 insertions, 4 deletions
diff --git a/core/modules/run-virt/data/opt/openslx/vmchooser/data/linux/README b/core/modules/run-virt/data/opt/openslx/vmchooser/data/linux/README
index 2476126b..53576259 100644
--- a/core/modules/run-virt/data/opt/openslx/vmchooser/data/linux/README
+++ b/core/modules/run-virt/data/opt/openslx/vmchooser/data/linux/README
@@ -1,19 +1,24 @@
-This package consists of the following scripts:
+This package consists of following scripts:
vm_installer: This script is to be started once in a local, permanent (so
not within the pool system environment) virtual machine. It
- writes three systemd service files and links them, so the
- scripts will be started at system startup resp. shutdown:
+ writes three systemd service files and links them, so
+ following scripts will be started at system startup resp.
+ shutdown:
resolution: (after display-manager.service): Sets resolution within the
virtual machine according to base system resolution given via
- config file openslx.ini, and re-checks it for some time..
+ config file openslx.ini, and re-checks it for some time.
mnt_shares: (after basic.target): Reads entries remapMode (and
createMissingRemap, todo) from the file openslx.ini, and
mounts the shares given by shares.dat according to remapMode.
mounts therein given network shares.
+umnt_shares: (Before shutdown.target): Umounts given shares at virtual
+ machine shutdown time .
+
+
resolution_standalone: Standalone version of resolution sctipt. Needs no
preliminary work done by systemd or vm_runtime.
One has to embed/start it via adequate means by hand