diff options
author | Thomas Bächler <thomas@archlinux.org> | 2013-12-15 15:06:59 +0100 |
---|---|---|
committer | Thomas Bächler <thomas@archlinux.org> | 2013-12-15 15:09:42 +0100 |
commit | dcd45ba1b54ea0a386442fa17cd1eb4d7396b04a (patch) | |
tree | 153d984f9b1a4ebc1af7299c4dd0ff5ef3f98888 /tmpfiles | |
parent | fe786a6b8d6cb82d972fd47b0033d5f42e00acdd (diff) | |
download | mkinitcpio-dcd45ba1b54ea0a386442fa17cd1eb4d7396b04a.tar.gz mkinitcpio-dcd45ba1b54ea0a386442fa17cd1eb4d7396b04a.tar.xz |
Add a tmpfiles.d configuration file to create /run/initramfs.
Diffstat (limited to 'tmpfiles')
-rw-r--r-- | tmpfiles/mkinitcpio.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tmpfiles/mkinitcpio.conf b/tmpfiles/mkinitcpio.conf new file mode 100644 index 0000000..4d8cdd7 --- /dev/null +++ b/tmpfiles/mkinitcpio.conf @@ -0,0 +1,3 @@ +# Create /run/initramfs for shutdown + +d /run/initramfs 0755 root root |