diff options
author | maximilian attems <maks@debian.org> | 2009-03-30 11:48:26 +0200 |
---|---|---|
committer | maximilian attems <maks@debian.org> | 2009-03-30 11:51:28 +0200 |
commit | e0dd249ede887d762b691e90abdc3dfe4ca5ed1f (patch) | |
tree | 8c2474cdb2863696c6e39b20dcb0815589929201 | |
parent | ac6626f75f60e3d765985043b546247e50265d39 (diff) | |
download | initramfs-tools-e0dd249ede887d762b691e90abdc3dfe4ca5ed1f.tar.gz initramfs-tools-e0dd249ede887d762b691e90abdc3dfe4ca5ed1f.zip |
hook-functions: MODULES=most fb add all available agp modules
this was proposed in patch on #416063 by
Maik Zumstrull <Maik.Zumstrull@gmx.de>
but don't hardcode the list, just add all build ones:
ls /lib/modules/2.6.29-1-amd64/kernel/drivers/char/agp/
intel-agp.ko sis-agp.ko via-agp.ko
-rw-r--r-- | hook-functions | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hook-functions b/hook-functions index 368924d..b869ce6 100644 --- a/hook-functions +++ b/hook-functions @@ -390,6 +390,7 @@ auto_add_modules() ;; fb) copy_modules_dir kernel/drivers/video + copy_modules_dir kernel/drivers/char/agp ;; ide) copy_modules_dir kernel/drivers/ide |