From 5f6eb4e548dd2482242151572b3d2c292bed8fe3 Mon Sep 17 00:00:00 2001 From: Mike Fulbright Date: Mon, 19 Jun 2000 19:30:18 +0000 Subject: need to initilize variables --- kickstart.py | 1 + 1 file changed, 1 insertion(+) (limited to 'kickstart.py') diff --git a/kickstart.py b/kickstart.py index 2b0fb1a9e..a90766709 100644 --- a/kickstart.py +++ b/kickstart.py @@ -246,6 +246,7 @@ class KickstartBase(BaseInstallClass): gateway = "" nameserver = "" hostname = "" + device = None for n in args: (str, arg) = n if str == "--bootproto": -- cgit