[opensuse] Autoyast adding repository
Hallo, I am using autoyast to install all my workstations (at work). This will work fine at all. But now I need to Install the Nvidia driver with the autoyast. I try to add the nvidia repository to the autoyast.xml, but I can't find the right place for this. Is it possible anyway? Or is there a better way to do this? Thanks a lot Christian -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
Am Dienstag, 26. Januar 2010 13:52:58 schrieb christian schmitt:
Hallo,
I am using autoyast to install all my workstations (at work). This will work fine at all. But now I need to Install the Nvidia driver with the autoyast. I try to add the nvidia repository to the autoyast.xml, but I can't find the right place for this. Is it possible anyway? Or is there a better way to do this?
Thanks a lot
Christian
Hi Christian, the addon section in the file is what you're looking for. Maybe the below example illustrates the usage: <add-on> <add_on_products config:type="list"> <listentry> <media_url>smb://192.168.10.1/SLE-11-SDK-DVD-x86_64-GM- Media1.iso/</media_url> <product>SDK</product> <product_dir>/</product_dir> </listentry> <listentry> <media_url>smb://192.168.10.1/SLE-11-HAE-x86_64-GM- DVD1.iso/</media_url> <product>HASI</product> <product_dir>/</product_dir> </listentry> <listentry> <media_url>smb://192.168.10.1/SLES-11-Mono-GM-DVD1.iso/</media_url> <product>MONO</product> <product_dir>/</product_dir> </listentry> </add_on_products> </add-on> Cheers, Martin -- I would rather be exposed to the inconveniences attending too much liberty, than those attending too small a degree of it. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
participants (2)
-
christian schmitt
-
Martin Jedamzik