Skip to content
6 changes: 2 additions & 4 deletions iso_files/configure_iso_anaconda.sh
Original file line number Diff line number Diff line change
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)

Copilot AI Aug 14, 2025

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nitpick] The /var partition configuration appears to have inconsistent spacing. Consider using consistent formatting like '/var (min 5 GiB, free 50 GiB)' to match the / partition format above.

Suggested change
/var (min 5 GiB, free 50 GiB)
/var (min 5 GiB, free 50 GiB)

Copilot uses AI. Check for mistakes.

[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"