Created
November 20, 2012 02:36
-
-
Save mikefaille/4115569 to your computer and use it in GitHub Desktop.
Fedora install kernel 3.7 rc6 x64
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo yum install http://kojipkgs.fedoraproject.org//packages/kernel/3.7.0/0.rc6.git1.1.fc19/x86_64/kernel-3.7.0-0.rc6.git1.1.fc19.x86_64.rpm http://kojipkgs.fedoraproject.org//packages/kernel/3.7.0/0.rc6.git1.1.fc19/x86_64/kernel-headers-3.7.0-0.rc6.git1.1.fc19.x86_64.rpm http://kojipkgs.fedoraproject.org//packages/kernel/3.7.0/0.rc6.git1.1.fc19/x86_64/kernel-modules-extra-3.7.0-0.rc6.git1.1.fc19.x86_64.rpm --nogpg |
For anyone else reading this: you might also need kernel-devel if you use akmods (proprietary video / wifi kernel modules, VirtualBox etc)
@ pwnall
Ah, you can use :
yum-config-manager --add-repo=http://alt.fedoraproject.org/pub/alt/rawhide-kernel-nodebug/fedora-rawhide-kernel-nodebug.repo
yum update
But, it can't work by default with secureboot since RedHat didn't sign it. So, I disable secure boot ;-)
Ho, and, I currently use Broadcom proprietary driver for my brdcm AC wireless card and it didn't work with kernel 3.15 :-/
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks! I didn't know you can fetch kernels for a different Fedora version straight off koji and feed them to yum!