clic-rpi-image/stage3/01-tweaks/00-run.sh

6 lines
104 B
Bash
Raw Normal View History

2016-04-11 06:29:41 +00:00
#!/bin/bash -e
2021-10-05 14:54:05 +00:00
on_chroot << EOF
SUDO_USER="${FIRST_USER_NAME}" raspi-config nonint do_boot_wait 1
EOF