From 347bf1c5498a9a99974d994ee66eea8faa64d2b7 Mon Sep 17 00:00:00 2001 From: Christian Rößler Date: Mon, 14 Apr 2014 15:20:40 +0200 Subject: [vmchooser-runvirt] Just a little typo. --- remote/modules/vmchooser/data/opt/openslx/scripts/vmchooser-run_virt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'remote/modules') 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 ec9f906e..c4ae4617 100755 --- a/remote/modules/vmchooser/data/opt/openslx/scripts/vmchooser-run_virt +++ b/remote/modules/vmchooser/data/opt/openslx/scripts/vmchooser-run_virt @@ -51,7 +51,7 @@ cleanexit () { sleep 1 # remove config dirs when exit if echo "${RMDIRS}" 2>/dev/null | grep -q "${xmlvirt}"; then - writelog "${xmlvirt} exited. Cleanning up... \c" + writelog "${xmlvirt} exited. Cleaning up... \c" rm -rf -- ${RMDIRS} >/dev/null 2>&1 writelog "done" fi -- cgit v1.2.3-55-g7522 From c3bfb168f398668c1890e671908523144218438f Mon Sep 17 00:00:00 2001 From: Christian Rößler Date: Mon, 14 Apr 2014 15:28:33 +0200 Subject: [systemd] git REQUIRED_URL and REQUIRED_KMOD_URL added to U14.04-conf REQUIRED_LIBKMOD_URL --- remote/modules/systemd/module.conf.ubuntu.14 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'remote/modules') diff --git a/remote/modules/systemd/module.conf.ubuntu.14 b/remote/modules/systemd/module.conf.ubuntu.14 index 1724d26f..af404a7f 100644 --- a/remote/modules/systemd/module.conf.ubuntu.14 +++ b/remote/modules/systemd/module.conf.ubuntu.14 @@ -1,5 +1,8 @@ REQUIRED_VERSION="systemd-212" -REQUIRED_LIBKMOD_VERSION="kmod-15" +REQUIRED_URL="http://www.freedesktop.org/software/systemd/${REQUIRED_VERSION}.tar.xz" +REQUIRED_LIBKMOD_VERSION="kmod-17" +REQUIRED_LIBKMOD_URL="http://www.kernel.org/pub/linux/utils/kernel/kmod/${REQUIRED_LIBKMOD_VERSION}.tar.xz" + REQUIRED_INSTALLED_PACKAGES=" intltool gperf -- cgit v1.2.3-55-g7522