mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 10:15:57 +01:00
Make aarch64 boot again and explain its limitations better.
Restore lkmc_min that was accidentaly removed. Explain how to remove modules that fail to build.
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
images_dir="$1"
|
||||
cd "$images_dir"
|
||||
"${HOST_DIR}/bin/qemu-img" convert -f raw -O qcow2 rootfs.ext2 rootfs.ext2.qcow2
|
||||
f=rootfs.ext2
|
||||
if [ -f "$f" ]; then
|
||||
"${HOST_DIR}/bin/qemu-img" convert -f raw -O qcow2 "$f" "${f}.qcow2"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user