summaryrefslogblamecommitdiffstats
path: root/core/modules/run-virt/data/opt/openslx/vmchooser/data/linux/README
blob: 53576259d7185eca3a3cd2a4fc3a049618ee5f2e (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                                           


                                                                            


                                                                          


                                                                              
                                                                        



                                                                              
                                                    
 



                                                                          

                                                                         


                                                                     
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  
		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.

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 
		(Xsetup/Xreset).