There was an error while loading. Please reload this page.
1 parent d3adb03 commit 1510253Copy full SHA for 1510253
2 files changed
raspberrypi/recipes/pi3-pi4.sh
@@ -14,6 +14,7 @@ toast_me() {
14
chroot $MNT adduser pi sudo
15
chroot $MNT adduser pi plugdev
16
echo "pi:raspberry" | chroot $MNT chpasswd
17
+ chroot $MNT chage -d0 pi
18
19
# Let's make sure we don't ship any SSH host keys. Also work around upstream
20
# bug leading ssh.service to try and start before SSH host keys have been
raspberrypi/recipes/pi5.sh
0 commit comments