From 6c3b674a92536bbaa02d0473294472b5360d5bfd Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Mon, 6 Oct 2025 10:18:44 -0400 Subject: Raise the size of the boot partition to 2G for Fedora images With the increase in content in initramfs, a long-overdue raise of the default size for /boot is warranted. Reference: https://fedoraproject.org/wiki/Changes/2GbootPartition --- teams/cloud/vagrant.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'teams/cloud/vagrant.xml') diff --git a/teams/cloud/vagrant.xml b/teams/cloud/vagrant.xml index d25b163..8a9383b 100644 --- a/teams/cloud/vagrant.xml +++ b/teams/cloud/vagrant.xml @@ -15,7 +15,7 @@ filesystem="btrfs" btrfs_root_is_subvolume="true" btrfs_set_default_volume="false" fsmountoptions="compress=zstd:1" kernelcmdline="no_timer_check console=tty1 console=ttyS0,115200n8" devicepersistency="by-uuid" - bootpartition="true" bootpartsize="1000" bootfilesystem="ext4" efipartsize="100" firmware="uefi" + bootpartition="true" bootpartsize="2000" bootfilesystem="ext4" efipartsize="100" firmware="uefi" rootfs_label="fedora" > @@ -36,7 +36,7 @@ filesystem="btrfs" btrfs_root_is_subvolume="true" btrfs_set_default_volume="false" fsmountoptions="compress=zstd:1" kernelcmdline="no_timer_check console=tty1 console=ttyS0,115200n8" devicepersistency="by-uuid" - bootpartition="true" bootpartsize="1000" bootfilesystem="ext4" efipartsize="100" firmware="uefi" + bootpartition="true" bootpartsize="2000" bootfilesystem="ext4" efipartsize="100" firmware="uefi" rootfs_label="fedora" > -- cgit v1.3.1+13