Fix beaker driver missing guest logs in supported_guest_logs
The beaker driver has guest_log_updater implementations for anaconda.log:dump,
storage.log:dump, program.log:dump, packaging.log:dump and ks.cfg:dump,
but these logs are not listed in supported_guest_logs.
Because update_guest_log checks supports_guest_log() before calling the
updater (update_guest_log.py:148), these logs are always marked as
UNSUPPORTED and the updaters are never invoked.
This adds the missing log entries to supported_guest_logs in the beaker
driver's adjust_capabilities method.
Assisted-by: Claude Code
Edited by Miroslav Vadkerti