Hi all !
The Fedora installer uses the tmux terminal multiplexer to display and control several windows in addition to the main graphical interface as stated in Fedora Docs Anaconda install process.
One of the windows provides an interactive shell prompt with root
privileges, unless this prompt was specifically disabled using a boot option or a Kickstart command.
If a %pre script section is present in the kickstart configuration file, this script can interact with the user to display/echo information or request/read user input.
Is it possible de configure a %pre section that could interact using GUI rather than command line, for example by displaying zenity information and dialog windows ?
Thanks !