[opensuse-autoinstall] Ask for Installation Server
Is it possible to either ask for just the installation server (I don't want to query the user for ip info), or provide a list of installation servers and have autoyast automatically pick the fastest mirror? -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
on Tuesday 09 February 2010 Stephens, Bill {PBSG} wrote:
Is it possible to either ask for just the installation server (I don't want to query the user for ip info), or provide a list of installation servers and have autoyast automatically pick the fastest mirror?
you can use SLP and pass it to linuxrc like this: # get URL list via SLP install=slp:/ # ... but only those with 'openSUSE' in the description install=slp:/?descr=*openSUSE* # ... and only ftp URLs install=slp:/?descr=*openSUSE*&url=ftp:* but that will not pick the fastest one. It only provides a list of installation servers that are configured in your slp server. -- ciao, Uwe Gansert Uwe Gansert SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg) Business: http://www.suse.de/~ug -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
participants (2)
-
Stephens, Bill {PBSG}
-
Uwe Gansert