[opensuse-autoinstall] sles 9 sp3 rules problems.
I have a rules file, which is read from floppy, but when it tries to open the had.xml file, it can't open /media/floppy. What could be the issue? Info file - Install: nfs//x.x.x.x/sles9-1 Netdevice: eth0 Server: x.x.x.x Ip: x.x.x.x Netmask: 255.0.0.0 Gateway: x.x.x.x Nameserver: x.x.x.x Autoyast: file:/// Rules.xml - <?xml version="1.0"?> <!DOCTYPE autoinstall SYSTEM "/usr/share/autoinstall/dtd/rules.dtd"> <autoinstall xmlns="http://www.suse.com/1.0/yast2ns" xmlns:config="http://www.suse.com/1.0/configns"> <rules config:type="list"> <rule> <custom1> <script> <![CDATA[ if grep hda /proc/partitions > /dev/null; then echo -n "hda" fi; if grep sda /proc/partitions > /dev/null; echo -n "sda" else echo -n "ccis" fi; ]]> </script> <match>*</match> <match_type>exact</match_type> </custom1> <result> <profile>classes/@custom1@.xml</profile> <continue config:type="boolean">true</continue> </result> </rule> </rules> </autoinstall> Can you please give me some assistance? John -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
On Thursday 18 January 2007 17:09, John Comitas wrote:
I have a rules file, which is read from floppy, but when it tries to open the had.xml file, it can't open /media/floppy. What could be the issue?
Info file -
Install: nfs//x.x.x.x/sles9-1 Netdevice: eth0 Server: x.x.x.x Ip: x.x.x.x Netmask: 255.0.0.0 Gateway: x.x.x.x Nameserver: x.x.x.x Autoyast: file:///
have you tried autoyast=floppy:/// I'm wondering why even your rules.xml file was found. AFAIR on SLES9 the fallback for file:/// wasn't floppy. -- ciao, Uwe Gansert Uwe Gansert, Server Technologies Team SUSE LINUX Products GmbH, Maxfeldstrasse 5, D-90409 Nuernberg, Germany Business: http://www.suse.de/~ug -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
participants (2)
-
John Comitas
-
Uwe Gansert