diff options
Diffstat (limited to 'remote')
| -rwxr-xr-x | remote/modules/vmchooser/data/opt/openslx/scripts/vmchooser-run_virt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remote/modules/vmchooser/data/opt/openslx/scripts/vmchooser-run_virt b/remote/modules/vmchooser/data/opt/openslx/scripts/vmchooser-run_virt index 4462d09b..a5bb735d 100755 --- a/remote/modules/vmchooser/data/opt/openslx/scripts/vmchooser-run_virt +++ b/remote/modules/vmchooser/data/opt/openslx/scripts/vmchooser-run_virt @@ -406,7 +406,7 @@ enable3d=$(grep -i "<enable3d param=.*" ${xmlfile} 2>/dev/null | \ awk -F '=' {'print $2'} | tr "[A-Z]" "[a-z]") # Add rw share -sharepath="${HOME}" +sharepath="${HOME}/PERSISTENT" sharename="home" # Set hostname: using original hostname and adding string |
