Skip to content
8 changes: 3 additions & 5 deletions iso_files/configure_iso_anaconda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[install]
root-fs-type = "btrfs"
root-fs-type = "xfs"
Loading