We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
tty0
1 parent 0ad0650 commit 3f245ebCopy full SHA for 3f245eb
bash/bootable/grub.sh
@@ -14,7 +14,7 @@ function build_bootable_grub() {
14
15
declare hook_id="${bootable_info['INVENTORY_ID']}"
16
declare bootable_img="bootable_grub_${OUTPUT_ID}.img"
17
- declare kernel_command_line="console=${bootable_info['SERIAL_CONSOLE']}" # @TODO: common stuff for tink, etc
+ declare kernel_command_line="console=tty0 console=${bootable_info['SERIAL_CONSOLE']}"
18
19
declare has_dtbs="${bootable_info['DTB']}"
20
[[ -z "${has_dtbs}" ]] && has_dtbs="no"
0 commit comments