From 63c6e21c26b06efd419a39f5c3aba324ad6e3007 Mon Sep 17 00:00:00 2001 From: bfox Date: Mon, 23 Feb 2004 22:40:43 +0000 Subject: remove the mouse configuration screen --- kickstart.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kickstart.py') diff --git a/kickstart.py b/kickstart.py index 468e676e6..01d8ce5a5 100644 --- a/kickstart.py +++ b/kickstart.py @@ -542,8 +542,8 @@ class KickstartBase(BaseInstallClass): if extra: mouseType = extra[0] - if mouseType != "none": - self.setMouse(id, mouseType, device, emulThree) +## if mouseType != "none": +## self.setMouse(id, mouseType, device, emulThree) self.skipSteps.append("mouse") -- cgit