From 60767203dfab0cf321d3e830e1d1af213bf6df74 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Fri, 24 May 2013 21:10:10 +0200 Subject: IMPORTANT: Implemented remote config that will be loaded at bootup IMPORTANT: You need to add the URL to a config to the kernel command line IMPORTANT: or you won't see any vmware images anymore in your vmchooser IMPORTANT: add 'APPEND slxconfig=http://132.230.8.113/boot/config' to IMPORTANT: your tftp config for a start... --- .../vmchooser/data/etc/systemd/system/var-lib-virt.mount | 10 ---------- .../vmchooser/data/etc/systemd/system/var-lib-virt.service | 8 ++++++++ 2 files changed, 8 insertions(+), 10 deletions(-) delete mode 100644 remote/modules/vmchooser/data/etc/systemd/system/var-lib-virt.mount create mode 100644 remote/modules/vmchooser/data/etc/systemd/system/var-lib-virt.service (limited to 'remote/modules/vmchooser/data') diff --git a/remote/modules/vmchooser/data/etc/systemd/system/var-lib-virt.mount b/remote/modules/vmchooser/data/etc/systemd/system/var-lib-virt.mount deleted file mode 100644 index 21ac1544..00000000 --- a/remote/modules/vmchooser/data/etc/systemd/system/var-lib-virt.mount +++ /dev/null @@ -1,10 +0,0 @@ -[Unit] - Description=Mount vm-store NFS - - [Mount] - What=vm-store.public.ads.uni-freiburg.de:vmwareImages/vmware/vmware65 - Where=/var/lib/virt - Type=nfs - Options=ro,async,nolock,vers=3 - StandardOutput=syslog - StandardError=syslog diff --git a/remote/modules/vmchooser/data/etc/systemd/system/var-lib-virt.service b/remote/modules/vmchooser/data/etc/systemd/system/var-lib-virt.service new file mode 100644 index 00000000..7a4b4f58 --- /dev/null +++ b/remote/modules/vmchooser/data/etc/systemd/system/var-lib-virt.service @@ -0,0 +1,8 @@ +[Unit] +Description=Mount vm-store NFS +Wants=download-config.service +After=download-config.service + +[Service] +Type=oneshot +ExecStart=/opt/openslx/bin/mount-lib-virt -- cgit v1.2.3-55-g7522