diff options
-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": |