Document running nixos-rebuild switch to clear /boot space

This commit is contained in:
Graham Christensen 2018-08-31 21:37:07 -04:00
parent 254bb9dc41
commit 4477cf04b6
No known key found for this signature in database
GPG key ID: ACA1C1D120C83D5C

View file

@ -50,4 +50,14 @@ $ nix-store --optimise
Since this command needs to read the entire Nix store, it can take quite a
while to finish.
</para>
<section xml:id="sect-nixos-gc-boot-entries">
<title>NixOS Boot Entries</title>
<para>
If your <filename>/boot</filename> partition runs out of space, after
clearing old profiles you must rebuild your system with
<literal>nixos-rebuild</literal> to update the <filename>/boot</filename>
partition and clear space.
</para>
</section>
</chapter>