summaryrefslogblamecommitdiffstats
path: root/remote/modules/vmchooser/data/opt/openslx/scripts/systemd-mount_vm_store
blob: 0c1b3fad49c86f3ea2f1f53ccf085b027ed3b290 (plain) (tree)
1
2
3
4
5
6



                               
                     
                                                          
#!/bin/bash

. /opt/openslx/config || exit 1

mkdir -p /mnt/vmstore
mount -t nfs -o ro,async,nolock "$SLX_VM_NFS" /mnt/vmstore