Update developing_elements

Make clear to where in the chroot the contents of
`$TMP_HOOKS_PATH` will be available.

Change-Id: I4b9d20f7ec1c317eb61da44bfd05242dd45263c4
Co-Authored-By: Elyezer Rezende <erezende@redhat.com>
This commit is contained in:
Arx Cruz 2018-07-06 13:44:44 -03:00
parent 927e8115f6
commit 33756305fc
1 changed files with 3 additions and 0 deletions

View File

@ -97,6 +97,9 @@ The phases are:
* inputs: ``$TMP_HOOKS_PATH``
* outputs: None
Contents placed under ``$TMP_HOOKS_PATH`` will be available at
``/tmp/in_target.d`` inside the chroot.
``pre-install.d``
Run code in the chroot before customisation or packages are installed. A good
place to add apt repositories.