run-qemu.sh: Use ext3 image instead of ext2 by default.
authorKhem Raj <raj.khem@gmail.com>
Sat, 1 Jan 2011 17:44:11 +0000 (09:44 -0800)
committerKhem 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

index 0c1d7d6..6350022 100755 (executable)
@@ -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