Hi, Is it possible to define in the AutoYast XML file a generic hard disk (e.g. the boot device) that should be partitioned? We want to use the same XML profile for different types of host wit SCSI, SATA, IDE and RAID drives. Currently the device to be partitioned must be listed with the full device name, for instance: <partitioning config:type="list"> <drive> <device>/dev/hda</device> <initialize config:type="boolean">true</initialize> <partitions config:type="list"> ... </partitions> <use>1,2,3,4</use> </drive> </partitioning> This means that one XML file needs to be there for /dev/hda (IDE), another for /dev/sda (SATA, SCSI) and one for /dev/cciss/c0d0 (HP RAID Controller). The normal SUSE Yast installation can discover the boot device and make a suggestion. Can AutoYast also? Thanks in advance for help. Regards, Bernd