Adjust non-LVM to use by-label

This commit is contained in:
Louis Abel 2024-05-15 12:29:20 -07:00
parent 9529793457
commit a577717827
Signed by: label
GPG Key ID: 2A6975660E424560

View File

@ -32,7 +32,7 @@
filesystem="xfs"
bootpartition="true" bootpartsize="1000" bootfilesystem="xfs" efipartsize="100" firmware="uefi"
kernelcmdline="console=ttyS0,115200n8 no_timer_check crashkernel=auto net.ifnames=0"
devicepersistency="by-uuid"
devicepersistency="by-label"
rootfs_label="rocky">
<oemconfig>
<oem-resize>false</oem-resize>
@ -64,7 +64,7 @@
filesystem="xfs"
bootpartition="true" bootpartsize="1000" bootfilesystem="xfs" firmware="ofw"
kernelcmdline="console=ttyS0,115200n8 no_timer_check crashkernel=auto net.ifnames=0"
devicepersistency="by-uuid"
devicepersistency="by-label"
rootfs_label="rocky">
<oemconfig>
<oem-resize>false</oem-resize>
@ -96,7 +96,7 @@
filesystem="xfs"
bootpartition="true" bootpartsize="1000" bootfilesystem="xfs"
kernelcmdline="console=ttyS0,115200n8 no_timer_check crashkernel=auto net.ifnames=0"
devicepersistency="by-uuid"
devicepersistency="by-label"
rootfs_label="rocky">
<oemconfig>
<oem-resize>false</oem-resize>
@ -129,7 +129,7 @@
filesystem="xfs"
bootpartition="true" bootpartsize="1000" bootfilesystem="xfs" efipartsize="100" firmware="uefi"
kernelcmdline="rootdelay=300 console=ttyS0 earlyprintk=ttyS0 no_timer_check crashkernel=auto net.ifnames=0"
devicepersistency="by-uuid"
devicepersistency="by-label"
rootfs_label="rocky">
<oemconfig>
<oem-resize>false</oem-resize>
@ -162,7 +162,7 @@
filesystem="xfs"
bootpartition="true" bootpartsize="1000" bootfilesystem="xfs" efipartsize="100" firmware="uefi"
kernelcmdline="console=ttyS0,115200n8 no_timer_check crashkernel=auto net.ifnames=0 nvme_core.io_timeout=4294967295 nvme_core.max_retries=10"
devicepersistency="by-uuid"
devicepersistency="by-label"
rootfs_label="rocky">
<oemconfig>
<oem-resize>false</oem-resize>
@ -195,7 +195,7 @@
filesystem="xfs"
bootpartition="true" bootpartsize="1000" bootfilesystem="xfs" efipartsize="100" firmware="uefi"
kernelcmdline="console=ttyS0,115200n8 console=tty0 no_timer_check crashkernel=auto net.ifnames=0 LANG=en_US.UTF-8 transparent_hugepage=never rd.luks=0 rd.md=0 rd.dm=0 rd.lvm.vg=rocky rd.lvm.lv=rocky/root rd.net.timeout.dhcp=10"
devicepersistency="by-uuid"
devicepersistency="by-label"
rootfs_label="rocky">
<oemconfig>
<oem-resize>false</oem-resize>