6 lines
110 B
Bash
Executable File
6 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
|