[util-yaml.sh] make btrfs default and add xfs as option

This commit is contained in:
Philip Müller 2021-08-01 11:58:31 +00:00
parent 53a46f255b
commit 29f5030440

View file

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