From 5b0257e318340c2d6c8d3b0c3fa32272d6e9526b Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Tue, 26 Mar 2013 16:18:28 +0000 Subject: udev: move /run volatile entry to udev instead of initscripts initscripts is generally installed on systemd-using images, but because it specifies that /run is a symlink to /var/run managed by volatiles it totally breaks systemd by copying/deleting /run from underneath systemd. Deleting sockets mid-boot doesn't leave systemd in a happy place. As this volatile reference of /run was introduced by udev 182, move it's reference to the udev recipe. This way it will never be present on systemd images, as systemd manages /run as a tmpfs itself. Signed-off-by: Ross Burton --- meta/recipes-core/initscripts/initscripts-1.0/volatiles | 1 - 1 file changed, 1 deletion(-) (limited to 'meta/recipes-core/initscripts') diff --git a/meta/recipes-core/initscripts/initscripts-1.0/volatiles b/meta/recipes-core/initscripts/initscripts-1.0/volatiles index f0c796c406..270f128a12 100644 --- a/meta/recipes-core/initscripts/initscripts-1.0/volatiles +++ b/meta/recipes-core/initscripts/initscripts-1.0/volatiles @@ -35,4 +35,3 @@ f root root 0664 /var/log/wtmp none f root root 0664 /var/run/utmp none l root root 0644 /etc/resolv.conf /var/run/resolv.conf f root root 0644 /var/run/resolv.conf none -l root root 0755 /run /var/run -- cgit 1.2.3-korg