Skip to content

Instantly share code, notes, and snippets.

@hngouveia01
Created October 3, 2016 17:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hngouveia01/c7dbe29a021fb86545c690a93be5270a to your computer and use it in GitHub Desktop.
Save hngouveia01/c7dbe29a021fb86545c690a93be5270a to your computer and use it in GitHub Desktop.
Add kernel parameters to your image
How do I change the Linux kernel command line?
The linux kernel command line is typically specified in the machine config using the APPEND variable. For example, you can add some
helpful debug information doing the following:
APPEND += "printk.time=y initcall_debug debug"
examples:
panic=N (if kernel panic happen, reboot after N seconds.)
@danie007
Copy link

danie007 commented Dec 1, 2020

Where to put it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment