diff --git a/source/linux-qemu.rst b/source/linux-qemu.rst index 0c24f13..8af6b26 100644 --- a/source/linux-qemu.rst +++ b/source/linux-qemu.rst @@ -160,7 +160,7 @@ Go back to your main working directory and run: sudo qemu-system-riscv{{bits}} -nographic -machine virt \ -kernel linux/arch/riscv/boot/Image -append "root=/dev/vda ro console=ttyS0" \ - -drive file=busybox,format=raw,id=hd0 \ + -drive file=busybox/busybox,format=raw,id=hd0 \ -device virtio-blk-device,drive=hd0 {% endfor %}