Skip to main content
added 306 characters in body
Source Link
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*' 

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

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*' 
Source Link
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,