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

Enable updates of kernel on all, change keywords #404

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

igorpecovnik
Copy link
Member

Description

Kernel switching condition was wrongly set to only allow this to supported distributions. Which makes no sense. Kernel switching should be enable for all variants.

Also changing keywords to some logical human understandable variants.

Testing Procedure

armbian-config --cmd STABLE
armbian-config --cmd ROLLING

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • I have ensured that my changes do not introduce new warnings or errors
  • No new external dependencies are included
  • Changes have been tested and verified
  • I have included necessary metadata in the code, including associative arrays

@github-actions github-actions bot added the size/small PR with less then 50 lines label Jan 31, 2025
@igorpecovnik igorpecovnik added 02 Milestone: First quarter release Work in progress Unfinished / work in progress and removed size/small PR with less then 50 lines labels Jan 31, 2025
@Tearran
Copy link
Member

Tearran commented Feb 19, 2025

How many of these "SHORT CUTS" will we need? can start with some manual entries perhaps something like

[[ "$FIRMWARE" == "stable" || "$FIRMWARE" == "rolling" ]] && { module_armbian_firmware repository "$FIRMWARE" ; exit }

FIRMWARE="Stable" ./bin/armbian-config --api


    "--api")
...
            "help")
                see_use
                ;;
            "")
                [[ "$FIRMWARE" == "stable" || "$FIRMWARE" == "rolling" ]] && module_armbian_firmware repository "$FIRMWARE"
...

@igorpecovnik
Copy link
Member Author

This was more for the user side part - that menu entry has something logical instead of SY1234 / SY1235.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
02 Milestone: First quarter release Work in progress Unfinished / work in progress
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants