on Monday 19 July 2010 Henrik Schmidt wrote:
A repo-prio would only make sense if you have the same package (incl. version number) in two repos and you prefer one (faster connection or so).
by the way. I just talked to our resolver-guru-guy and I learned that this is wrong what I wrote there. The repo prio is the first decission the resolver is doing. So I think I should add that to AY in the future. Anyway, currently it's not possible to set the prio.
vlc is available in both packman and videolan but vlc-mozillaplugin for 11.2 currently only in packman and not videolan. If I add both repos the resolver fails as it can't install vlc-mozillaplugin cause it does not match the vlc it wants to install from videolan repo.
Seems I have to force the packman version or remove the videolan repo to get the autoinstall going.
have you tried to just install "vlc-mozillaplugin"? I'd expect that it pulls in the correct version of vlc
Another question : I want to to install more stuff by network with am init-script. I get the network ip by dhcp and sometimes the interface is not up in time while initscript tries to run zypper.
Is there a way to wait for the network to come up other than doing a long sleep before running the initscript ?
you can use the <wait> section in the XML file: http://www.suse.de/~ug/autoyast_doc/configuration.html#CreateProfile.General but if you don't set <start_immediately config:type="false"> for the networking section, the network should raise up immediately and should block the rest of AY until network is up. You can see that in the y2log "waiting for network ..." But there are drivers out there where that does not work and yast thinks network is up, when it's not. So either <wait> or "sleep". -- ciao, Uwe Gansert Uwe Gansert SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg) Business: http://www.suse.de/~ug listening to: "In Your Sleep" by Edge Of Dawn -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org