All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gary Thomas <gary@mlbassoc.com>
To: Poky Project <poky@yoctoproject.org>
Subject: [PATCH resend] Kernel command line options for runqemu
Date: Mon, 16 May 2011 05:32:38 -0600	[thread overview]
Message-ID: <4DD10B56.1060700@mlbassoc.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 368 bytes --]

This patch lets the user add options to the kernel command line when
started via runqemu.  Very useful for things like 'psplash=false'

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------

[-- Attachment #2: 0001-runqemu-allow-kernel-command-line-options-to-be-spec.patch --]
[-- Type: text/x-patch, Size: 692 bytes --]

From eaeb894f1bd4b769ec05c28cca4e31f334339261 Mon Sep 17 00:00:00 2001
From: Gary Thomas <gary@mlbassoc.com>
Date: Mon, 16 May 2011 05:29:24 -0600
Subject: [PATCH] runqemu: allow kernel command line options to be specified by user

Signed-off-by: Gary Thomas <gary@mlbassoc.com>
---
 scripts/runqemu |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/scripts/runqemu b/scripts/runqemu
index a09362c..2c3f6f4 100755
--- a/scripts/runqemu
+++ b/scripts/runqemu
@@ -51,7 +51,7 @@ ROOTFS=""
 LAZY_ROOTFS=""
 SCRIPT_QEMU_OPT=""
 SCRIPT_QEMU_EXTRA_OPT=""
-SCRIPT_KERNEL_OPT=""
+SCRIPT_KERNEL_OPT=${SCRIPT_KERNEL_OPT:-""}
 
 TMPDIR=""
 
-- 
1.7.3.4


             reply	other threads:[~2011-05-16 11:32 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-16 11:32 Gary Thomas [this message]
2011-05-16 16:35 ` [PATCH resend] Kernel command line options for runqemu Saul Wold
2011-05-16 16:49   ` Gary Thomas
2011-05-16 16:58     ` Scott Garman

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=4DD10B56.1060700@mlbassoc.com \
    --to=gary@mlbassoc.com \
    --cc=poky@yoctoproject.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.