From: Michael Biebl Date: Sat, 28 Apr 2012 08:57:09 +0000 (+0200) Subject: Mask checkroot-bootclean X-Git-Tag: 44-2~8 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3880e0d18544806e557b92a46d4bf5f0f5aa3440;p=systemd Mask checkroot-bootclean checkroot-bootclean cleans up directories before mounting a tmpfs over it. As systemd handles mounts differently, mask this service. Closes: #670591 --- 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