From f0557b5eeaf099dab54ab5121621a58bf497bc71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20M=C3=BCller?= Date: Sun, 1 Aug 2021 18:40:26 +0000 Subject: [PATCH] [util-yaml.sh] reverting back to ext4 by default --- lib/util-yaml.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/util-yaml.sh b/lib/util-yaml.sh index 9d68fc8..24a2d0e 100644 --- a/lib/util-yaml.sh +++ b/lib/util-yaml.sh @@ -168,8 +168,8 @@ write_partition_conf(){ echo "# the default is \"none\"." >> "$conf" echo "initialPartitioningChoice: erase" >> "$conf" echo "initialSwapChoice: none" >> "$conf" - echo "defaultFileSystemType: \"btrfs\"" >> "$conf" - echo "availableFileSystemTypes: [\"btrfs\",\"ext4\",\"f2fs\",\"xfs\"]" >> "$conf" + echo "defaultFileSystemType: \"ext4\"" >> "$conf" + echo "availableFileSystemTypes: [\"ext4\",\"btrfs\",\"f2fs\",\"xfs\"]" >> "$conf" } write_packages_conf(){