server: Remove console=ttyS0 from riscv64 images

Turns out that different boards needs different values, so
hardcoding a specific one here is not a good idea. Luckily,
Linux can usually figure things out on its own and automatically
provide a working serial console.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
This commit is contained in:
Andrea Bolognani
2025-02-19 19:15:14 +01:00
parent 3d2b7b0dc4
commit 7bbf6475e8
+2 -2
View File
@@ -74,7 +74,7 @@
<preferences profiles="ServerVMDisk" arch="riscv64"> <preferences profiles="ServerVMDisk" arch="riscv64">
<type image="oem" format="qcow2" <type image="oem" format="qcow2"
filesystem="xfs" filesystem="xfs"
kernelcmdline="earlycon console=ttyS0,115200n8" 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="100" firmware="uefi"
rootfs_label="fedora" rootfs_label="fedora"
@@ -160,7 +160,7 @@
<preferences profiles="ServerDisk" arch="riscv64"> <preferences profiles="ServerDisk" arch="riscv64">
<type image="oem" <type image="oem"
filesystem="xfs" filesystem="xfs"
kernelcmdline="earlycon console=ttyS0,115200n8" 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="100" firmware="uefi"
rootfs_label="fedora" rootfs_label="fedora"