Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in non-interactive mode #264

Open
riban-bw opened this issue Jan 7, 2025 · 0 comments
Open

Error in non-interactive mode #264

riban-bw opened this issue Jan 7, 2025 · 0 comments

Comments

@riban-bw
Copy link

riban-bw commented Jan 7, 2025

Calling raspi-config nonint do_boot_rom E1 fails due to this block of code expecting an extra, undocumented parameter with value '0':

    if [ "$INTERACTIVE" = True ]; then
      whiptail --yesno "$EETYPE bootloader selected - will be loaded at next reboot.\n\nReset bootloader to default configuration?" 20 60 2
      DEFAULTS=$?
    else
      DEFAULTS=$2

Passing an extra parameter '0' makes this work. IMO this is a bug in the code rather than docs. Passing '0' has no meaning.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant