diff --git a/setup.sh b/setup.sh index a218543..177795c 100755 --- a/setup.sh +++ b/setup.sh @@ -62,3 +62,5 @@ cp -a * "$chroot/hardware-setup" chroot "$chroot" /hardware-setup/post-debootstrap-installer.sh "$1" rm -r "$chroot/hardware-setup" + +echo "Don't forget to set a password with `passwd ` ;-)"