Skip to content

Commit 3f245eb

Browse files
committed
bootable: grub: always include tty0 console
- otherwise only serial output Signed-off-by: Ricardo Pardini <[email protected]>
1 parent 0ad0650 commit 3f245eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bash/bootable/grub.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ function build_bootable_grub() {
1414

1515
declare hook_id="${bootable_info['INVENTORY_ID']}"
1616
declare bootable_img="bootable_grub_${OUTPUT_ID}.img"
17-
declare kernel_command_line="console=${bootable_info['SERIAL_CONSOLE']}" # @TODO: common stuff for tink, etc
17+
declare kernel_command_line="console=tty0 console=${bootable_info['SERIAL_CONSOLE']}"
1818

1919
declare has_dtbs="${bootable_info['DTB']}"
2020
[[ -z "${has_dtbs}" ]] && has_dtbs="no"

0 commit comments

Comments
 (0)