From 92df129cfa7f356d49061a94caf5f84d992e4b40 Mon Sep 17 00:00:00 2001 From: lub Date: Sat, 5 Nov 2022 04:18:03 +0100 Subject: [PATCH] add reminder to post-debootstrap to use passwd fixes the awkward docker privilege escalation workaround --- setup.sh | 2 ++ 1 file changed, 2 insertions(+) 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 ` ;-)"