Skip to content

Commit

Permalink
Merge pull request #1324 from ejoerns/doc-pre-install-req
Browse files Browse the repository at this point in the history
docs/using: be more explicit on current pre-install hook implementation
  • Loading branch information
ejoerns committed Jan 15, 2024
2 parents 5b10a9f + e0e0989 commit cf0187d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/using.rst
Original file line number Diff line number Diff line change
Expand Up @@ -414,8 +414,11 @@ executable, see the :ref:`sec-slot-hook-interface` section.
.. rubric:: Pre-Install Hook

The pre-install hook will be called right before the update procedure for the
respective slot will be started. For slot types that represent a mountable file
system, the hook will be executed with having the file system mounted.
respective slot will be started.
For target slot types that represent a mountable file system, the hook will be
executed with the target slots' file system mounted.
Note that a broken or unformatted target slot will currently cause the
installation to be aborted with an error.

.. code-block:: cfg
Expand Down

0 comments on commit cf0187d

Please sign in to comment.