diff options
| -rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 39ce2a2497..2c95ecbc99 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
| @@ -3012,6 +3012,13 @@ | |||
| 3012 | If the script succeeds, the package is marked as installed. | 3012 | If the script succeeds, the package is marked as installed. |
| 3013 | If the script fails, the package is marked as unpacked and | 3013 | If the script fails, the package is marked as unpacked and |
| 3014 | the script is executed when the image boots again. | 3014 | the script is executed when the image boots again. |
| 3015 | <note> | ||
| 3016 | Any RPM post-installation script that runs on the target | ||
| 3017 | should return a 0 exit code. | ||
| 3018 | RPM does not allow non-zero exit codes for these scripts, | ||
| 3019 | and the RPM package manager will cause the package to fail | ||
| 3020 | installation on the target. | ||
| 3021 | </note> | ||
| 3015 | </para> | 3022 | </para> |
| 3016 | 3023 | ||
| 3017 | <para> | 3024 | <para> |
