diff options
Diffstat (limited to 'bin/debvm-run')
-rwxr-xr-x | bin/debvm-run | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/debvm-run b/bin/debvm-run index cc82fe1..81114e6 100755 --- a/bin/debvm-run +++ b/bin/debvm-run @@ -225,6 +225,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 ;; + "mipsel:ELF 64-bit LSB executable,"*) KERNELARCH=mips64el ;; esac fi |