summaryrefslogtreecommitdiffstats
path: root/installinterfacebase.py
Commit message (Collapse)AuthorAgeFilesLines
* Warn when ignoring BIOS RAID members (#560932)Hans de Goede2010-02-161-0/+51
This patch adds a warning when ignoring BIOS RAID members because no complete set using them could be found. This patch also introduces a much needed InstallInterfaceBase class, as I didn't feel like adding the exact same code to all of cmdline.py, gui.py and text.py . Note that the ignoring of BIOS RAID members is checked in 2 places, as the filter UI can be skipped under certain circumstances (kickstart). The interface code checks for disks it has already warned about.