From d5d4f3afbca477e372f24df2124fb273a9511921 Mon Sep 17 00:00:00 2001 From: Mike Fulbright Date: Thu, 19 Jul 2001 19:04:18 +0000 Subject: properly record we have skipped X configuration and act appropriately later --- kickstart.py | 1 + 1 file changed, 1 insertion(+) (limited to 'kickstart.py') diff --git a/kickstart.py b/kickstart.py index 4b241bf24..a7ca4cdee 100644 --- a/kickstart.py +++ b/kickstart.py @@ -432,6 +432,7 @@ class KickstartBase(BaseInstallClass): self.skipSteps.append("xcustom") self.skipSteps.append("handleX11pkgs") self.skipSteps.append("writexconfig") + id.xconfig.skipx = 1 def doInteractive(self, id, args): self.interactive = 1 -- cgit