retis-org / retis

Tracing packets in the Linux networking stack & friends
https://retis.readthedocs.io/en/stable/
100 stars 14 forks source link

Fix kernel config loading on CoreOS #208

Closed atenart closed 1 year ago

atenart commented 1 year ago

Neither /proc/config.gz and /boot/config-$(uname -r) are available on CoreOS. It seems to be in /lib/modules/$(uname -r)/config.

Additionally evaluate adding an option to give a path to the kernel config.

atenart commented 1 year ago

Closing in favor of #207.