If you have something like: url=10.1.0.20/install.php?type=deb4 in the initrd line when doing a network install it appears that the "=" is parsed incorrectly.
I have tried escaping in every way I know how, and it still gets munged into this: d-i url='10.1.0.20/install.php?type string 10.1.0.20/install.php?type=deb4 Does anyone know how I can avoid this? It doesn't do this in Lenny, only in Etch. Thanks, -Drew