remove parts, force label in kernel args

This commit is contained in:
Louis Abel 2024-05-15 14:37:09 -07:00
parent 4f6659d82f
commit a16be35d17
Signed by untrusted user: label
GPG Key ID: 2A6975660E424560

View File

@ -31,7 +31,7 @@
<type image="oem" format="qcow2"
filesystem="xfs"
bootpartition="true" bootpartsize="1000" bootfilesystem="xfs" efipartsize="100" firmware="uefi"
kernelcmdline="console=ttyS0,115200n8 no_timer_check crashkernel=auto net.ifnames=0"
kernelcmdline="root=LABEL=rocky console=ttyS0,115200n8 no_timer_check crashkernel=auto net.ifnames=0"
devicepersistency="by-label"
rootfs_label="rocky">
<oemconfig>
@ -39,9 +39,6 @@
</oemconfig>
<bootloader name="grub2" timeout="1"/>
<size unit="M">10738</size>
<partitions>
<partition name="rocky" size="9G" mountpoint="/" filesystem="xfs"/>
</partitions>
</type>
</preferences>
<preferences profiles="Cloud-GenericCloud-LVM" arch="x86_64,aarch64">