diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-08-16 17:07:28 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-08-16 17:07:28 +0200 |
commit | 81f5fc1c5cc324187d29212e619bf9a114a38c2e (patch) | |
tree | bed3156d42f42c2738d3f1d69b13f8e4424edf0a | |
parent | 9c75b2538aaba052b392b1d57171a07cc6293420 (diff) | |
parent | 7519d221e051e0118a4692f13a30c110e2561952 (diff) |
Merge pull request #918 from thomasmey/uml-fix
UML: Fix block device setup
-rw-r--r-- | rules/60-persistent-storage.rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/60-persistent-storage.rules b/rules/60-persistent-storage.rules index 5ab03fc278..0b14bb4a11 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*|xvd*|bcache*|cciss*|dasd*", GOTO="persistent_storage_end" +KERNEL!="loop*|mmcblk*[0-9]|msblk*[0-9]|mspblk*[0-9]|nvme*|sd*|sr*|vd*|xvd*|bcache*|cciss*|dasd*|ubd*", GOTO="persistent_storage_end" # ignore partitions that span the entire disk TEST=="whole_disk", GOTO="persistent_storage_end" |