git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2059676
)
run-qemu.sh: Use ext3 image instead of ext2 by default.
author
Khem Raj
<raj.khem@gmail.com>
Sat, 1 Jan 2011 17:44:11 +0000
(09:44 -0800)
committer
Khem Raj
<raj.khem@gmail.com>
Sat, 1 Jan 2011 17:44:11 +0000
(09:44 -0800)
* Disable network boot by default.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
contrib/qemu/run-qemu.sh
patch
|
blob
|
history
diff --git
a/contrib/qemu/run-qemu.sh
b/contrib/qemu/run-qemu.sh
index
0c1d7d6
..
6350022
100755
(executable)
--- a/
contrib/qemu/run-qemu.sh
+++ b/
contrib/qemu/run-qemu.sh
@@
-71,9
+71,9
@@
fi
arch=$1
libc=$2
mem=256 # memory for guest server in Mb
-imagetype="ext
2
"
-networking="
yes
"
-nfsboot="
yes
"
+imagetype="ext
3
"
+networking="
no
"
+nfsboot="
no
"
staticip="yes"
case $arch in
@@
-121,7
+121,7
@@
case $arch in
rootdisk="hdc"
qemuopts="-nographic"
kernel="vmlinux"
- image="
minimalist
-image"
+ image="
console
-image"
;;
sh|sh4)
arch=sh4