diff options
| author | 2024-02-22 16:11:15 -0500 | |
|---|---|---|
| committer | 2024-02-23 00:31:35 +0000 | |
| commit | d9584ccd70c4a1292f240cc5487c5cd17ca94de9 (patch) | |
| tree | 339114c2f2153b1fd202f19b5f49d742de5fc824 /teams/cloud/cloud.xml | |
| parent | 78ea0154a4fac4e92f75304b868dbc40c7bbf47e (diff) | |
| download | kiwi-descriptions-d9584ccd70c4a1292f240cc5487c5cd17ca94de9.tar.gz kiwi-descriptions-d9584ccd70c4a1292f240cc5487c5cd17ca94de9.zip | |
azure: ensure early boot messages are directed to the serial console
In the event that there's an issue with early boot, setting
earlyprintk=ttyS0 ensures that the messages are routed to the serial
console so it can be debugged.
This particular option is documented as required in the Azure VM
certification FAQ[0].
[0] https://learn.microsoft.com/en-us/partner-center/marketplace/azure-vm-certification-faq#linux-test-cases
Diffstat (limited to 'teams/cloud/cloud.xml')
| -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"/> |