From 9a774e3bcd5dc4c85d642acc7bf26095b8c620e4 Mon Sep 17 00:00:00 2001 From: Ed Bartosh Date: Tue, 20 Sep 2016 15:13:31 +0300 Subject: directdisk*.wks: add serial console support Added serial console to kernel command line to to make it easier to boot wic images on devices without display. Tested on MinnowBoard MAX. Signed-off-by: Ed Bartosh Signed-off-by: Ross Burton --- scripts/lib/wic/canned-wks/directdisk.wks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/lib/wic/canned-wks/directdisk.wks') diff --git a/scripts/lib/wic/canned-wks/directdisk.wks b/scripts/lib/wic/canned-wks/directdisk.wks index 6db74a78b4..8c8e06b02c 100644 --- a/scripts/lib/wic/canned-wks/directdisk.wks +++ b/scripts/lib/wic/canned-wks/directdisk.wks @@ -4,5 +4,5 @@ include common.wks.inc -bootloader --timeout=0 --append="rootwait rootfstype=ext4 video=vesafb vga=0x318 console=tty0" +bootloader --timeout=0 --append="rootwait rootfstype=ext4 video=vesafb vga=0x318 console=tty0 console=ttyS0,115200n8" -- cgit 1.2.3-korg