Exclude acd*, cd*, and md* from being checked by default.
This commit is contained in:
parent
c7428c3c1e
commit
8173aec16a
@ -3,6 +3,15 @@
|
||||
# Configuration file for diskcheckd, refer to the diskcheckd.conf(5) manual
|
||||
# page for further information.
|
||||
#
|
||||
# First, a line starting with an exclamation mark should contain only one
|
||||
# extra field which specifies disk types which should not be included in
|
||||
# wildcard expansions. By default CD-ROM drives and memory disks are
|
||||
# excluded.
|
||||
#
|
||||
!acd
|
||||
!cd
|
||||
!md
|
||||
#
|
||||
# The device name may be specified as "*", in which case all devices are
|
||||
# checked.
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user