Giter Club home page Giter Club logo

Comments (1)

bcressey avatar bcressey commented on June 20, 2024

While testing #3935 I discovered that it's actually possible to use bootconfig to handle the aws-k8s-1.25 case I was worried about.

Kernel command line parameters are divided into two sets - one for the kernel, one for init - and normally these trump anything specified in bootconfig. The kernel will pass unrecognized parameters along to init, under the assumption that they might be intended for that process. However, if bootconfig has a value for an init parameter of the same name, then that will take precedence over the value passed to init, because all init parameters come after all kernel parameters.

So if systemd.unified_cgroup_hierarchy=0 is set as a kernel parameter in the variant definition - even though it is an init parameter - it can be overridden by a bootconfig parameter at runtime.

from bottlerocket.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.