On Mon, Feb 27, 2006 at 11:08:34PM +0100, Christian Perrier wrote:
> > I cannot reproduce this with either sid_d-i 20060224 or 20060225, so there
> > must be something in your local situation that causes this.
>
> Well, my vmware setup didn't change in last weeks..:-)
<snip/>
> subnet 192.168.7.0 netmask 255.255.255.0 {
> range 192.168.7.128 192.168.7.254;
> option broadcast-address 192.168.7.255;
> option domain-name-servers 192.168.7.2;
> option domain-name "localdomain";
> option routers 192.168.7.2;
> }
>
>
> So, no special parameters passed as DHCP options or whatever...just
> standard stuff...
Because there is no filename,
we (Frans, Joey, I) weren't affected by the bug.
> I'm currently trying a medium priority install....
You shall encounter the bug again.
A thing that might work is:
| --- debian/network-preseed.postinst (revision 35134)
| +++ debian/network-preseed.postinst (working copy)
| @@ -31,7 +31,7 @@
| for file in /var/lib/dhcp/dhclient.leases
| /var/lib/dhcp3/dhclient.leases; do
| if [ -r "$file" ]; then
| FN="$(sed -n -e '/filename/s/.*"\(.*\)"./\1/p' $file)"
| - if [ -z "${FN##*://*}" ]; then
| + if [ -n "$FN" -a -z "${FN##*://*}" ]; then
| preseed_location "$FN"
| fi
| fi
It is also available in SVN trunk.
Good Night,
Geert Stappers
Attachment:
signature.asc
Description: Digital signature