summaryrefslogtreecommitdiffstats
path: root/core/modules/systemd
diff options
context:
space:
mode:
authorSimon Rettberg2020-05-19 17:11:47 +0200
committerroot2020-05-19 17:11:47 +0200
commit0123b8615c58f2de3e8b95bdcb2d7dc808ab9196 (patch)
tree599151dee415ab5e57099c101a88eee0bcd41e7b /core/modules/systemd
parent[rfs-stage31] Don't check for misc kernel module folder (diff)
downloadmltk-0123b8615c58f2de3e8b95bdcb2d7dc808ab9196.tar.gz
mltk-0123b8615c58f2de3e8b95bdcb2d7dc808ab9196.tar.xz
mltk-0123b8615c58f2de3e8b95bdcb2d7dc808ab9196.zip
Debian!
Diffstat (limited to 'core/modules/systemd')
-rw-r--r--core/modules/systemd/module.conf.debian3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/modules/systemd/module.conf.debian b/core/modules/systemd/module.conf.debian
index 5e349ebc..c1d329c6 100644
--- a/core/modules/systemd/module.conf.debian
+++ b/core/modules/systemd/module.conf.debian
@@ -1,9 +1,9 @@
#!/bin/bash
REQUIRED_INSTALLED_PACKAGES="
intltool
+ libtool
gperf
dbus
- pkg-config
libcap-dev
libudev-dev
libdbus-1-dev
@@ -11,4 +11,5 @@ REQUIRED_INSTALLED_PACKAGES="
libblkid-dev
libacl1-dev
libpam-dev
+ libmount-dev
"