yum install yum-utils rpmdevtools
yumdownloader --source kernel
yum-builddep kernel-
rpm -ivh kernel-##.src.rpm
rpmbuild -bp --target=$(uname -m) /usr/src/redhat/rpmbuild/SPECS/kernel.spec
Ubuntu:
sudo apt-get install linux-source
This is to log experiences with doing things in Linux
No comments:
Post a Comment