clic-rpi-image/stage3/01-tweaks/00-run.sh
2021-10-05 17:26:51 +01:00

6 lines
104 B
Bash
Executable file

#!/bin/bash -e
on_chroot << EOF
SUDO_USER="${FIRST_USER_NAME}" raspi-config nonint do_boot_wait 1
EOF