teams/server: Bump the ESP size to 500 MB
Now that we have a lot more stuff installed in the ESP, we need the ESP to be bigger. This matches the size used for the desktop disk variants.
This commit is contained in:
+5
-5
@@ -23,7 +23,7 @@
|
|||||||
filesystem="xfs"
|
filesystem="xfs"
|
||||||
kernelcmdline="no_timer_check console=tty1 console=ttyS0,115200n8"
|
kernelcmdline="no_timer_check console=tty1 console=ttyS0,115200n8"
|
||||||
devicepersistency="by-uuid"
|
devicepersistency="by-uuid"
|
||||||
bootpartition="true" bootpartsize="1000" bootfilesystem="xfs" efipartsize="100" firmware="uefi"
|
bootpartition="true" bootpartsize="1000" bootfilesystem="xfs" efipartsize="500" firmware="uefi"
|
||||||
rootfs_label="fedora"
|
rootfs_label="fedora"
|
||||||
>
|
>
|
||||||
<bootloader name="grub2" console="serial" timeout="0"/>
|
<bootloader name="grub2" console="serial" timeout="0"/>
|
||||||
@@ -77,7 +77,7 @@
|
|||||||
filesystem="xfs"
|
filesystem="xfs"
|
||||||
kernelcmdline="earlycon"
|
kernelcmdline="earlycon"
|
||||||
devicepersistency="by-uuid"
|
devicepersistency="by-uuid"
|
||||||
bootpartition="true" bootpartsize="1000" bootfilesystem="ext4" efipartsize="100" firmware="uefi"
|
bootpartition="true" bootpartsize="1000" bootfilesystem="ext4" efipartsize="500" firmware="uefi"
|
||||||
rootfs_label="fedora"
|
rootfs_label="fedora"
|
||||||
>
|
>
|
||||||
<bootloader name="grub2" console="serial" timeout="0"/>
|
<bootloader name="grub2" console="serial" timeout="0"/>
|
||||||
@@ -94,7 +94,7 @@
|
|||||||
<type image="oem"
|
<type image="oem"
|
||||||
filesystem="xfs"
|
filesystem="xfs"
|
||||||
devicepersistency="by-uuid"
|
devicepersistency="by-uuid"
|
||||||
bootpartition="true" bootpartsize="1000" bootfilesystem="xfs" efipartsize="100" firmware="uefi"
|
bootpartition="true" bootpartsize="1000" bootfilesystem="xfs" efipartsize="500" firmware="uefi"
|
||||||
rootfs_label="fedora"
|
rootfs_label="fedora"
|
||||||
>
|
>
|
||||||
<bootloader name="grub2" console="serial" timeout="3" timeout_style="menu"/>
|
<bootloader name="grub2" console="serial" timeout="3" timeout_style="menu"/>
|
||||||
@@ -111,7 +111,7 @@
|
|||||||
<type image="oem"
|
<type image="oem"
|
||||||
filesystem="xfs"
|
filesystem="xfs"
|
||||||
devicepersistency="by-uuid" force_mbr="true"
|
devicepersistency="by-uuid" force_mbr="true"
|
||||||
bootpartition="true" bootpartsize="1000" bootfilesystem="ext4" efipartsize="100" firmware="uefi"
|
bootpartition="true" bootpartsize="1000" bootfilesystem="ext4" efipartsize="500" firmware="uefi"
|
||||||
rootfs_label="fedora"
|
rootfs_label="fedora"
|
||||||
>
|
>
|
||||||
<bootloader name="grub2" console="serial" timeout="3" timeout_style="menu"/>
|
<bootloader name="grub2" console="serial" timeout="3" timeout_style="menu"/>
|
||||||
@@ -163,7 +163,7 @@
|
|||||||
filesystem="xfs"
|
filesystem="xfs"
|
||||||
kernelcmdline="earlycon"
|
kernelcmdline="earlycon"
|
||||||
devicepersistency="by-uuid"
|
devicepersistency="by-uuid"
|
||||||
bootpartition="true" bootpartsize="1000" bootfilesystem="ext4" efipartsize="100" firmware="uefi"
|
bootpartition="true" bootpartsize="1000" bootfilesystem="ext4" efipartsize="500" firmware="uefi"
|
||||||
rootfs_label="fedora"
|
rootfs_label="fedora"
|
||||||
>
|
>
|
||||||
<bootloader name="grub2" console="serial" timeout="3" timeout_style="menu"/>
|
<bootloader name="grub2" console="serial" timeout="3" timeout_style="menu"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user