diff options
author | Mike Fulbright <msf@redhat.com> | 2000-06-19 19:30:18 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2000-06-19 19:30:18 +0000 |
commit | 5f6eb4e548dd2482242151572b3d2c292bed8fe3 (patch) | |
tree | fedc0abe2998160f9bfd308b304a03143a69e8e1 | |
parent | 3065c08220ba414469ac318ed117283b54dda8b7 (diff) | |
download | anaconda-5f6eb4e548dd2482242151572b3d2c292bed8fe3.tar.gz anaconda-5f6eb4e548dd2482242151572b3d2c292bed8fe3.tar.xz anaconda-5f6eb4e548dd2482242151572b3d2c292bed8fe3.zip |
need to initilize variables
-rw-r--r-- | kickstart.py | 1 |
1 files changed, 1 insertions, 0 deletions
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": |