I changed my "default.xml" to "other.xml" to avoid confusion with the built-in filenames. My rules.xml is as follows: <?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> MANUFACTURER=`dmidecode -s system-manufacturer` PRODUCT=`dmidecode -s system-product-name` if [ "`echo $MANUFACTURER | grep -i \"Dell\"`" != "" ]; then if [ "`echo $PRODUCT | grep -i \"M6300\"`" != "" ]; then echo "dellm6300.xml" elif [ "`echo $PRODUCT | grep -i \"M6400\"`" != "" ]; then echo "dellm6400.xml" elif [ "`echo $PRODUCT | grep -i \"390\"`" != "" ]; then echo "dellt5400.xml" elif [ "`echo $PRODUCT | grep -i \"T5400\"`" != "" ]; then echo "dellt5400.xml" elif [ "`echo $PRODUCT | grep -i \"T5500\"`" != "" ]; then echo "dellt5400.xml" elif [ "`echo $PRODUCT | grep -i \"2950\"`" != "" ]; then echo "ts-8cpu.xml" elif [ "`echo $PRODUCT | grep -i \"R710\"`" != "" ]; then echo "ts-8cpu.xml" fi; elif [ "`echo $PRODUCT | grep -i \"X6DVA\"`" != "" ]; then echo "tsmini.xml" elif [ "`echo $PRODUCT | grep -i \"X7DVL\"`" != "" ]; then echo "tsmini.xml" elif [ "`echo $PRODUCT | grep -i \"X7DAL\"`" != "" ]; then echo "systel.xml" else echo "other.xml" fi; </script> <match>*</match> <match_type>exact</match_type> </custom1> <result> <profile>@custom1@</profile> <continue config:type="boolean">true</continue> </result> </rule> </rules> </autoinstall> and the resulting y2log: Oct 7 08:21:17 192.168.1.191 yast2[3488]: <1> [YCP] AutoInstallRules.ycp:299 Other primaries: [] Oct 7 08:21:17 192.168.1.191 yast2[3488]: <1> [YCP] Storage.ycp:4330 GetOtherLinuxPartitions ret=[] Oct 7 08:21:17 192.168.1.191 yast2[3488]: <1> [YCP] AutoInstallRules.ycp:304 Other linux parts: [] Oct 7 08:21:17 192.168.1.191 yast2[3488]: <1> [YCP] AutoInstallRules.ycp:311 Installing openSUSE 11.1 11.1 Oct 7 08:21:17 192.168.1.191 yast2[3488]: <3> [YCP] Progress.ycp:736 Progress bar has only 10 steps, not 12. Oct 7 08:21:17 192.168.1.191 yast2[3488]: <3> [YCP] Progress.ycp:778 UpdateProgressBar () Oct 7 08:21:17 192.168.1.191 yast2[3488]: <3> [YCP] clients/inst_autoinit.ycp:36 Progress::NextStep () Oct 7 08:21:17 192.168.1.191 yast2[3488]: <3> [YCP] clients/inst_autoinit.ycp:172 processProfile () Oct 7 08:21:17 192.168.1.191 yast2[3488]: <3> [YCP] ProductControl.ycp:1470 ProductControl::RunFrom (0, false) Oct 7 08:21:17 192.168.1.191 yast2[3488]: <3> [YCP] clients/inst_check_autoinst_mode.ycp:82 ProductControl::Run () Oct 7 08:21:17 192.168.1.191 yast2[3488]: <1> [YCP] ProfileLocation.ycp:46 Path to remote control file: / Oct 7 08:21:17 192.168.1.191 yast2[3488]: <1> [YCP] ProfileLocation.ycp:132 Dir=/ Oct 7 08:21:17 192.168.1.191 yast2[3488]: <1> [YCP] ProfileLocation.ycp:133 Fetching Rules File Oct 7 08:21:17 192.168.1.191 yast2[3488]: <1> [agent-system] SystemAgent.cc(Execute):1104 mkdir /tmp/YaST2-03488-JXF1mn/rules Oct 7 08:21:17 192.168.1.191 yast2[3488]: <1> [agent-system] SystemAgent.cc(Execute):1104 mkdir /tmp/YaST2-03488-1WLlhf/tmp_mount Oct 7 08:21:17 192.168.1.191 yast2[3488]: <1> [YCP] autoinstall/io.ycp:112 Copy profile: cp /var/adm/mount//rules/rules.xml /tmp/YaST2-03488-JXF1mn/rules/rules.xml Oct 7 08:21:17 192.168.1.191 yast2[3488]: <1> [YCP] ProfileLocation.ycp:169 Reading Rules File Oct 7 08:21:17 192.168.1.191 yast2[3488]: <1> [YCP] XML.ycp:113 Reading /tmp/YaST2-03488-JXF1mn/rules/rules.xml Oct 7 08:21:17 192.168.1.191 yast2[3488]: <1> [agent-xml] XmlAgent.cc(Read):758 Setting XML generic error handler Oct 7 08:21:17 192.168.1.191 yast2[3488]: <1> [agent-xml] XmlAgent.cc(Read):793 Freeing generic XML error handler Oct 7 08:21:17 192.168.1.191 yast2[3488]: <1> [YCP] AutoInstallRules.ycp:434 Rules: $["rules":[$["custom1":$["match":"*", "match_type":"exact", "script":"\nMANUFACTURER=`dmidecode -s system-manufacturer`\nPRODUCT=`dmidecode -s system-product-name`\nif [ \"`echo $MANUFACTURER | grep -i \\\"Dell\\\"`\" != \"\" ]; then\n if [ \"`echo $PRODUCT | grep -i \\\"M6300\\\"`\" != \"\" ]; then\n echo \"dellm6300.xml\"\n elif [ \"`echo $PRODUCT | grep -i \\\"M6400\\\"`\" != \"\" ]; then\n echo \"dellm6400.xml\"\n elif [ \"`echo $PRODUCT | grep -i \\\"390\\\"`\" != \"\" ]; then\n echo \"dellt5400.xml\"\n elif [ \"`echo $PRODUCT | grep -i \\\"T5400\\\"`\" != \"\" ]; then\n echo \"dellt5400.xml\"\n elif [ \"`echo $PRODUCT | grep -i \\\"T5500\\\"`\" != \"\" ]; then\n echo \"dellt5400.xml\"\n elif [ \"`echo $PRODUCT | grep -i \\\"2950\\\"`\" != \"\" ]; then\n echo \"ts-8cpu.xml\"\n elif [ \"`echo $PRODUCT | grep -i \\\"R710\\\"`\" != \"\" ]; then\n echo \"ts-8cpu.xml\"\n fi;\nelif [ \"`echo $PRODUCT | gre Oct 7 08:21:17 192.168.1.191 yast2[3488]: <1> [YCP] AutoInstallRules.ycp:485 Writing rule script into /tmp/YaST2-03488-JXF1mn/rule_custom1 Oct 7 08:21:17 192.168.1.191 yast2[3488]: <1> [YCP] AutoInstallRules.ycp:390 Bash return: if ( [ "1" = "1" ] ) ; then exit 0; else exit 1; fi ($["exit":0, "stderr":"", "stdout":""]) ($["custom1":"other.xml\n"]) Oct 7 08:21:17 192.168.1.191 yast2[3488]: <1> [YCP] AutoInstallRules.ycp:397 file: @custom1@ Oct 7 08:21:18 192.168.1.191 yast2[3488]: <1> [YCP] AutoInstallRules.ycp:410 var: custom1 Oct 7 08:21:18 192.168.1.191 yast2[3488]: <1> [YCP] AutoInstallRules.ycp:576 Final Profile name: other.xml Oct 7 08:21:18 192.168.1.191 yast2[3488]: <1> [YCP] AutoInstallRules.ycp:625 Getting Rules: ["other.xml\n"] Oct 7 08:21:18 192.168.1.191 yast2[3488]: <1> [agent-system] SystemAgent.cc(Execute):1104 mkdir /tmp/YaST2-03488-1WLlhf/tmp_mount Oct 7 08:21:18 192.168.1.191 yast2[3488]: <1> [YCP] autoinstall/io.ycp:119 Copy profile: cp /other.xml /tmp/YaST2-03488-JXF1mn/rules/other.xml Oct 7 08:21:18 192.168.1.191 yast2[3488]: <3> [bash] ShellCommand.cc(shellcommand):78 cp: missing destination file operand after `/other.xml' Oct 7 08:21:18 192.168.1.191 yast2[3488]: <3> [bash] ShellCommand.cc(shellcommand):78 Try `cp --help' for more information. Oct 7 08:21:18 192.168.1.191 yast2[3488]: <3> [bash] ShellCommand.cc(shellcommand):78 sh: line 1: /tmp/YaST2-03488-JXF1mn/rules/other.xml: No such file or directory Oct 7 08:21:18 192.168.1.191 yast2[3488]: <1> [YCP] autoinstall/io.ycp:131 Trying to find file on installation media: cd Oct 7 08:21:18 192.168.1.191 yast2[3488]: <1> [YCP] autoinstall/io.ycp:145 Copy profile: cp /tmp/YaST2-03488-1WLlhf/tmp_mount//other.xml /tmp/YaST2-03488-JXF1mn/rules/other.xml Oct 7 08:21:18 192.168.1.191 yast2[3488]: <3> [bash] ShellCommand.cc(shellcommand):78 cp: missing destination file operand after `/tmp/YaST2-03488-1WLlhf/tmp_mount//other.xml' Oct 7 08:21:18 192.168.1.191 yast2[3488]: <3> [bash] ShellCommand.cc(shellcommand):78 Try `cp --help' for more information. Oct 7 08:21:18 192.168.1.191 yast2[3488]: <3> [bash] ShellCommand.cc(shellcommand):78 sh: line 1: /tmp/YaST2-03488-JXF1mn/rules/other.xml: No such file or directory Oct 7 08:21:18 192.168.1.191 yast2[3488]: <3> [YCP] AutoInstallRules.ycp:643 Error while fetching file: //other.xml Oct 7 08:21:18 192.168.1.191 yast2[3488]: <1> [YCP] AutoInstallRules.ycp:654 No files from rules found Oct 7 08:21:18 192.168.1.191 yast2[3488]: <1> [YCP] ProfileLocation.ycp:187 Creating default Rules Oct 7 08:21:18 192.168.1.191 yast2[3488]: <1> [YCP] AutoInstallRules.ycp:840 Created default rules=["0A00020F", "0A00020", "0A0002", "0A000", "0A00", "0A0", "0A", "0", "", "", "default"] Oct 7 08:21:18 192.168.1.191 yast2[3488]: <1> [YCP] AutoInstallRules.ycp:625 Getting Rules: ["0A00020F", "0A00020", "0A0002", "0A000", "0A00", "0A0", "0A", "0", "", "", "default"] Oct 7 08:21:18 192.168.1.191 yast2[3488]: <1> [agent-system] SystemAgent.cc(Execute):1104 mkdir /tmp/YaST2-03488-1WLlhf/tmp_mount Oct 7 08:21:18 192.168.1.191 yast2[3488]: <1> [YCP] autoinstall/io.ycp:119 Copy profile: cp /0A00020F /tmp/YaST2-03488-JXF1mn/rules/0A00020F Oct 7 08:21:18 192.168.1.191 yast2[3488]: <3> [bash] ShellCommand.cc(shellcommand):78 cp: cannot stat `/0A00020F': No such file or directory Oct 7 08:21:18 192.168.1.191 yast2[3488]: <1> [YCP] autoinstall/io.ycp:131 Trying to find file on installation media: cd Oct 7 08:21:18 192.168.1.191 yast2[3488]: <1> [YCP] autoinstall/io.ycp:145 Copy profile: cp /tmp/YaST2-03488-1WLlhf/tmp_mount//0A00020F /tmp/YaST2-03488-JXF1mn/rules/0A00020F Oct 7 08:21:18 192.168.1.191 yast2[3488]: <3> [bash] ShellCommand.cc(shellcommand):78 cp: cannot stat `/tmp/YaST2-03488-1WLlhf/tmp_mount//0A00020F': No such file or directory Oct 7 08:21:18 192.168.1.191 yast2[3488]: <3> [YCP] AutoInstallRules.ycp:643 Error while fetching file: //0A00020F Oct 7 08:21:19 192.168.1.191 yast2[3488]: <1> [agent-system] SystemAgent.cc(Execute):1104 mkdir /tmp/YaST2-03488-1WLlhf/tmp_mount Oct 7 08:21:19 192.168.1.191 yast2[3488]: <1> [YCP] autoinstall/io.ycp:119 Copy profile: cp /0A00020 /tmp/YaST2-03488-JXF1mn/rules/0A00020 Oct 7 08:21:19 192.168.1.191 yast2[3488]: <3> [bash] ShellCommand.cc(shellcommand):78 cp: cannot stat `/0A00020': No such file or directory Oct 7 08:21:19 192.168.1.191 yast2[3488]: <1> [YCP] autoinstall/io.ycp:131 Trying to find file on installation media: cd Oct 7 08:21:19 192.168.1.191 yast2[3488]: <1> [YCP] autoinstall/io.ycp:145 Copy profile: cp /tmp/YaST2-03488-1WLlhf/tmp_mount//0A00020 /tmp/YaST2-03488-JXF1mn/rules/0A00020 Oct 7 08:21:19 192.168.1.191 yast2[3488]: <3> [bash] ShellCommand.cc(shellcommand):78 cp: cannot stat `/tmp/YaST2-03488-1WLlhf/tmp_mount//0A00020': No such file or directory Oct 7 08:21:19 192.168.1.191 yast2[3488]: <3> [YCP] AutoInstallRules.ycp:643 Error while fetching file: //0A00020 Oct 7 08:21:19 192.168.1.191 yast2[3488]: <1> [agent-system] SystemAgent.cc(Execute):1104 mkdir /tmp/YaST2-03488-1WLlhf/tmp_mount Oct 7 08:21:19 192.168.1.191 yast2[3488]: <1> [YCP] autoinstall/io.ycp:119 Copy profile: cp /0A0002 /tmp/YaST2-03488-JXF1mn/rules/0A0002 Oct 7 08:21:19 192.168.1.191 yast2[3488]: <3> [bash] ShellCommand.cc(shellcommand):78 cp: cannot stat `/0A0002': No such file or directory Oct 7 08:21:19 192.168.1.191 yast2[3488]: <1> [YCP] autoinstall/io.ycp:131 Trying to find file on installation media: cd Oct 7 08:21:19 192.168.1.191 yast2[3488]: <1> [YCP] autoinstall/io.ycp:145 Copy profile: cp /tmp/YaST2-03488-1WLlhf/tmp_mount//0A0002 /tmp/YaST2-03488-JXF1mn/rules/0A0002 Oct 7 08:21:19 192.168.1.191 yast2[3488]: <3> [bash] ShellCommand.cc(shellcommand):78 cp: cannot stat `/tmp/YaST2-03488-1WLlhf/tmp_mount//0A0002': No such file or directory Oct 7 08:21:19 192.168.1.191 yast2[3488]: <3> [YCP] AutoInstallRules.ycp:643 Error while fetching file: //0A0002 Oct 7 08:21:19 192.168.1.191 yast2[3488]: <1> [agent-system] SystemAgent.cc(Execute):1104 mkdir /tmp/YaST2-03488-1WLlhf/tmp_mount Oct 7 08:21:19 192.168.1.191 yast2[3488]: <1> [YCP] autoinstall/io.ycp:119 Copy profile: cp /0A000 /tmp/YaST2-03488-JXF1mn/rules/0A000 Oct 7 08:21:20 192.168.1.191 yast2[3488]: <3> [bash] ShellCommand.cc(shellcommand):78 cp: cannot stat `/0A000': No such file or directory Oct 7 08:21:20 192.168.1.191 yast2[3488]: <1> [YCP] autoinstall/io.ycp:131 Trying to find file on installation media: cd Oct 7 08:21:20 192.168.1.191 yast2[3488]: <1> [YCP] autoinstall/io.ycp:145 Copy profile: cp /tmp/YaST2-03488-1WLlhf/tmp_mount//0A000 /tmp/YaST2-03488-JXF1mn/rules/0A000 Oct 7 08:21:20 192.168.1.191 yast2[3488]: <3> [bash] ShellCommand.cc(shellcommand):78 cp: cannot stat `/tmp/YaST2-03488-1WLlhf/tmp_mount//0A000': No such file or directory Oct 7 08:21:20 192.168.1.191 yast2[3488]: <3> [YCP] AutoInstallRules.ycp:643 Error while fetching file: //0A000 Oct 7 08:21:20 192.168.1.191 yast2[3488]: <1> [agent-system] SystemAgent.cc(Execute):1104 mkdir /tmp/YaST2-03488-1WLlhf/tmp_mount Oct 7 08:21:20 192.168.1.191 yast2[3488]: <1> [YCP] autoinstall/io.ycp:119 Copy profile: cp /0A00 /tmp/YaST2-03488-JXF1mn/rules/0A00 Oct 7 08:21:20 192.168.1.191 yast2[3488]: <3> [bash] ShellCommand.cc(shellcommand):78 cp: cannot stat `/0A00': No such file or directory Oct 7 08:21:20 192.168.1.191 yast2[3488]: <1> [YCP] autoinstall/io.ycp:131 Trying to find file on installation media: cd Oct 7 08:21:20 192.168.1.191 yast2[3488]: <1> [YCP] autoinstall/io.ycp:145 Copy profile: cp /tmp/YaST2-03488-1WLlhf/tmp_mount//0A00 /tmp/YaST2-03488-JXF1mn/rules/0A00 Oct 7 08:21:20 192.168.1.191 yast2[3488]: <3> [bash] ShellCommand.cc(shellcommand):78 cp: cannot stat `/tmp/YaST2-03488-1WLlhf/tmp_mount//0A00': No such file or directory Oct 7 08:21:20 192.168.1.191 yast2[3488]: <3> [YCP] AutoInstallRules.ycp:643 Error while fetching file: //0A00 Oct 7 08:21:20 192.168.1.191 yast2[3488]: <1> [agent-system] SystemAgent.cc(Execute):1104 mkdir /tmp/YaST2-03488-1WLlhf/tmp_mount Oct 7 08:21:20 192.168.1.191 yast2[3488]: <1> [YCP] autoinstall/io.ycp:119 Copy profile: cp /0A0 /tmp/YaST2-03488-JXF1mn/rules/0A0 Oct 7 08:21:20 192.168.1.191 yast2[3488]: <3> [bash] ShellCommand.cc(shellcommand):78 cp: cannot stat `/0A0': No such file or directory Oct 7 08:21:21 192.168.1.191 yast2[3488]: <1> [YCP] autoinstall/io.ycp:131 Trying to find file on installation media: cd Oct 7 08:21:21 192.168.1.191 yast2[3488]: <1> [YCP] autoinstall/io.ycp:145 Copy profile: cp /tmp/YaST2-03488-1WLlhf/tmp_mount//0A0 /tmp/YaST2-03488-JXF1mn/rules/0A0 Oct 7 08:21:21 192.168.1.191 yast2[3488]: <3> [bash] ShellCommand.cc(shellcommand):78 cp: cannot stat `/tmp/YaST2-03488-1WLlhf/tmp_mount//0A0': No such file or directory Oct 7 08:21:21 192.168.1.191 yast2[3488]: <3> [YCP] AutoInstallRules.ycp:643 Error while fetching file: //0A0 Oct 7 08:21:21 192.168.1.191 yast2[3488]: <1> [agent-system] SystemAgent.cc(Execute):1104 mkdir /tmp/YaST2-03488-1WLlhf/tmp_mount Oct 7 08:21:21 192.168.1.191 yast2[3488]: <1> [YCP] autoinstall/io.ycp:119 Copy profile: cp /0A /tmp/YaST2-03488-JXF1mn/rules/0A Oct 7 08:21:21 192.168.1.191 yast2[3488]: <3> [bash] ShellCommand.cc(shellcommand):78 cp: cannot stat `/0A': No such file or directory Oct 7 08:21:21 192.168.1.191 yast2[3488]: <1> [YCP] autoinstall/io.ycp:131 Trying to find file on installation media: cd Oct 7 08:21:21 192.168.1.191 yast2[3488]: <1> [YCP] autoinstall/io.ycp:145 Copy profile: cp /tmp/YaST2-03488-1WLlhf/tmp_mount//0A /tmp/YaST2-03488-JXF1mn/rules/0A Oct 7 08:21:21 192.168.1.191 yast2[3488]: <3> [bash] ShellCommand.cc(shellcommand):78 cp: cannot stat `/tmp/YaST2-03488-1WLlhf/tmp_mount//0A': No such file or directory Oct 7 08:21:21 192.168.1.191 yast2[3488]: <3> [YCP] AutoInstallRules.ycp:643 Error while fetching file: //0A Oct 7 08:21:21 192.168.1.191 yast2[3488]: <1> [agent-system] SystemAgent.cc(Execute):1104 mkdir /tmp/YaST2-03488-1WLlhf/tmp_mount Oct 7 08:21:21 192.168.1.191 yast2[3488]: <1> [YCP] autoinstall/io.ycp:119 Copy profile: cp /0 /tmp/YaST2-03488-JXF1mn/rules/0 Oct 7 08:21:21 192.168.1.191 yast2[3488]: <3> [bash] ShellCommand.cc(shellcommand):78 cp: cannot stat `/0': No such file or directory Oct 7 08:21:21 192.168.1.191 yast2[3488]: <1> [YCP] autoinstall/io.ycp:131 Trying to find file on installation media: cd Oct 7 08:21:22 192.168.1.191 yast2[3488]: <1> [YCP] autoinstall/io.ycp:145 Copy profile: cp /tmp/YaST2-03488-1WLlhf/tmp_mount//0 /tmp/YaST2-03488-JXF1mn/rules/0 Oct 7 08:21:22 192.168.1.191 yast2[3488]: <3> [bash] ShellCommand.cc(shellcommand):78 cp: cannot stat `/tmp/YaST2-03488-1WLlhf/tmp_mount//0': No such file or directory Oct 7 08:21:22 192.168.1.191 yast2[3488]: <3> [YCP] AutoInstallRules.ycp:643 Error while fetching file: //0 Oct 7 08:21:22 192.168.1.191 yast2[3488]: <1> [agent-system] SystemAgent.cc(Execute):1104 mkdir /tmp/YaST2-03488-1WLlhf/tmp_mount Oct 7 08:21:22 192.168.1.191 yast2[3488]: <1> [YCP] autoinstall/io.ycp:112 Copy profile: cp /var/adm/mount// /tmp/YaST2-03488-JXF1mn/rules/ Oct 7 08:21:22 192.168.1.191 yast2[3488]: <3> [bash] ShellCommand.cc(shellcommand):78 cp: omitting directory `/var/adm/mount//' Oct 7 08:21:22 192.168.1.191 yast2[3488]: <1> [YCP] AutoInstallRules.ycp:679 Working on file: Oct 7 08:21:22 192.168.1.191 yast2[3488]: <1> [YCP] XML.ycp:113 Reading /tmp/YaST2-03488-JXF1mn/rules/ Oct 7 08:21:22 192.168.1.191 yast2[3488]: <1> [agent-xml] XmlAgent.cc(Read):758 Setting XML generic error handler Oct 7 08:21:22 192.168.1.191 yast2[3488]: <3> [agent-xml] XmlAgent.cc(xmlagentError):680 Is a directory Oct 7 08:21:22 192.168.1.191 yast2[3488]: <3> [agent-xml] XmlAgent.cc(xmlagentError):680 Document is empty Oct 7 08:21:22 192.168.1.191 yast2[3488]: <3> [agent-xml] XmlAgent.cc(xmlagentError):680 Start tag expected, '<' not found Oct 7 08:21:22 192.168.1.191 yast2[3488]: <1> [agent-xml] XmlAgent.cc(Read):786 Freeing generic XML error handler Oct 7 08:21:22 192.168.1.191 yast2[3488]: <3> [Interpreter] XML.ycp:114 Failed while processing XIncludes Oct 7 08:21:22 192.168.1.191 yast2[3488]: <3> [Interpreter] XML.ycp:114 SCR::Read() failed Oct 7 08:21:22 192.168.1.191 yast2[3488]: <3> [Interpreter] XML.ycp:81 Argument (contents) to Execute(...) is nil Oct 7 08:21:22 192.168.1.191 yast2[3488]: <3> [YCP] AutoInstallRules.ycp:686 Error reading XML file Oct 7 08:21:22 192.168.1.191 yast2[3488]: <1> [ui] YPushButton.cc(setFunctionKey):160 Guessing button role YOKButton for YPushButton "OK" at 0x94bf874 from function key F10 On Wed, Oct 7, 2009 at 5:16 AM, Uwe Gansert <ug@suse.de> wrote:
on Tuesday 06 October 2009 Jeromy Smith wrote:
AutoInstallRules.ycp:840 Created default rules=["0A00020F", "0A00020", "0A0002", "0A000", "0A00", "0A0", "0A", "0", "", "", "default"]
why are there two empty filenames? Can it happen that you rules produce empty results for the xml filename? Unfortunately the line with the rules.xml is cut in your pasted log.
-- ciao, Uwe Gansert
Uwe Gansert SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg) 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
-- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org