On Thu, May 05, 2011 at 01:48:56PM +0200, [email protected] wrote: >Hello, > >can anyone give me a tip which component/script is creating and >filling the /cdrom/firmware directory if non-free firmware packages >are included on the debian installer cd?
There's a few places, in the debian-cd code. If the disc set is generated with FORCE_FIRMWARE=1 (e.g. in CONF.sh), then the relevant packages will be included via tools/sort_deps (and listed in $dir/firmware-packages). Later on, tools/make_disc_trees.pl will look in that file for the list of packages. If the package *currently* being added to the disc temporary tree is listed, then a symlink is created at the same time. -- Steve McIntyre, Cambridge, UK. [email protected] You lock the door And throw away the key There's someone in my head but it's not me -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

