summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xscripts/runqemu6
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/runqemu b/scripts/runqemu
index 91c3c9e93c..113088e548 100755
--- a/scripts/runqemu
+++ b/scripts/runqemu
@@ -354,6 +354,12 @@ if [ -z "$FSTYPE" ]; then
354 usage 354 usage
355 fi 355 fi
356fi 356fi
357
358if [ "$FSTYPE" = "nfs" -a "$MACHINE" = "qemuppc" ]; then
359 echo "Error: usermode NFS boot is not available for qemuppc."
360 exit 1
361fi
362
357# FSTYPE is now set for all cases 363# FSTYPE is now set for all cases
358 364
359# Handle cases where a ROOTFS type is given instead of a filename, e.g. 365# Handle cases where a ROOTFS type is given instead of a filename, e.g.