aboutsummaryrefslogtreecommitdiff
path: root/teams/server.xml
diff refs
from: back
to: back
| flip
diff options
context:
space:
mode:
Diffstat (limited to 'teams/server.xml')
-rw-r--r--teams/server.xml66
1 files changed, 52 insertions, 14 deletions
diff --git a/teams/server.xml b/teams/server.xml
index cc58b37..f3b88f4 100644
--- a/teams/server.xml
+++ b/teams/server.xml
@@ -8,6 +8,7 @@
<requires profile="ServerCore"/>
</profile>
<profile name="ServerDisk" description="Server Edition disk configuration">
+ <requires profile="HardwareCommon"/>
<requires profile="ServerCore"/>
</profile>
<profile name="Server-Guest-Generic" description="Generic Server Guest Image">
@@ -22,10 +23,10 @@
filesystem="xfs"
kernelcmdline="no_timer_check console=tty1 console=ttyS0,115200n8"
devicepersistency="by-uuid"
- bootpartition="true" bootpartsize="1000" bootfilesystem="xfs" efipartsize="100" 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"/>
@@ -40,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"/>
@@ -58,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"/>
@@ -71,14 +72,32 @@
</oemconfig>
</type>
</preferences>
+ <preferences profiles="ServerVMDisk" arch="riscv64">
+ <type image="oem" format="qcow2"
+ filesystem="xfs"
+ kernelcmdline="earlycon"
+ devicepersistency="by-uuid"
+ bootpartition="true" bootpartsize="2000" bootfilesystem="ext4" efipartsize="500" firmware="uefi"
+ rootfs_label="fedora"
+ >
+ <bootloader name="grub2" bls="true" console="serial" timeout="0"/>
+ <size unit="G">10</size>
+ <systemdisk>
+ <volume name="@root"/>
+ </systemdisk>
+ <oemconfig>
+ <oem-resize>false</oem-resize>
+ </oemconfig>
+ </type>
+ </preferences>
<preferences profiles="ServerDisk" arch="x86_64">
<type image="oem"
filesystem="xfs"
devicepersistency="by-uuid"
- bootpartition="true" bootpartsize="1000" bootfilesystem="xfs" efipartsize="100" 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="3" timeout_style="menu"/>
<size unit="G">10</size>
<systemdisk>
<volume name="@root"/>
@@ -91,11 +110,11 @@
<preferences profiles="ServerDisk" arch="aarch64">
<type image="oem"
filesystem="xfs"
- devicepersistency="by-uuid" force_mbr="true"
- bootpartition="true" bootpartsize="1000" bootfilesystem="xfs" efipartsize="100" firmware="uefi"
+ devicepersistency="by-uuid" force_mbr="true" editbootinstall="editbootinstall_rpilegacy.sh"
+ bootpartition="true" bootpartsize="2000" bootfilesystem="ext4" efipartsize="500" disk_start_sector="34816" firmware="uefi"
rootfs_label="fedora"
>
- <bootloader name="grub2" console="serial" timeout="0"/>
+ <bootloader name="grub2" bls="true" console="serial" timeout="3" timeout_style="menu"/>
<size unit="G">10</size>
<systemdisk>
<volume name="@root"/>
@@ -109,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="0"/>
+ <bootloader name="grub2" bls="true" console="serial" timeout="3" timeout_style="menu"/>
<size unit="G">10</size>
<systemdisk>
<volume name="@root"/>
@@ -126,10 +145,28 @@
<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="1"/>
+ <bootloader name="zipl" timeout="3"/>
+ <size unit="G">10</size>
+ <systemdisk>
+ <volume name="@root"/>
+ </systemdisk>
+ <oemconfig>
+ <oem-resize>false</oem-resize>
+ </oemconfig>
+ </type>
+ </preferences>
+ <preferences profiles="ServerDisk" arch="riscv64">
+ <type image="oem"
+ filesystem="xfs"
+ kernelcmdline="earlycon"
+ devicepersistency="by-uuid"
+ bootpartition="true" bootpartsize="2000" bootfilesystem="ext4" efipartsize="500" firmware="uefi"
+ rootfs_label="fedora"
+ >
+ <bootloader name="grub2" bls="true" console="serial" timeout="3" timeout_style="menu"/>
<size unit="G">10</size>
<systemdisk>
<volume name="@root"/>
@@ -163,6 +200,7 @@
</packages>
<packages type="image" patternType="plusRecommended" profiles="Server-Host-Generic">
<namedCollection name="container-management"/>
+ <namedCollection name="server-hardware-support"/>
<package name="dracut-config-rescue"/>
<package name="kernel"/>
<package name="linux-firmware"/>