-
Notifications
You must be signed in to change notification settings - Fork 0
/
modprobed-db.conf
22 lines (18 loc) · 927 Bytes
/
modprobed-db.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# For documentation, see the manpage for modprobed-db
# Path where database will reside.
# Do NOT user a variable in the following path like $HOME
# You MUST use a the fully qualified path or else invoking the script via sudo
# will trick it into thinking that the db is in /root/foo/bar
DBPATH="/home/slithery/.cache"
# Define the background of your terminal theme here.
# A setting of dark will produce colors that nicely contrast a dark background.
# setting of light will produce colors that nicely contrast a light background.
COLORS=dark
#COLORS=light
# Add modules in the ignore array that you do NOT want counted, for example modules that
# get built or that are provided by another package.
#
# For Arch Linux, some examples are given below.
IGNORE=(nvidia vboxdrv vboxnetflt vboxnetadp vboxpci lirc_dev lirc_i2c
osscore oss_hdaudio oss_usb tp_smapi thinkpad_ec
zavl znvpair zunicode zcommon zpios zfs spl splat)