From 29fba06c8896ea96e2c3003780df0d92f08fe29a Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Wed, 17 Nov 2021 17:21:06 +0900 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2559752..2c699e7 100644 --- a/README.md +++ b/README.md @@ -53,4 +53,8 @@ $ docker run -it --rm \ /qemu:6.1 ``` -If ARM or MIPS is selected, kernel image and initrd image are required, so use it like this. [See also](https://gist.github.com/KunoiSayami/934c7690dcf357f42537562dbdf90b56) +If ARM or MIPS is selected, kernel image and initrd image are required, so use it like [here (non-EFI)](https://gist.github.com/KunoiSayami/934c7690dcf357f42537562dbdf90b56) or [here (EFI)](https://gist.github.com/ag88/163a7c389af0c6dcef5a32a3394e8bac) + +### Manually root activation + +When using the ARM platform, it was confirmed that the settings were not reflected in `/etc/passwd` and `/etc/shadow`.