diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 1385cd4532..52c992044b 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -514,6 +514,10 @@ installed packages, the profile is made to point to the @dfn{empty profile}, also known as @dfn{profile zero}---i.e., it contains no files apart from its own meta-data. +Installing, removing, or upgrading packages from a generation that has +been rolled back to overwrites previous future generations. Thus, the +history of a profile's generations is always linear. + @item --profile=@var{profile} @itemx -p @var{profile} Use @var{profile} instead of the user's default profile. |