RaspbianRed/stage4/01-console-autologin/00-run.sh
2020-08-17 21:21:44 -06:00

5 lines
110 B
Bash
Executable file

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