mirror of
https://github.com/clearlinux/clr-installer.git
synced 2026-09-02 11:41:44 +00:00
When using advanced disk partitioning with an invalid setup and loading the menu page or disk configuration page for the first time, the warning messages were not set correctly. The warnings were incorrectly set because the TargetMedias variable was unexpectedly overwritten to nil. This change prevents unexpected overwrites of TargetMedias and sets TargetMedias when it is uninitialized. Fixes: #553 Signed-off-by: John Akre <john.w.akre@intel.com>