Displaying 2 results from an estimated 2 matches for "sztsian".
Did you mean:
stian
2019 Jan 15
2
Request for edit permission on HowTos/BuildingKernelModules
Hi CentOS Docs team,
I am writing to request for updating the wiki page
HowTos/BuildingKernelModules[1]
Basically, the page need some love for more recent CentOS releases -
in CentOS 7 if people use the in-distro /usr/lib/rpm/redhat/kmodtool
the following command won't work
rpmbuild -bb --target=`uname -m` --define 'kversion 3.10.0-862.el7'
testkmod.spec
Instead, people should use
2019 Jan 17
0
Request for edit permission on HowTos/BuildingKernelModules
On Tue, Jan 15, 2019 at 12:22 AM Zamir SUN <sztsian at gmail.com> wrote:
>
> Hi CentOS Docs team,
>
> I am writing to request for updating the wiki page
> HowTos/BuildingKernelModules[1]
>
> Basically, the page need some love for more recent CentOS releases -
> in CentOS 7 if people use the in-distro /usr/lib/rpm/redhat/km...