summaryrefslogtreecommitdiffstats
path: root/remote/modules/systemd
diff options
context:
space:
mode:
authorSimon Rettberg2013-06-13 12:29:23 +0200
committerSimon Rettberg2013-06-13 12:29:23 +0200
commit17fc73aae0d2a022de67cc94b3aece14f3d66afd (patch)
treeae44f7cd775a1c70a440128ab17fea5a6d85a803 /remote/modules/systemd
parentRevert "[xorg] udev rules are copied to correct location now" (diff)
downloadtm-scripts-17fc73aae0d2a022de67cc94b3aece14f3d66afd.tar.gz
tm-scripts-17fc73aae0d2a022de67cc94b3aece14f3d66afd.tar.xz
tm-scripts-17fc73aae0d2a022de67cc94b3aece14f3d66afd.zip
[systemd] add libacl-dev package to required installed packages
[alsa] include alsamixer for easier manual sound config
Diffstat (limited to 'remote/modules/systemd')
-rw-r--r--remote/modules/systemd/systemd.conf1
-rw-r--r--remote/modules/systemd/systemd.conf.zypper1
2 files changed, 2 insertions, 0 deletions
diff --git a/remote/modules/systemd/systemd.conf b/remote/modules/systemd/systemd.conf
index 1bf44782..2a81a5b9 100644
--- a/remote/modules/systemd/systemd.conf
+++ b/remote/modules/systemd/systemd.conf
@@ -34,6 +34,7 @@ REQUIRED_INSTALLED_PACKAGES="
libdbus-1-dev
xsltproc
libblkid-dev
+ libacl1-dev
"
REQUIRED_BINARIES=" hostnamectl
journalctl
diff --git a/remote/modules/systemd/systemd.conf.zypper b/remote/modules/systemd/systemd.conf.zypper
index f727789c..9326a7dc 100644
--- a/remote/modules/systemd/systemd.conf.zypper
+++ b/remote/modules/systemd/systemd.conf.zypper
@@ -7,4 +7,5 @@ REQUIRED_INSTALLED_PACKAGES="
dbus-1-devel
libxslt-tools
libblkid-devel
+ libacl-devel
"