From: David Mohr Date: Mon, 1 Jun 2015 06:10:28 +0000 (+0200) Subject: udev: Bring back persistant storage symlinks for bcache X-Git-Tag: v221~231 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=19672f1e5fd23ec3ea5b93b8268ae07f2b8e9645;p=thirdparty%2Fsystemd.git udev: Bring back persistant storage symlinks for bcache https://bugs.debian.org/787367 --- diff --git a/rules/60-persistent-storage.rules b/rules/60-persistent-storage.rules index 3f803ceb9a1..2aa15f3411d 100644 --- a/rules/60-persistent-storage.rules +++ b/rules/60-persistent-storage.rules @@ -6,7 +6,7 @@ ACTION=="remove", GOTO="persistent_storage_end" SUBSYSTEM!="block", GOTO="persistent_storage_end" -KERNEL!="loop*|mmcblk*[0-9]|msblk*[0-9]|mspblk*[0-9]|nvme*|sd*|sr*|vd*", GOTO="persistent_storage_end" +KERNEL!="loop*|mmcblk*[0-9]|msblk*[0-9]|mspblk*[0-9]|nvme*|sd*|sr*|vd*|bcache*", GOTO="persistent_storage_end" # ignore partitions that span the entire disk TEST=="whole_disk", GOTO="persistent_storage_end"