Hi Is there any way to setup the control files in SUSE 9.2 Professional so that one can use percentages in the partition table?. Also i setup a control file manually after reading the autoyast manual posted on suseś website, but for some odd reason it doesn´t want to load it giving me the error that it can´t load the file. If i use a config file generateded by yast it works fine. What i am trying to do is have a control file that can select between multiple different profiles and then load those profiles. Any suggestions? here is what i have for the control file sofar: <?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> <totaldisk> <match>80000-100000</match> <match_type>range</match_type> </totaldisk> <result> <profile>software_80GB.xml</profile> <continue config:type=¨boolean¨>false</continue> </result> </rule> <rule> <disksize> <match>/dev/hda 120000</match> <match_type>greater</match_type> </disksize> <result> <profile>software_120GB.xml</profile> <continue config:type=¨boolean¨>false</continue> </result> </rule> </rules> Please let me know Thanks S.