Hi Guys Below is my bootloader section, I have a dual-boot system, Windows and sled1010sp2. I was trying to get Windows to be the default but that does not happen. An ideas?
<bootloader> <global> <activate>true</activate> <boot_root>true</boot_root> <default>Windows</default> <!-- Changed from Linux --> <generic_mbr>true</generic_mbr> <gfxmenu>/boot/message</gfxmenu> <lines_cache_id>3</lines_cache_id> <timeout config:type="integer">30</timeout> <!-- Changed from 0 --> </global> <loader_type>grub</loader_type> </bootloader>
Hi,
I'm adding some repositories with <add_on_products config:type="list"> like this
<listentry> <media_url>http://download.nvidia.com/opensuse/11.1</media_url> <product>nvidia</product> <product_dir>/</product_dir> <name>nvidia</name> </listentry>
Autoyast is providing alias names like 11.1_0, apparently enumerating the last element of media_url if there are identical ones.
Can I define the repository alias name ? What is <product> for ?
Thanks
Henrik Schmidt
On Friday 13 February 2009 11:02:08 Henrik Schmidt wrote:
<listentry> <media_url>http://download.nvidia.com/opensuse/11.1</media_url> <product>nvidia</product> <product_dir>/</product_dir>
<name>nvidia</name> </listentry>
Autoyast is providing alias names like 11.1_0, apparently enumerating the last element of media_url if there are identical ones.
Can I define the repository alias name ?
I dont know a way how to configure that. It seems to be zypp internal
What is <product> for ?
I think it's not needed. <name> is more useful
On Wednesday 11 February 2009 16:28:56 John Drury wrote:
Below is my bootloader section, I have a dual-boot system, Windows and sled1010sp2. I was trying to get Windows to be the default but that does not happen. An ideas?
thanx for the report. That's a bug :-/ Fixed for 11.2
autoinstall@lists.opensuse.org