Diffstat (limited to 'teams/server.xml')
| -rw-r--r-- | teams/server.xml | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/teams/server.xml b/teams/server.xml index 0413e5a..f3b88f4 100644 --- a/teams/server.xml +++ b/teams/server.xml @@ -23,10 +23,10 @@ filesystem="xfs" kernelcmdline="no_timer_check console=tty1 console=ttyS0,115200n8" devicepersistency="by-uuid" - bootpartition="true" bootpartsize="1000" bootfilesystem="xfs" efipartsize="500" firmware="uefi" + bootpartition="true" bootpartsize="2000" bootfilesystem="xfs" efipartsize="500" firmware="uefi" rootfs_label="fedora" > - <bootloader name="grub2" console="serial" timeout="0"/> + <bootloader name="grub2" bls="true" console="serial" timeout="0"/> <size unit="G">10</size> <systemdisk> <volume name="@root"/> @@ -41,10 +41,10 @@ filesystem="xfs" kernelcmdline="no_timer_check console=tty1 console=ttyS0,115200n8" devicepersistency="by-uuid" - bootpartition="true" bootpartsize="1000" bootfilesystem="xfs" firmware="ofw" + bootpartition="true" bootpartsize="2000" bootfilesystem="xfs" firmware="ofw" rootfs_label="fedora" > - <bootloader name="grub2" console="serial" timeout="0"/> + <bootloader name="grub2" bls="true" console="serial" timeout="0"/> <size unit="G">10</size> <systemdisk> <volume name="@root"/> @@ -59,7 +59,7 @@ filesystem="xfs" kernelcmdline="no_timer_check console=tty1 console=ttyS0,115200n8" devicepersistency="by-uuid" - bootpartition="true" bootpartsize="1000" bootfilesystem="xfs" + bootpartition="true" bootpartsize="2000" bootfilesystem="xfs" rootfs_label="fedora" > <bootloader name="zipl" timeout="1"/> @@ -77,10 +77,10 @@ filesystem="xfs" kernelcmdline="earlycon" devicepersistency="by-uuid" - bootpartition="true" bootpartsize="1000" bootfilesystem="ext4" efipartsize="500" firmware="uefi" + bootpartition="true" bootpartsize="2000" bootfilesystem="ext4" efipartsize="500" firmware="uefi" rootfs_label="fedora" > - <bootloader name="grub2" console="serial" timeout="0"/> + <bootloader name="grub2" bls="true" console="serial" timeout="0"/> <size unit="G">10</size> <systemdisk> <volume name="@root"/> @@ -94,10 +94,10 @@ <type image="oem" filesystem="xfs" devicepersistency="by-uuid" - bootpartition="true" bootpartsize="1000" bootfilesystem="xfs" efipartsize="500" firmware="uefi" + bootpartition="true" bootpartsize="2000" bootfilesystem="xfs" efipartsize="500" firmware="uefi" rootfs_label="fedora" > - <bootloader name="grub2" console="serial" timeout="3" timeout_style="menu"/> + <bootloader name="grub2" bls="true" console="serial" timeout="3" timeout_style="menu"/> <size unit="G">10</size> <systemdisk> <volume name="@root"/> @@ -111,10 +111,10 @@ <type image="oem" filesystem="xfs" devicepersistency="by-uuid" force_mbr="true" editbootinstall="editbootinstall_rpilegacy.sh" - bootpartition="true" bootpartsize="1000" bootfilesystem="ext4" efipartsize="500" firmware="uefi" + bootpartition="true" bootpartsize="2000" bootfilesystem="ext4" efipartsize="500" disk_start_sector="34816" firmware="uefi" rootfs_label="fedora" > - <bootloader name="grub2" console="serial" timeout="3" timeout_style="menu"/> + <bootloader name="grub2" bls="true" console="serial" timeout="3" timeout_style="menu"/> <size unit="G">10</size> <systemdisk> <volume name="@root"/> @@ -128,10 +128,10 @@ <type image="oem" filesystem="xfs" devicepersistency="by-uuid" - bootpartition="true" bootpartsize="1000" bootfilesystem="xfs" firmware="ofw" + bootpartition="true" bootpartsize="2000" bootfilesystem="xfs" firmware="ofw" rootfs_label="fedora" > - <bootloader name="grub2" console="serial" timeout="3" timeout_style="menu"/> + <bootloader name="grub2" bls="true" console="serial" timeout="3" timeout_style="menu"/> <size unit="G">10</size> <systemdisk> <volume name="@root"/> @@ -145,7 +145,7 @@ <type image="oem" filesystem="xfs" devicepersistency="by-uuid" - bootpartition="true" bootpartsize="1000" bootfilesystem="xfs" + bootpartition="true" bootpartsize="2000" bootfilesystem="xfs" rootfs_label="fedora" > <bootloader name="zipl" timeout="3"/> @@ -163,10 +163,10 @@ filesystem="xfs" kernelcmdline="earlycon" devicepersistency="by-uuid" - bootpartition="true" bootpartsize="1000" bootfilesystem="ext4" efipartsize="500" firmware="uefi" + bootpartition="true" bootpartsize="2000" bootfilesystem="ext4" efipartsize="500" firmware="uefi" rootfs_label="fedora" > - <bootloader name="grub2" console="serial" timeout="3" timeout_style="menu"/> + <bootloader name="grub2" bls="true" console="serial" timeout="3" timeout_style="menu"/> <size unit="G">10</size> <systemdisk> <volume name="@root"/> |