Package: debian-installer Version: rootskel/1.51 Followup-For: Bug #284425 Looking today svn (r43904) in /trunk/packages/rootskel/src/lib/debian-installer-startup.d/S02module-params I think that this line:
var="${word%=*}"
Sholud be:
var="${word%%=*}"
So that parameters like ide-core.options=nodma=1 work as expected.
Hope to help,
Damián Viano(Des).
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

