From d5df38a3121961178634a2d1388b31eb0747f49b Mon Sep 17 00:00:00 2001 From: lub Date: Fri, 11 Aug 2023 18:30:29 +0200 Subject: [PATCH] go directly in chroot at the end to set passwords --- setup.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup.sh b/setup.sh index e9f5bf0..95298f1 100755 --- a/setup.sh +++ b/setup.sh @@ -70,3 +70,7 @@ chroot "$chroot" /hardware-setup/post-debootstrap-installer.sh "$1" rm -r "$chroot/hardware-setup" echo "Don't forget to set a password with passwd ;-)" +echo +ls authorized_keys +echo +chroot "$chroot"