Skip to main content
2 of 2
added 306 characters in body
Evan Carroll
  • 35.2k
  • 62
  • 215
  • 362

It seems there is only one place to find the documentation for kernel arguments and that's in the repo under,

This gets packaged on debian as linux-doc which will install it under /usr/share/doc and provide a symlink for convenience under

/usr/share/doc/linux-doc 

You can find it

find -L /usr/share/doc/linux-doc -wholename '*admin-guide/kernel-parameters*' -and -not -path '*translations*' 
Evan Carroll
  • 35.2k
  • 62
  • 215
  • 362