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 <