On Wed, 2017-03-01 at 13:17 +0100, Sandro Mani wrote: > […] > Don't know if this helps, but I have > > exclude=kernel* > > in dnf.conf and use a script like > > ver=$(( $(cat /etc/redhat-release | awk '{print $3}') - 1 )) > dnf -y --disablerepo=* --releasever=$ver --enablerepo=updates* > --disableexcludes=all --nogpgcheck update kernel* > dnf -y --enablerepo=* --releasever=$ver clean all > grub2-mkconfig -o /boot/grub2/grub.cfg > > which I run periodically to update to the latest kernel from the > current > stable release. So get the latest kernel from the latest release fork? I wonder if there is a way of doing this without dnf in this way to avoid needing the clean all? -- Russel. ============================================================================= Dr Russel Winder t: +44 20 7585 2200 voip: sip:russel.winder@xxxxxxxxx 41 Buckmaster Road m: +44 7770 465 077 xmpp: russel@xxxxxxxxxxxxx London SW11 1EN, UK w: www.russel.org.uk skype: russel_winder
Attachment:
signature.asc
Description: This is a digitally signed message part
_______________________________________________ test mailing list -- test@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to test-leave@xxxxxxxxxxxxxxxxxxxxxxx