[Fai-commit] r6325 - trunk/examples/simple/class
Thomas Lange
lange at alioth.debian.org
Fri Apr 8 12:43:05 UTC 2011
Author: lange
Date: 2011-04-08 12:43:02 +0000 (Fri, 08 Apr 2011)
New Revision: 6325
Modified:
trunk/examples/simple/class/20-hwdetect.source
Log:
remove usbkbd, year++
Modified: trunk/examples/simple/class/20-hwdetect.source
===================================================================
--- trunk/examples/simple/class/20-hwdetect.source 2011-03-28 14:55:39 UTC (rev 6324)
+++ trunk/examples/simple/class/20-hwdetect.source 2011-04-08 12:43:02 UTC (rev 6325)
@@ -1,6 +1,6 @@
#! /bin/bash
-# (c) Thomas Lange, 2002-2009, lange at informatik.uni-koeln.de
+# (c) Thomas Lange, 2002-2011, lange at informatik.uni-koeln.de
# NOTE: Files named *.source will be evaluated, but their output ignored. Instead
# the contents of $newclasses will be added to the list of defined classes.
@@ -20,7 +20,7 @@
done
# load additional kernel modules
-kernelmodules="usbkbd ide-disk"
+kernelmodules="ide-disk"
case $(uname -r) in
2.6*) kernelmodules="$kernelmodules mptspi dm-mod md-mod aes dm-crypt" ;;
esac
More information about the Fai-commit
mailing list