summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormaximilian attems <maks@debian.org>2009-04-13 23:10:28 +0200
committermaximilian attems <maks@debian.org>2009-04-13 23:14:27 +0200
commit652423c6f5b636f95899254aba213d417caff158 (patch)
treee03191ea55d5d26378a4073f11ca44de3b0e2866
parent41562f3293b34b3d543d6a90f6d4e12264a67022 (diff)
downloadinitramfs-tools-652423c6f5b636f95899254aba213d417caff158.tar.gz
initramfs-tools-652423c6f5b636f95899254aba213d417caff158.zip
hook-functions: Add i915 module for kms.
people still need to enable kernel mode setting, but the module should be on the initramfs by default. currently no other drm module supports kms yet. Reported-by: Yves-Alexis Perez <corsac@debian.org> Signed-off-by: maximilian attems <maks@debian.org>
-rw-r--r--hook-functions3
1 files changed, 3 insertions, 0 deletions
diff --git a/hook-functions b/hook-functions
index b869ce6..96c61bf 100644
--- a/hook-functions
+++ b/hook-functions
@@ -389,6 +389,9 @@ auto_add_modules()
done
;;
fb)
+ for x in i915; do
+ manual_add_modules "${x}"
+ done
copy_modules_dir kernel/drivers/video
copy_modules_dir kernel/drivers/char/agp
;;