Bootloader: Difference between revisions

m oopsie, fix iso url
Line 30: Line 30:
=== How do I remove older generations from the bootloader? ===
=== How do I remove older generations from the bootloader? ===


First, collect garbages in your system, then rebuild. The scripts will collect leftover files.
First, remove some system generations of your system, then rebuild. The rebuild script will remove stale boot entries.


The first command, in the example below, removes everything older than 14 days.
The first command, in the example below, removes system generations older than 14 days.


<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
sudo nix-collect-garbage --delete-older-than 14d  
sudo nix-env --delete-generations --profile /nix/var/nix/profiles/system 14d
</syntaxhighlight>
</syntaxhighlight>
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">