From 3880e0d18544806e557b92a46d4bf5f0f5aa3440 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Sat, 28 Apr 2012 10:57:09 +0200 Subject: [PATCH] Mask checkroot-bootclean checkroot-bootclean cleans up directories before mounting a tmpfs over it. As systemd handles mounts differently, mask this service. Closes: #670591 --- debian/systemd.links | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian/systemd.links b/debian/systemd.links index 476e6520..55a7306d 100644 --- a/debian/systemd.links +++ b/debian/systemd.links @@ -42,6 +42,9 @@ /dev/null /lib/systemd/system/checkfs.service # We need checkroot as synchronisation point, so symlink it to remount-rootfs /lib/systemd/system/remount-rootfs.service /lib/systemd/system/checkroot.service +# checkroot-bootclean cleans up directories before mounting a tmpfs +# over it. As systemd handles mounts differently, mask this service. +/dev/null /lib/systemd/system/checkroot-bootclean.service # We use the built-in cryptsetup support /dev/null /lib/systemd/system/cryptdisks.service -- 2.39.5