RPi-Distro / raspi-config

Configuration tool for the Raspberry Pi
Other
565 stars 207 forks source link

fix(do_overlayfs): msgbox in non-interactve mode #168

Closed barserg closed 3 months ago

barserg commented 2 years ago

Adds missing check before MessageBox (about inability to change the parameters of the boot partition) for non-interactive mode. Without it, commands like raspi-config nonint do_overlayfs 1, get stuck with whiptail MessageBox when running under systems with enabled overlayfs.

lurch commented 3 months ago

Looks like this was fixed by https://github.com/RPi-Distro/raspi-config/commit/684fbe183a53f60cccee21c341d5754357cf1288 ?