diff options
| author | Christian Rößler | 2013-09-20 16:32:04 +0200 |
|---|---|---|
| committer | Christian Rößler | 2013-09-20 16:32:04 +0200 |
| commit | c6d85e1407b4f7b0d2c33934631aa6eab4b980d4 (patch) | |
| tree | 8e810d3aa4f1031986124c30b5d312ab7e56b745 | |
| parent | [rootfs-stage32] buildscript and conf file updated for openSuse (diff) | |
| parent | [consolekit] added back missing folder, fixes error msg upon login (diff) | |
| download | tm-scripts-c6d85e1407b4f7b0d2c33934631aa6eab4b980d4.tar.gz tm-scripts-c6d85e1407b4f7b0d2c33934631aa6eab4b980d4.tar.xz tm-scripts-c6d85e1407b4f7b0d2c33934631aa6eab4b980d4.zip | |
Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts
| -rwxr-xr-x | mltk | 4 | ||||
| -rw-r--r-- | remote/modules/consolekit/consolekit.conf | 1 |
2 files changed, 5 insertions, 0 deletions
@@ -98,6 +98,10 @@ check_devtools() { for i in $DEVTOOLS; do which "$i" 2>/dev/null 1>&2 || { echo "Essential development tool $i not found - exiting."; exit 1; } done + + # TODO make the script install the dev-stuff automaticly. + # Ubuntu: 'build-essential', 'm4', 'squashfs-tools' + # OpenSUSE: ??? } initial_checks() { diff --git a/remote/modules/consolekit/consolekit.conf b/remote/modules/consolekit/consolekit.conf index b84bf697..e27b15e6 100644 --- a/remote/modules/consolekit/consolekit.conf +++ b/remote/modules/consolekit/consolekit.conf @@ -7,6 +7,7 @@ REQUIRED_BINARIES=" REQUIRED_DIRECTORIES=" /etc/ConsoleKit /etc/dbus-1 + /usr/lib/ConsoleKit /usr/share " REQUIRED_LIBRARIES=" |
