[Geert Stappers] > The same question in other words: > > What invokes that debian-edu-install is installed?
This is done by debian-installer. The debian-edu CD include a .disk/udeb_include, listing the debian-edu-install-udeb package. This in turn pull in its dependency debian-edu-profile-udeb. the debian-edu-install-udeb include an debian-installer menu entry with a very low menu item value, making sure the requested d-i modules are selected in order. The debian-edu-profile-udeb udeb include a postinst calling 'apt-install debian-edu-install', and this in turn make sure debian-edu-install is installed when base-config start in the second stage of the installer. Does this answer your question? There are two source packages making this happen. debian-edu-install include all the installation magic and a few configuration related files (which might be moved to d-e-config), and debian-edu-config include all the files used at run time, aka the configuration. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

