diff options
| author | Jonathan Bauer | 2013-06-04 20:48:14 +0200 |
|---|---|---|
| committer | Jonathan Bauer | 2013-06-04 20:48:14 +0200 |
| commit | 8b87febb42b0da20d4c204ee939eb1ab8a95a03c (patch) | |
| tree | f876eda80fedcf7e030dee932422c022c2d786be /remote/modules/systemd/systemd.conf | |
| parent | Fix Simon's stupid bugs in vmplayer and policykit! (diff) | |
| download | tm-scripts-8b87febb42b0da20d4c204ee939eb1ab8a95a03c.tar.gz tm-scripts-8b87febb42b0da20d4c204ee939eb1ab8a95a03c.tar.xz tm-scripts-8b87febb42b0da20d4c204ee939eb1ab8a95a03c.zip | |
[systemd] Enable blkid support
Diffstat (limited to 'remote/modules/systemd/systemd.conf')
| -rw-r--r-- | remote/modules/systemd/systemd.conf | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/remote/modules/systemd/systemd.conf b/remote/modules/systemd/systemd.conf index 7f469be6..19e4084e 100644 --- a/remote/modules/systemd/systemd.conf +++ b/remote/modules/systemd/systemd.conf @@ -24,14 +24,17 @@ REQUIRED_DISABLED_SERVICES=" systemd-initctl.socket swap.target " -REQUIRED_INSTALLED_PACKAGES=" intltool +REQUIRED_INSTALLED_PACKAGES=" + intltool gperf dbus pkg-config libcap-dev libudev-dev libdbus-1-dev - xsltproc" + xsltproc + libblkid-dev +" REQUIRED_BINARIES=" hostnamectl journalctl localectl |
