You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I face with an issue similar to #657 . The error message is: Running in chroot, ignoring command 'start'
It seems that the problem is at the line: SUDO_USER="${FIRST_USER_NAME}" raspi-config nonint do_netconf 1 in stage2/02-net-tweaks/01-run.sh.
When I chroot and try to execute it manually I get the same error. It seems the message comes from the line systemctl -q --no-block start "$ENABLE_SERVICE" in raspi-config, do_netconf() function.
It still boggers me that I can't see how the systemctl -q --no-block start "$ENABLE_SERVICE" in raspi-config doesn't get executed when the correct WPA_COUNTRY is set.
I face with an issue similar to #657 . The error message is:
Running in chroot, ignoring command 'start'
It seems that the problem is at the line:
SUDO_USER="${FIRST_USER_NAME}" raspi-config nonint do_netconf 1
instage2/02-net-tweaks/01-run.sh
.When I chroot and try to execute it manually I get the same error. It seems the message comes from the line
systemctl -q --no-block start "$ENABLE_SERVICE"
inraspi-config
,do_netconf()
function.The
config
is pretty generic:When I remove
WPA_...
config lines the error goes away.The text was updated successfully, but these errors were encountered: