scripts/runqemu: disable unfs boot mode for qemuppc

Because unfs boot mode is unstable for qemuppc, disable
it temporarily.

(From OE-Core rev: 74ff1bc8c248824116ba4b787b10fa6ee0c13ce1)

Signed-off-by: Liming Wang <liming.wang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Liming Wang 2011-08-25 22:45:29 +08:00 committed by Richard Purdie
parent 5633ac73b3
commit 8a8a3b3905
1 changed files with 6 additions and 0 deletions

View File

@ -354,6 +354,12 @@ if [ -z "$FSTYPE" ]; then
usage
fi
fi
if [ "$FSTYPE" = "nfs" -a "$MACHINE" = "qemuppc" ]; then
echo "Error: usermode NFS boot is not available for qemuppc."
exit 1
fi
# FSTYPE is now set for all cases
# Handle cases where a ROOTFS type is given instead of a filename, e.g.