summaryrefslogtreecommitdiff
path: root/hook-functions
diff options
context:
space:
mode:
authormaximilian attems <maks@debian.org>2009-03-29 23:58:08 +0200
committermaximilian attems <maks@debian.org>2009-03-29 23:58:08 +0200
commitf40e826287d2776094f48302c196652f2ba8326b (patch)
treebe9113fe7b5b8b19c29adf37f082a9044f10be1c /hook-functions
parentd8d52f030f8efc16447cf834fabfc8923fcdf407 (diff)
downloadinitramfs-tools-f40e826287d2776094f48302c196652f2ba8326b.tar.gz
initramfs-tools-f40e826287d2776094f48302c196652f2ba8326b.zip
hook-functions: MODULES=most add all fb modules per default
"with kernel mode setting, i'd imagine that including framebuffer drivers becomes even more important, too" -dilinger this is basedon a patch by Maik Zumstrull <Maik.Zumstrull@gmx.de>, but instead of hardcoding a list just copy over all fb from the relevant driver directory. first part of #416063.
Diffstat (limited to 'hook-functions')
-rw-r--r--hook-functions4
1 files changed, 4 insertions, 0 deletions
diff --git a/hook-functions b/hook-functions
index e549c81..368924d 100644
--- a/hook-functions
+++ b/hook-functions
@@ -388,6 +388,9 @@ auto_add_modules()
manual_add_modules "${x}"
done
;;
+ fb)
+ copy_modules_dir kernel/drivers/video
+ ;;
ide)
copy_modules_dir kernel/drivers/ide
;;
@@ -429,6 +432,7 @@ auto_add_modules()
*)
auto_add_modules base
auto_add_modules net
+ auto_add_modules fb
auto_add_modules ide
auto_add_modules scsi
auto_add_modules block