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

remove PREFERRED capabilities #1840

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

Commits on Oct 16, 2023

  1. remove PREFERRED capabilities

    Way back when I added support for core boot classic installs, we did not
    have a way to indicate whether the installed model preferred to be
    installed encrypted or unencrypted. Roll time on 9 months or so and our
    API now supports a list of capabilites and we can define that we can
    indicate which is preferred by putting it first in the list.
    
    One part of the  implementation is a bit delicate really -- relying on
    list.sort() being stable -- so maybe we should clean that up. But I
    think the other changes make everything nicer.
    mwhudson committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    35e66a4 View commit details
    Browse the repository at this point in the history