From cdd00a6760f3f60c233ae828eac3f96b7011c977 Mon Sep 17 00:00:00 2001 From: Suikan <26223147+suikan4github@users.noreply.github.com> Date: Tue, 29 Jun 2021 14:47:48 +0900 Subject: [PATCH] Refine a comment of change root --- ubuntu/4-post-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubuntu/4-post-install.sh b/ubuntu/4-post-install.sh index 53cbd92..56c6ac7 100644 --- a/ubuntu/4-post-install.sh +++ b/ubuntu/4-post-install.sh @@ -23,7 +23,7 @@ echo "...Mount all other dirs." for n in proc sys dev etc/resolv.conf; do mount --rbind "/$n" "/target/$n"; done # Change root and create the keyfile and ramfs image for Linux kernel. -echo "Chroot." +echo "...Chroot to /target." cat <