From 6c12fae9a24a96f62003bfa8cc41cab3df5c1aca Mon Sep 17 00:00:00 2001 From: Leif Liddy Date: Sat, 26 Aug 2023 16:59:34 +0200 Subject: [PATCH] add info on none console type --- doc/source/image_description/elements.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/source/image_description/elements.rst b/doc/source/image_description/elements.rst index 905597d70ff..29cec2b2f5d 100644 --- a/doc/source/image_description/elements.rst +++ b/doc/source/image_description/elements.rst @@ -1008,10 +1008,11 @@ name="grub2|systemd_boot|isolinux|grub2_s390x_emu": In addition to the mandatory name attribute, the following optional attributes are supported: -console="console|gfxterm|serial": +console="none|console|gfxterm|serial": Specifies the bootloader console. The attribute is available for the - grub and isolinux bootloader types. By default, a graphics console - setup is used. + grub and isolinux bootloader types. Specifying none here will + translate to setting console to an empty string. By default, the + gfxterm (graphical terminal) option is used. grub_template="filename": Specifies a custom grub bootloader template file which will be used