Linked by Steve Barnhart on Tue 18th Nov 2003 01:36 UTC
SuSE, openSUSE I recently picked up a copy of SuSE 9.0 Professional. I have never used or been familiar with a SuSE product before as I've only used Mandrake, Red Hat, and a bit of Debian. After using Red Hat for a while I decided to evaluate SuSE and I am now sorry for not having tried it sooner.
Permalink for comment
To read all comments associated with this story, please click here.
Re: Has SuSE fixed how they handle kernel module versioning?
by i_code_too_much on Mon 17th Nov 2003 22:13 UTC

I believe the standard suse kernel is compiled by default without module versioning. Here's a snippet of their kernel config file:

#
# Loadable module support
#
CONFIG_MODULES=y
# CONFIG_MODVERSIONS is not set
CONFIG_KMOD=y

Regards