summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/debvm-run1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/debvm-run b/bin/debvm-run
index 4e94b8f..21d8f5a 100755
--- a/bin/debvm-run
+++ b/bin/debvm-run
@@ -322,6 +322,7 @@ if command -v file >/dev/null 2>&1; then
# actually inspect the kernel version here, which happens to
# include amd64 for Debian kernels.
"i386:Linux kernel x86 boot executable bzImage, version "*"-amd64 "*) KERNELARCH=amd64 ;;
+ "i386:Linux kernel x86 boot executable, bzImage, version "*"-amd64 "*) KERNELARCH=amd64 ;;
"mipsel:ELF 64-bit LSB executable,"*) KERNELARCH=mips64el ;;
esac
fi