diff options
author | Helmut Grohne <helmut@subdivi.de> | 2022-12-21 12:45:22 +0100 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2022-12-21 12:45:22 +0100 |
commit | fd94b0ea4c79537db9d4d8e84a85c215ff67548f (patch) | |
tree | d0dd49a9017e280bf4b79cdacb38551445d13cfe /debvm-run | |
parent | 2ef02f3828e8aa807292dbada80142d9c44fea97 (diff) | |
download | debvm-fd94b0ea4c79537db9d4d8e84a85c215ff67548f.tar.gz |
vague mipsen support
The resulting image doesn't boot and has no console output.
Diffstat (limited to 'debvm-run')
-rwxr-xr-x | debvm-run | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -71,7 +71,7 @@ case "$VMARCH" in ;; esac case "$VMARCH" in - ppc64el) + mips*|ppc64el) KERNELLINK=vmlinux ;; *) |