diff options
Diffstat (limited to 'scripts/runqemu-internal')
| -rwxr-xr-x | scripts/runqemu-internal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/runqemu-internal b/scripts/runqemu-internal index 2926024e3f..ad854d108d 100755 --- a/scripts/runqemu-internal +++ b/scripts/runqemu-internal | |||
| @@ -301,7 +301,7 @@ case "$MACHINE" in | |||
| 301 | ;; | 301 | ;; |
| 302 | esac | 302 | esac |
| 303 | 303 | ||
| 304 | if [ ! -f "$KERNEL" -a "x$FSTYPE" != "xvmdk" -a "x$FSTYPE" != "xhddimg" -a "x$FSTYPE" != "xhdddirect" ]; then | 304 | if [ ! -f "$KERNEL" -a "x$FSTYPE" != "xvmdk" -a "x$FSTYPE" != "xhddimg" -a "x$FSTYPE" != "xhdddirect" -a "x$FSTYPE" != "xwic" ]; then |
| 305 | echo "Error: Kernel image file $KERNEL doesn't exist" | 305 | echo "Error: Kernel image file $KERNEL doesn't exist" |
| 306 | cleanup | 306 | cleanup |
| 307 | return 1 | 307 | return 1 |
