summaryrefslogtreecommitdiffstats
path: root/scripts/runqemu
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/runqemu')
-rwxr-xr-xscripts/runqemu4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/runqemu b/scripts/runqemu
index 49ccd1870b..d7fa941a66 100755
--- a/scripts/runqemu
+++ b/scripts/runqemu
@@ -40,7 +40,7 @@ Examples:
40 $MYNAME qemux86-64 core-image-sato ext4 40 $MYNAME qemux86-64 core-image-sato ext4
41 $MYNAME qemux86-64 wic-image-minimal wic 41 $MYNAME qemux86-64 wic-image-minimal wic
42 $MYNAME path/to/bzImage-qemux86.bin path/to/nfsrootdir/ serial 42 $MYNAME path/to/bzImage-qemux86.bin path/to/nfsrootdir/ serial
43 $MYNAME qemux86 iso/hddimg/vmdk/qcow2/vdi/ramfs... 43 $MYNAME qemux86 iso/hddimg/vmdk/qcow2/vdi/ramfs/cpio.gz...
44 $MYNAME qemux86 qemuparams="-m 256" 44 $MYNAME qemux86 qemuparams="-m 256"
45 $MYNAME qemux86 bootparams="psplash=false" 45 $MYNAME qemux86 bootparams="psplash=false"
46 $MYNAME path/to/<image>-<machine>.vmdk 46 $MYNAME path/to/<image>-<machine>.vmdk
@@ -132,7 +132,7 @@ while true; do
132 check_fstype_conflicts $arg 132 check_fstype_conflicts $arg
133 IS_VM="true" 133 IS_VM="true"
134 ;; 134 ;;
135 "ramfs") 135 "ramfs" | "cpio.gz")
136 FSTYPE=cpio.gz 136 FSTYPE=cpio.gz
137 ;; 137 ;;
138 "nographic") 138 "nographic")