Update README.md

This commit is contained in:
Namhyeon Go 2021-11-22 17:39:50 +09:00 committed by GitHub
parent 434977be9e
commit 659341f064
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,7 +53,11 @@ $ docker run -it --rm \
<your alias>/qemu:6.1
```
If ARM or MIPS is selected, kernel image and initrd image are required, so use it like [here (ARM/non-EFI)](https://gist.github.com/KunoiSayami/934c7690dcf357f42537562dbdf90b56) or [here (MIPS/non-EFI)](https://gist.github.com/bradfa/46ceff759a0cf9f392cc069c4f0f095a) or [here (ARM/EFI)](https://gist.github.com/ag88/163a7c389af0c6dcef5a32a3394e8bac)
If ARM or MIPS is selected, `vmlinuz`(kernel image) and `initrd` are required. Please refer to this article and proceed.
* [ARM/non-EFI](https://gist.github.com/KunoiSayami/934c7690dcf357f42537562dbdf90b56)
* [MIPS/non-EFI](https://gist.github.com/bradfa/46ceff759a0cf9f392cc069c4f0f095a)
* [ARM/EFI](https://gist.github.com/ag88/163a7c389af0c6dcef5a32a3394e8bac)
### Manually root activation