Package: initramfs-tools Severity: wishlist Tags: patch Please mention in initramfs.conf that the values specified there can be overriden via /etc/mkinitramfs/conf.d. This is important since d-i will now use /etc/initramfs-tools/conf.d/driver-policy to set MODULES.
How about: --- initramfs.conf~ 2008-09-12 16:24:08.000000000 +0300 +++ initramfs.conf 2008-09-12 16:25:33.000000000 +0300 @@ -2,6 +2,10 @@ # initramfs.conf # Configuration file for mkinitramfs(8). See initramfs.conf(5). # +# Note that configuration options from this file can be overriden by +# config files in the /etc/mkinitramfs/conf.d directory. In +# particular, Debian installer sets the MODULES parameter on new +# installations in the file /etc/initramfs-tools/conf.d/driver-policy. # # MODULES: [ most | netboot | dep | list ] -- Martin Michlmayr http://www.cyrius.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

