aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2011-01-01 09:44:11 -0800
committerKhem Raj <raj.khem@gmail.com>2011-01-01 09:44:11 -0800
commitc320c09ee13f587b7466fd7cc7a6b23b7e0f0863 (patch)
tree7f7d5997ae9923081b2fb7046b4e20991ea81eb1 /contrib
parent205967623b344dc68693e5a26b649c78954bd8f2 (diff)
downloadopenembedded-c320c09ee13f587b7466fd7cc7a6b23b7e0f0863.tar.gz
run-qemu.sh: Use ext3 image instead of ext2 by default.
* Disable network boot by default. Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/qemu/run-qemu.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/qemu/run-qemu.sh b/contrib/qemu/run-qemu.sh
index 0c1d7d62e5..635002218c 100755
--- 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="ext2"
-networking="yes"
-nfsboot="yes"
+imagetype="ext3"
+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