From fed2b07ebc9e8694b5b326923356028f464381ce Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 21 Apr 2015 17:28:16 +0200 Subject: tmpfiles: make /home and /var btrfs subvolumes by default when booted up with them missing This way the root subvolume can be left read-only easily, and variable and user data writable with explicit quota set. --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 68d8252b8..8b16314a6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2244,7 +2244,8 @@ dist_tmpfiles_DATA = \ tmpfiles.d/systemd-nologin.conf \ tmpfiles.d/tmp.conf \ tmpfiles.d/x11.conf \ - tmpfiles.d/var.conf + tmpfiles.d/var.conf \ + tmpfiles.d/home.conf if HAVE_SYSV_COMPAT dist_tmpfiles_DATA += \ -- cgit v1.2.3