mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
doc: Make it clear that store items must not be deleted by hand.
* doc/guix.texi (Invoking guix gc): Add that this is the only way to delete files.
This commit is contained in:
parent
1768213c0a
commit
c22eb9927f
1 changed files with 3 additions and 1 deletions
|
@ -1314,7 +1314,9 @@ guix package}).
|
|||
@cindex garbage collector
|
||||
Packages that are installed but not used may be @dfn{garbage-collected}.
|
||||
The @command{guix gc} command allows users to explicitly run the garbage
|
||||
collector to reclaim space from the @file{/gnu/store} directory.
|
||||
collector to reclaim space from the @file{/gnu/store} directory. It is
|
||||
the @emph{only} way to remove files from @file{/gnu/store}---removing
|
||||
files or directories manually may break it beyond repair!
|
||||
|
||||
The garbage collector has a set of known @dfn{roots}: any file under
|
||||
@file{/gnu/store} reachable from a root is considered @dfn{live} and
|
||||
|
|
Loading…
Reference in a new issue