From 4f2cb4192597bdd5a1cff51b5efb08b88abacc90 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Tue, 23 Nov 2021 13:59:09 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c00326..b9c7618 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ When using the non-native (e.g. ARM, MIPS) platform, the bootloader must be extr $ qemu-img convert armhf.qcow2 armhf.raw $ sudo mkdir /mnt/tmp $ sudo mount -o loop,offset=$((2048 * 512)) armhf.raw /mnt/tmp -$ cd /mnt/tmp +$ cd /mnt/tmp/boot ``` Then, copy the `initrd` and `vmlinuz` files to an external directory. And load using `QEMU_KERNEL` and `QEMU_INITRD` variables.