Bug#354339: Always tries to retrieve a preseed file even for not preseeded installs
> 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..:-)
The DHCP server setup is typical Vmware:
#
# Configuration file for ISC 2.0b6pl1 vmnet-dhcpd operating on vmnet8.
#
# This file was automatically generated by the VMware configuration program.
# If you modify it, it will be backed up the next time you run the
# configuration program.
#
# We set domain-name-servers to make some DHCP clients happy
# (dhclient as configued in SuSE, TurboLinux, etc.).
# We also supply a domain name to make pump (Red Hat 6.x) happy.
#
allow unknown-clients;
default-lease-time 1800; # 30 minutes
max-lease-time 7200; # 2 hours
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...
I'm currently trying a medium priority install....
Reply to: