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

nonsdk_container_setup: correct sources line changing #78

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Feb 7, 2024

  1. nonsdk_container_setup: correct sources line changing

    New version of Ubuntu LXD images seem to have a slightly different
    sources line. Account for those by making the trailing slash optional.
    
    Fixes: #71
    peat-psuwit committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    c23bb02 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. nonsdk_container_setup: also make sure we don't race with cloud-init

    Seems like cloud-init can update sources.list after us. Make sure it
    will include our changes by injecting our changes into cloud-init too.
    peat-psuwit committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    a7e876e View commit details
    Browse the repository at this point in the history