From 1d3387119d2971fc852c2491a73e7de6830e8a93 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Wed, 17 Nov 2021 17:23:10 +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 2c699e7..624ce2a 100644 --- a/README.md +++ b/README.md @@ -57,4 +57,8 @@ If ARM or MIPS is selected, kernel image and initrd image are required, so use i ### Manually root activation -When using the ARM platform, it was confirmed that the settings were not reflected in `/etc/passwd` and `/etc/shadow`. +When using the ARM platform, it was confirmed that the settings were not reflected in `/etc/passwd` and `/etc/shadow`. Please refer to the two links below and set them up manually. + + * [Manually generate password for /etc/shadow](https://unix.stackexchange.com/questions/81240/manually-generate-password-for-etc-shadow) + * [How to mount qcow2 disk image on Linux](https://www.xmodulo.com/mount-qcow2-disk-image-linux.html) +