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

Support for non-free-firmware for Kali and Debian #63

Merged
merged 3 commits into from
Feb 1, 2024

Commits on Feb 1, 2024

  1. lxc-kali: Reduce diff with Debian

    Another commit, in the spirit of 0862ddf, that doesn't really change
    anything in terms of functionality, but brings the code in lxc-kali.in
    closer to the code in lxc-debian.in, making it easier to compare the two
    files.
    
    Signed-off-by: Arnaud Rebillout <[email protected]>
    elboulangero committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    dd044cd View commit details
    Browse the repository at this point in the history
  2. lxc-kali: Also add non-free-firmware when --enable-non-free

    Kali Linux just enabled their non-free-firmware component,  cf.
    https://www.kali.org/blog/non-free-firmware-transition/
    
    Signed-off-by: Arnaud Rebillout <[email protected]>
    elboulangero committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    06268b7 View commit details
    Browse the repository at this point in the history
  3. lxc-debian: Also add non-free-firmware when --enable-non-free

    Debian has a non-free-firmware component, starting bookworm, cf.
    https://www.debian.org/releases/bookworm/amd64/release-notes/ch-information.en.html#non-free-split
    
    Signed-off-by: Arnaud Rebillout <[email protected]>
    elboulangero committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    8d2cb76 View commit details
    Browse the repository at this point in the history