diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-04-11 14:13:55 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-04-11 14:13:55 -0300 |
commit | 6e09c1c6f4c32cf186cec0157e9839d61b73e19f (patch) | |
tree | bc1f6413a4d63eb10589bf7d204ec202150df3bc /files | |
parent | 4fa5c3e7cdbd7160d6a6f3abc8a2eeb09b639c40 (diff) | |
download | puppet-nodo-6e09c1c6f4c32cf186cec0157e9839d61b73e19f.tar.gz puppet-nodo-6e09c1c6f4c32cf186cec0157e9839d61b73e19f.tar.bz2 |
Adding modprobe class and, new packages on utils::personal
Diffstat (limited to 'files')
-rw-r--r-- | files/etc/modprobe.d/blacklist | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/files/etc/modprobe.d/blacklist b/files/etc/modprobe.d/blacklist index 1505e86..3d8df3a 100644 --- a/files/etc/modprobe.d/blacklist +++ b/files/etc/modprobe.d/blacklist @@ -76,3 +76,6 @@ blacklist ohci1394 install ohci1394 false # Iff we should ever load the ohci1394 module, force the use of the 'phys_dma=0' option. options ohci1394 phys_dma=0 + +# PC Speaker +blacklist pcspkr |