Solved Specifying the kernel command line

I am trying to file an i915 bug, and the instructions say to add the following to the kernel command line:

drm.debug=0xe log_buf_len=4M ignore_loglevel

I have been RTFMing and RTFWing, but I have not been able to figure how to do this. I thought it might be specified as on option of the boot command from the loader menu, but that does not seem to work.

Can someone please direct me to the doco on how you change the kernel command line?

Thanks!
 
This seems linux related as per web search. You can try to find equivalent things in freebsd add them to /boot/loader.conf or /etc/sysctl.conf
 
Back
Top