I'm using <partitioning_advanced> and <fstab> with my autoinstall for 11.3, Is it possible to force the filesystem for partitions declared to be formated ? I want them to be ext4 instead of ext3. <partitioning_advanced> <fstab> <!-- Read data from existing fstab. If multiple root partitions are found, use the one specified below. Otherwise the first root partition is taken --> <root_partition>/dev/sda2</root_partition> <use_existing_fstab config:type="boolean">true</use_existing_fstab> <!-- all partitions found in fstab will be formatted and mounted by default unless a partition is listed below with different settings --> <partitions config:type="list"> <partition> <format config:type="boolean">true</format> <mount>swap</mount> <mountby config:type="symbol">id</mountby> </partition> <partition> <format config:type="boolean">true</format> <mount>/</mount> <mountby config:type="symbol">id</mountby> </partition> <partition> <format config:type="boolean">false</format> <mount>/export/opt</mount> <mountby config:type="symbol">id</mountby> </partition> <partition> <format config:type="boolean">false</format> <mount>/export/home</mount> <mountby config:type="symbol">id</mountby> </partition> </partitions> </fstab> </partitioning_advanced> -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org