diff options
| -rw-r--r-- | teams/cloud/cloud.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/teams/cloud/cloud.xml b/teams/cloud/cloud.xml index 32534f4..996f30c 100644 --- a/teams/cloud/cloud.xml +++ b/teams/cloud/cloud.xml @@ -29,7 +29,7 @@ </profile> </profiles> <preferences profiles="Cloud-Base-Azure"> - <type image="oem" filesystem="btrfs" kernelcmdline="no_timer_check net.ifnames=0 console=tty1 console=ttyS0,115200n8" devicepersistency="by-uuid" formatoptions="force_size" format="vhd-fixed" bootpartition="true" bootpartsize="1000" bootfilesystem="ext4" efipartsize="100" firmware="uefi" fsmountoptions="compress=zstd:1" btrfs_root_is_subvolume="true" btrfs_set_default_volume="false" rootfs_label="fedora"> + <type image="oem" filesystem="btrfs" kernelcmdline="no_timer_check net.ifnames=0 console=tty1 console=ttyS0,115200n8 earlyprintk=ttyS0" devicepersistency="by-uuid" formatoptions="force_size" format="vhd-fixed" bootpartition="true" bootpartsize="1000" bootfilesystem="ext4" efipartsize="100" firmware="uefi" fsmountoptions="compress=zstd:1" btrfs_root_is_subvolume="true" btrfs_set_default_volume="false" rootfs_label="fedora"> <bootloader name="grub2" console="serial" timeout="0"/> <systemdisk> <volume name="@root=root"/> |