Skip to content

Commit 4ebf0a6

Browse files
authored
Merge pull request #127166 from techbunny/patch-6
Update howto-virtual-machine-image.md
2 parents 4d0235a + eebcdfe commit 4ebf0a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/operator-nexus/howto-virtual-machine-image.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Ensure you have an operational Azure Container Registry (ACR) and Docker install
3434

3535
* Ensure your Virtual Network Function (VNF) image is in qcow2 format that can boot with cloud-init.
3636

37-
* You need to configure the bootloader, kernel, and init system in your image to enable a text-based serial console. This configuration is required to enable console support for your virtual machine (VM). Make sure the serial port settings on your system and terminal match to establish proper communication.
37+
* You need to configure the bootloader, kernel, and init system in your image to enable both serial connectivity and text-based console. Use both GRUB_TERMINAL="console serial" and kernel cmdline settings. This configuration is required to enable serial access for troubleshooting deployment issues and console support for your virtual machine (VM) after deployment. Make sure the serial port settings on your system and terminal match to establish proper communication.
3838

3939
* You need to ensure your VM image supports cloud-init version 2, enabling advanced configuration options during the VM initialization process.
4040

0 commit comments

Comments
 (0)