Bug#319524: please allow DHCP server to specify default archive mirror

2006-02-22 Thread Geert Stappers
On Tue, Feb 21, 2006 at 05:02:37PM -0500, Joey Hess wrote: > So, here's how it's currently implemented instead: > > if substring (option vendor-class-identifier, 0, 3) = "d-i" { > filename "http://dragon/~joey/preseed.cfg";; > } The emitted string is "NetcfgDHClient" ( don't "d-i" ) I

Bug#319524: please allow DHCP server to specify default archive mirror

2006-02-21 Thread Joey Hess
While I prefer the way suggested here of using a new option for the preseed file, our current implementation in d-i instead overloads the "filename" option. I tried to get it working as shown in this bug report, using dhcp3-server. I removed the vendor-class-identifier test for simplicity, so I ha