Skip to content

install-*: create separate guest_setup_* functions which does not override the `guest_setup`

Evgeny Fedin requested to merge tft-2172-guest-setup into main

Part of TFT-2172
The patch separates the overriding of guest_setup function and the actual guest setup. This will allow to use guest setup of the patched modules in any order without moving modules in the pipeline.

Edited by Evgeny Fedin

Merge request reports