summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKay Sievers <kay@vrfy.org>2015-06-03 23:13:40 +0200
committerKay Sievers <kay@vrfy.org>2015-06-03 23:13:40 +0200
commite2fa7159431b9a11ccc341df9256f01b5f8695a1 (patch)
tree8698efb5fc3e8658812c64c6c3f9b3fe53146870
parentf9748d814899f0add06cbfdb4e5c53d6bab1aac5 (diff)
parentff2aa01e61f8aff149b63231365f1cef008296a2 (diff)
Merge pull request #59 from eswierk/master
Add /dev/xvd* to 60-persistent-storage whitelist
-rw-r--r--rules/60-persistent-storage.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/60-persistent-storage.rules b/rules/60-persistent-storage.rules
index 2aa15f3411..64c5f1cfdd 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*|bcache*", GOTO="persistent_storage_end"
+KERNEL!="loop*|mmcblk*[0-9]|msblk*[0-9]|mspblk*[0-9]|nvme*|sd*|sr*|vd*|bcache*|xvd*", GOTO="persistent_storage_end"
# ignore partitions that span the entire disk
TEST=="whole_disk", GOTO="persistent_storage_end"