Signed-off-by: Khem Raj <raj.khem@gmail.com>
# is disabled
supported_archs="{arm mips ppc sh4 x86}"
-if [ $# -ne 2 ]; then
+if [ $# -lt 2 ]; then
echo -en "
Usage: `basename $0` <arch> <libc>
where <arch> is one $supported_archs
rootdisk="sda"
qemuopts="-nographic"
kernel="zImage"
- image="minimalist-image"
+ image="native-sdk-image"
;;
mips)
address="10.0.1.102"
netopt="-net none"
fi
-if [ "x$2" == "xsingle" ]; then
+if [ "x$3" == "xsingle" ]; then
init="init=/bin/sh"
else
init=""