diff options
author | Michael Prokop <mika@debian.org> | 2010-06-16 10:36:29 +0200 |
---|---|---|
committer | Michael Prokop <mika@debian.org> | 2010-06-16 16:48:06 +0200 |
commit | 528ba7842a4079526118ba6edda25ed926d550ea (patch) | |
tree | e146cbc843f35b79668a131c97c05442d37ae2a5 | |
parent | bb66fc2a8b40d6c8ecd093cf1b358d4476ab1e1c (diff) | |
download | initramfs-tools-528ba7842a4079526118ba6edda25ed926d550ea.tar.gz initramfs-tools-528ba7842a4079526118ba6edda25ed926d550ea.zip |
hook-functions: do not install ubi module by default via auto_add_modules()
d-i does not support UBI/UBIFS yet and adding ubi.ko it by default
to initrd when MODULES=most is set doesn't provide any benefits yet.
Therefore don't waste ~125kb disk space by default, instead leave
the installation of ubi to d-i through a hook.
Signed-off-by: Michael Prokop <mika@debian.org>
-rw-r--r-- | hook-functions | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hook-functions b/hook-functions index 3ce081d..ded7887 100644 --- a/hook-functions +++ b/hook-functions @@ -456,7 +456,6 @@ auto_add_modules() auto_add_modules ata auto_add_modules i2o auto_add_modules dasd - auto_add_modules ubi auto_add_modules ieee1394 auto_add_modules firewire auto_add_modules mmc |