diff options
| author | Christian Rößler | 2014-04-14 15:28:33 +0200 |
|---|---|---|
| committer | Christian Rößler | 2014-04-14 15:28:33 +0200 |
| commit | c3bfb168f398668c1890e671908523144218438f (patch) | |
| tree | 80f456a898dae2ffa6d806c6b1172ce43e9bdca7 /remote | |
| parent | Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts (diff) | |
| download | tm-scripts-c3bfb168f398668c1890e671908523144218438f.tar.gz tm-scripts-c3bfb168f398668c1890e671908523144218438f.tar.xz tm-scripts-c3bfb168f398668c1890e671908523144218438f.zip | |
[systemd] git REQUIRED_URL and REQUIRED_KMOD_URL added to U14.04-conf
REQUIRED_LIBKMOD_URL
Diffstat (limited to 'remote')
| -rw-r--r-- | remote/modules/systemd/module.conf.ubuntu.14 | 5 |
1 files changed, 4 insertions, 1 deletions
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 |
