diff --git a/iso_files/configure_iso_anaconda.sh b/iso_files/configure_iso_anaconda.sh index 4364c0c056b..4f40f7183a7 100644 --- a/iso_files/configure_iso_anaconda.sh +++ b/iso_files/configure_iso_anaconda.sh @@ -49,7 +49,7 @@ systemctl --global disable ublue-user-setup.service # Install Anaconda, Webui if >= F42 SPECS=( - "libblockdev-btrfs" + "xfsprogs" "libblockdev-lvm" "libblockdev-dm" "anaconda-live" @@ -88,12 +88,10 @@ efi_dir = fedora menu_auto_hide = True [Storage] -default_scheme = BTRFS -btrfs_compression = zstd:1 +file_system_type = xfs default_partitioning = / (min 1 GiB, max 70 GiB) - /home (min 500 MiB, free 50 GiB) - /var (btrfs) + /var (min 5 GiB, free 50 GiB) [User Interface] custom_stylesheet = /usr/share/anaconda/pixmaps/silverblue/fedora-silverblue.css diff --git a/system_files/shared/usr/lib/bootc/install/20-bluefin.toml b/system_files/shared/usr/lib/bootc/install/20-bluefin.toml index 55cc508833a..32a278d174b 100644 --- a/system_files/shared/usr/lib/bootc/install/20-bluefin.toml +++ b/system_files/shared/usr/lib/bootc/install/20-bluefin.toml @@ -1,2 +1,2 @@ [install] -root-fs-type = "btrfs" +root-fs-type = "xfs"