diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-06-11 00:12:21 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-06-11 00:12:21 +0200 |
commit | 9339db7187c61eb7ae7e6ffcddb2b2f2686954eb (patch) | |
tree | 0e2e548e623af78908ec86ed70a8e0d375d9a873 /Makefile.am | |
parent | 61147436a37ecf523cf3a08f10d139371a4a55ad (diff) |
tmpfiles: always recreate the most basic directory structure in /var
Let's allow booting up with /var empty. Only create the most basic
directories to get to a working directory structure and symlink set in
/var.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index c67f0634b1..3ea95e9480 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1725,7 +1725,8 @@ dist_tmpfiles_DATA = \ tmpfiles.d/systemd.conf \ tmpfiles.d/systemd-nologin.conf \ tmpfiles.d/tmp.conf \ - tmpfiles.d/x11.conf + tmpfiles.d/x11.conf \ + tmpfiles.d/var.conf if HAVE_SYSV_COMPAT dist_tmpfiles_DATA += \ |