All of lore.kernel.org
 help / color / mirror / Atom feed
From: akihiro27.suzuki@toshiba.co.jp (Akihiro Suzuki)
To: cip-dev@lists.cip-project.org
Subject: [cip-dev] [PATCH] Add a console option to the kernel command line
Date: Fri, 15 Mar 2019 15:38:34 +0900	[thread overview]
Message-ID: <20190315063834.3788-2-akihiro27.suzuki@toshiba.co.jp> (raw)
In-Reply-To: <20190315063834.3788-1-akihiro27.suzuki@toshiba.co.jp>

This option is required when starting qemu-amd64 with nographic.

Signed-off-by: Akihiro Suzuki <akihiro27.suzuki@toshiba.co.jp>
---
 start-qemu.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/start-qemu.sh b/start-qemu.sh
index b71ba32..52498fa 100755
--- a/start-qemu.sh
+++ b/start-qemu.sh
@@ -79,6 +79,7 @@ INITRD_FILE=$(ls ${IMAGE_PREFIX}.initrd.img* | tail -1)
 
 if [ -z "${DISPLAY}" ]; then
 	QEMU_EXTRA_ARGS="${QEMU_EXTRA_ARGS} -nographic"
+	KERNEL_CMDLINE="${KERNEL_CMDLINE} console=ttyS0"
 fi
 
 shift 1
-- 
2.17.1

  reply	other threads:[~2019-03-15  6:38 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-15  6:38 [cip-dev] isar-cip-core: Fix lack of console option when starting qemu-amd64 with nographic Akihiro Suzuki
2019-03-15  6:38 ` Akihiro Suzuki [this message]
2019-03-15  9:17   ` [cip-dev] [PATCH] Add a console option to the kernel command line Jan Kiszka
2019-03-18  5:55     ` akihiro27.suzuki at toshiba.co.jp
2019-03-18  6:22       ` Jan Kiszka
2019-04-03  8:33         ` [cip-dev] [PATCH v2 isar-cip-core/master] start-qemu.sh: Set console when using qemu-amd64 with nographic Akihiro Suzuki
2019-04-03  8:33           ` [cip-dev] [PATCH] " Akihiro Suzuki
2019-04-03  9:14             ` Jan Kiszka
2019-04-03  9:54               ` akihiro27.suzuki at toshiba.co.jp
2019-04-03 16:01                 ` Jan Kiszka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190315063834.3788-2-akihiro27.suzuki@toshiba.co.jp \
    --to=akihiro27.suzuki@toshiba.co.jp \
    --cc=cip-dev@lists.cip-project.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.