On Wednesday 18 August 2004 15:38, Marcin Kurc wrote:
the better solution would be probably to keep autoyast.xml on a server and point to it from grub i.e. autoyast=nfs://192.168.0.1/suse/autoyast_box1.xml another option would be to include a piece of code in the post-install script to set the IP based on the address used for installation. This way you would have one autoyast.xml and you would boot with the 'hostip=' option
in this case your boot command would look something like this autoyast=nfs://192.168.0.1/suse/autoyast.xml hostip=192.168.0.133 netmask=255.255.255.0 gateway=192.168.0.254
Marcin: Can't you use DHCP to assign IP numbers? Perhaps even next to a network boot? Without a network boot, you would have to put autoyast=<remote_location_of_autoyast.xml> install=<remote_location_of_9.1_source_tree> With a network boot, you could load pxegrub or nbgrub, and put the above line in a GRUB menu entry. Cheers, Leen