add reminder to post-debootstrap to use passwd

fixes the awkward docker privilege escalation workaround
master
lub 2 years ago
parent 2dbf738f2c
commit 92df129cfa

@ -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 <user>` ;-)"

Loading…
Cancel
Save