Untitled
By: a guest | Mar 12th, 2009 | Syntax:
None | Size: 1.34 KB | Hits: 146 | Expires: Never
<?xml version="1.0"?>
<add_on_products xmlns="http://www.suse.com/1.0/yast2ns"
xmlns:config="http://www.suse.com/1.0/configns">
<!-- List of available products -->
<product_items config:type="list">
<!-- The first product item -->
<product_item>
<!-- Product name visible in UI when offered to user (optional item) -->
<name>Acer_Aspire_One</name>
<!-- Product URL (mandatory item) -->
<url>hd:///updates?device=/dev/sda1</url>
<!-- Product path, default is "/" (optional item) -->
<path>/</path>
<!--
List of products to install from media, by default all products
from media are installed (optional item)
-->
<install_products config:type="list">
<!--
Product to install - matching the metadata product 'name'
(mandatory to fully define 'install_products')
-->
<product>Acer_Aspire_One</product>
</install_products>
<!--
If set to 'true', user is asked whether to install this product,
default is 'false' (optional)
-->
<ask_user config:type="boolean">false</ask_user>
<!--
Connected to 'ask_user', sets the default status of product,
default is 'false' (optional)
-->
<selected config:type="boolean">true</selected>
</product_item>
<!-- Another product item -->
<product_item />
</product_items>
</add_on_products>