From 9874f5a6e41a7fc1b55684a2d3eee52f72bc9bc5 Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Mon, 5 Oct 2009 15:11:40 -0400 Subject: Add an early user interface for filtering storage devices. This UI allows the user to select which devices they would like to include in the rest of the installation process, sorted out by their types. All devices not checked will never again be referenced by anaconda, though we may see their udev information in the logs from time to time. This UI supports two different ways of looking at things: the simple UI for regular Fedora users with basic devices, and the complex UI with many tabs and filtering options. --- installclass.py | 1 + 1 file changed, 1 insertion(+) (limited to 'installclass.py') diff --git a/installclass.py b/installclass.py index a490ce95a..92c4acd3c 100644 --- a/installclass.py +++ b/installclass.py @@ -89,6 +89,7 @@ class BaseInstallClass(object): "language", "keyboard", "welcome", + "filter", "storageinit", "findrootparts", "betanag", -- cgit