Skip to content

Commit 85019dd

Browse files
committed
chore: change default filesystem from btrfs to xfs
1 parent ec3ddcc commit 85019dd

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

iso_files/configure_iso_anaconda.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,11 @@ efi_dir = fedora
8585
menu_auto_hide = True
8686
8787
[Storage]
88-
default_scheme = BTRFS
89-
btrfs_compression = zstd:1
88+
file_system_type= xfs
9089
default_partitioning =
9190
/ (min 1 GiB, max 70 GiB)
9291
/home (min 500 MiB, free 50 GiB)
93-
/var (btrfs)
92+
/var
9493
9594
[User Interface]
9695
custom_stylesheet = /usr/share/anaconda/pixmaps/silverblue/fedora-silverblue.css
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[install]
2-
root-fs-type = "btrfs"
2+
root-fs-type = "xfs"

0 commit comments

Comments
 (0)