[util-yaml.sh] reverting back to ext4 by default

This commit is contained in:
Philip Müller 2021-08-01 18:40:26 +00:00
parent 29f5030440
commit f0557b5eea

View file

@ -168,8 +168,8 @@ write_partition_conf(){
echo "# the default is \"none\"." >> "$conf" echo "# the default is \"none\"." >> "$conf"
echo "initialPartitioningChoice: erase" >> "$conf" echo "initialPartitioningChoice: erase" >> "$conf"
echo "initialSwapChoice: none" >> "$conf" echo "initialSwapChoice: none" >> "$conf"
echo "defaultFileSystemType: \"btrfs\"" >> "$conf" echo "defaultFileSystemType: \"ext4\"" >> "$conf"
echo "availableFileSystemTypes: [\"btrfs\",\"ext4\",\"f2fs\",\"xfs\"]" >> "$conf" echo "availableFileSystemTypes: [\"ext4\",\"btrfs\",\"f2fs\",\"xfs\"]" >> "$conf"
} }
write_packages_conf(){ write_packages_conf(){