Skip to content
Snippets Groups Projects
Unverified Commit 70ee87b3 authored by minute's avatar minute
Browse files

mkimage.sh: add missing binfmt-support dependency

parent 66340256
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
set -x set -x
set -e set -e
sudo apt install parted multistrap udisks2 gcc-aarch64-linux-gnu make device-tree-compiler qemu-user-static sudo apt install parted multistrap udisks2 gcc-aarch64-linux-gnu make device-tree-compiler qemu-user-static binfmt-support
# build the linux kernel # build the linux kernel
./mkkernel.sh ./mkkernel.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment