summaryrefslogtreecommitdiffstats
path: root/scripts/runqemu-internal
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/runqemu-internal')
-rwxr-xr-xscripts/runqemu-internal5
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/runqemu-internal b/scripts/runqemu-internal
index eeadb24ebe..0d4f4a1d08 100755
--- a/scripts/runqemu-internal
+++ b/scripts/runqemu-internal
@@ -453,6 +453,11 @@ if [ "$MACHINE" = "akita" ]; then
453 fi 453 fi
454fi 454fi
455 455
456if [ "x$RAMFS" = "xtrue" ]; then
457 QEMUOPTIONS="-initrd $ROOTFS -nographic"
458 KERNCMDLINE="root=/dev/ram0"
459fi
460
456if [ "x$QEMUOPTIONS" = "x" ]; then 461if [ "x$QEMUOPTIONS" = "x" ]; then
457 echo "Error: Unable to support this combination of options" 462 echo "Error: Unable to support this combination of options"
458 cleanup 463 cleanup