Where to find RPB 16.06 Kernel config?

Hello,

I would like to know if the kernel for the RPB 16.06 release was compiled with Xen support. However, I don’t know where to find the kernel config which was used in the RPB 16.06 release. Does anybody know where to find the kernel config for RPB 16.06?

hi @Jeeppler have you tried looking for it in the actual proc (/proc/config.gz)?

@ldts that solves my problem. Thank you :slight_smile:

For everybody who is interested how to read the /proc/config.gz have a look here: http://superuser.com/questions/287371/obtain-kernel-config-from-currently-running-linux-system#287372

I used: cat /proc/config.gz | gunzip > running.config