<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[OL8 : Suppression des anciens kernel]]></title><description><![CDATA[<pre><code># df | grep "/boot"
/dev/sda1                     812936   758996     53940  94% /boot
/dev/sda15                    506600     6160    500440   2% /boot/efi

# dnf remove --oldinstallonly --setopt installonly_limit=2 kernel

# df | grep "/boot"
/dev/sda1                     812936   442484    370452  55% /boot
/dev/sda15                    506600     6160    500440   2% /boot/efi
</code></pre>
]]></description><link>https://lemmy.cyber-neurones.org/topic/150/ol8-suppression-des-anciens-kernel</link><generator>RSS for Node</generator><lastBuildDate>Thu, 30 Apr 2026 12:53:01 GMT</lastBuildDate><atom:link href="https://lemmy.cyber-neurones.org/topic/150.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 26 Sep 2025 07:36:44 GMT</pubDate><ttl>60</ttl></channel></rss>