Use regex matching instead of shell-style matching for ddusb

This commit is contained in:
Eric Torres
2019-03-10 08:19:46 -07:00
parent 366601d014
commit a671d8d1a9
2 changed files with 12 additions and 31 deletions

View File

@ -1,4 +1,3 @@
# File for excluding block devices from being written to
# Write one device per line, shell-style globs are accepted i.e. /dev/sda*
# Brace expansion is not supported
# One rule per line, regular expressions are accepted i.e. /dev/sda[0-9]?
# Lines beginning with "#" and ";" are ignored