[oe-commits] Khem Raj : run-qemu.sh: Use ext3 image instead of ext2 by default.

git version control git at git.openembedded.org
Sat Jan 1 17:46:21 UTC 2011


Module: openembedded.git
Branch: master
Commit: c320c09ee13f587b7466fd7cc7a6b23b7e0f0863
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=c320c09ee13f587b7466fd7cc7a6b23b7e0f0863

Author: Khem Raj <raj.khem at gmail.com>
Date:   Sat Jan  1 09:44:11 2011 -0800

run-qemu.sh: Use ext3 image instead of ext2 by default.

* Disable network boot by default.

Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 contrib/qemu/run-qemu.sh |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/contrib/qemu/run-qemu.sh b/contrib/qemu/run-qemu.sh
index 0c1d7d6..6350022 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





More information about the Openembedded-commits mailing list