Le 2010-08-04 09:06, Henrik Schmidt a écrit :
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.
This seems to be working: <partition> <create config:type="boolean">true</create> <crypt_fs config:type="boolean">false</crypt_fs> <filesystem config:type="symbol">ext4</filesystem> <filesystem_id config:type="integer">131</filesystem_id> <format config:type="boolean">true</format> <loop_fs config:type="boolean">false</loop_fs> <mount>/</mount> <mountby config:type="symbol">device</mountby> <partition_id config:type="integer">131</partition_id> <partition_nr config:type="integer">2</partition_nr> <resize config:type="boolean">false</resize> <size>max</size> </partition>
<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