From 67b133020bb2a5ba90005ac6da55a0d5d1424799 Mon Sep 17 00:00:00 2001 From: Matt Wilson Date: Sat, 11 Sep 1999 15:43:56 +0000 Subject: patch from jj, misc fixes --- installclass.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'installclass.py') diff --git a/installclass.py b/installclass.py index 5b180cb54..1c80636ec 100644 --- a/installclass.py +++ b/installclass.py @@ -58,6 +58,11 @@ class InstallClass: def setClearParts(self, clear, warningText = None): self.clearParts = clear + # XXX hack for install help text in GUI mode + if clear == FSEDIT_CLEAR_LINUX: + self.clearType = "wkst" + if clear == FSEDIT_CLEAR_ALL: + self.clearType = "svr" self.clearPartText = warningText def getLiloInformation(self): -- cgit