[Pkg-libvirt-commits] [libguestfs] 87/116: appliance: When running systemd-tmpfiles, pass --boot option (RHBZ#1165785).
Hilko Bengen
bengen at moszumanska.debian.org
Wed Nov 26 22:05:27 UTC 2014
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to annotated tag debian/1%1.29.10-1
in repository libguestfs.
commit 3dabc7a7bae709e884b56e297e7ece222e653d0c
Author: Richard W.M. Jones <rjones at redhat.com>
Date: Thu Nov 20 13:05:26 2014 +0000
appliance: When running systemd-tmpfiles, pass --boot option (RHBZ#1165785).
This causes all tmpfiles to be created.
---
appliance/init | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/appliance/init b/appliance/init
index 7a16d7d..f4656fb 100755
--- a/appliance/init
+++ b/appliance/init
@@ -48,7 +48,7 @@ mkdir -p /run/tmpfiles.d
kmod static-nodes --format=tmpfiles --output=/run/tmpfiles.d/kmod.conf
# Set up tmpfiles (must run after kmod.conf is created above).
-systemd-tmpfiles --prefix=/dev --create
+systemd-tmpfiles --prefix=/dev --create --boot
# Find udevd and run it directly.
for f in /sbin/udevd /lib/udev/udevd \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git
More information about the Pkg-libvirt-commits
mailing list