All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH resend] Kernel command line options for runqemu
@ 2011-05-16 11:32 Gary Thomas
  2011-05-16 16:35 ` Saul Wold
  0 siblings, 1 reply; 4+ messages in thread
From: Gary Thomas @ 2011-05-16 11:32 UTC (permalink / raw)
  To: Poky Project

[-- 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


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-05-16 16:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-16 11:32 [PATCH resend] Kernel command line options for runqemu Gary Thomas
2011-05-16 16:35 ` Saul Wold
2011-05-16 16:49   ` Gary Thomas
2011-05-16 16:58     ` Scott Garman

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.