I have an autoYast xml file with the following section as part of my overall partition plan <partition> <create config:type="boolean">false</create> <crypt_fs config:type="boolean">false</crypt_fs> <filesystem config:type="symbol">ext3</filesystem> <format config:type="boolean">true</format> <loop_fs config:type="boolean">false</loop_fs> <lv_name>lv51root</lv_name> <mount>/</mount> <mountby config:type="symbol">device</mountby> <partition_id config:type="integer">131</partition_id> <resize config:type="boolean">false</resize> </partition> The disk is formatted as part of the install but not with the ext3 filesystem as I defined in the above section, but rather with the default filesystem for that particular openSUSE version. It gives Reiserfs with 11.1 and Ext4 with 11.2. From several examples found on the net I can not find what I'm doing wrong here. Can someone please indicate what I'm doing wrong here since I do not see any obvious errors in the logfiles as well. -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org