[opensuse-factory] "None or wrong base product"
HI! I'm trying to use an autoyast.xml for installing Tumbleweed which IIRC worked before. But it now fails with this message: None or wrong base product has been defined in the AutoYaST configuration file. Please check the products entry in the software section. Following base products are available: openSUSE-MicroOS (openSUSE MicroOS) openSUSE (openSUSE Tumbleweed) I cannot figure out what's missing. Is that an additional option introduced recently? Any hint is appreciated. Ciao, Michael. -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
31.05.2020 21:08, Michael Ströder пишет:
HI!
I'm trying to use an autoyast.xml for installing Tumbleweed which IIRC worked before.
But it now fails with this message:
None or wrong base product has been defined in the AutoYaST configuration file. Please check the products entry in the software section.
Following base products are available: openSUSE-MicroOS (openSUSE MicroOS) openSUSE (openSUSE Tumbleweed)
I cannot figure out what's missing. Is that an additional option introduced recently?
It is rather that TW image now provides more than one product, so YaST auto-detection fails (otherwise it simply takes the only product available on image). To chose specific product you need to use "products" tag in "software". The first listed product is taken. <software> <products config:type="list"> <listentry>SLES</listentry> </products> </software>
Any hint is appreciated.
Ciao, Michael.
-- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On 5/31/20 8:41 PM, Andrei Borzenkov wrote:
31.05.2020 21:08, Michael Ströder пишет:
I'm trying to use an autoyast.xml for installing Tumbleweed which IIRC worked before.
But it now fails with this message:
None or wrong base product has been defined in the AutoYaST configuration file. [..] I cannot figure out what's missing. Is that an additional option introduced recently?
It is rather that TW image now provides more than one product, so YaST auto-detection fails (otherwise it simply takes the only product available on image). To chose specific product you need to use "products" tag in "software". The first listed product is taken.
<software> <products config:type="list"> <listentry>SLES</listentry> </products> </software>
That was the missing part. Many thanks for your really quick response. Ciao, Michael. -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
participants (2)
-
Andrei Borzenkov
-
Michael Ströder