diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-01-15 01:40:02 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-01-15 01:47:21 +0100 |
commit | 5f129649b97bdff2bffefcd9c773157843ede6f6 (patch) | |
tree | 363ba7c2543994871cc86090ff3a588583309ee8 /tmpfiles.d/var.conf | |
parent | aceac2f0b652dff701e5815c51c2e372e8fee84d (diff) |
nspawn,machined: change default container image location from /var/lib/container to /var/lib/machines
Given that this is also the place to store raw disk images which are
very much bootable with qemu/kvm it sounds like a misnomer to call the
directory "container". Hence, let's change this sooner rather than
later, and use the generic name, in particular since we otherwise try to
use the generic "machine" preferably over the more specific "container"
or "vm".
Diffstat (limited to 'tmpfiles.d/var.conf')
-rw-r--r-- | tmpfiles.d/var.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmpfiles.d/var.conf b/tmpfiles.d/var.conf index d0c759e0fc..9b7644476b 100644 --- a/tmpfiles.d/var.conf +++ b/tmpfiles.d/var.conf @@ -18,6 +18,6 @@ f /var/log/btmp 0600 root utmp - d /var/cache 0755 - - - d /var/lib 0755 - - - -v /var/lib/container 0700 - - - +v /var/lib/machines 0700 - - - d /var/spool 0755 - - - |