summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-09-23 03:43:48 +0000
committerMatt Wilson <msw@redhat.com>1999-09-23 03:43:48 +0000
commit714102ea682d6838691bdb4fe4d88c11efced35b (patch)
tree58e84d298cf9845cd0766a1436eedb84aadc0f6c
parent2e37a716c803860556b085fefeb7f1466f9938bc (diff)
downloadanaconda-714102ea682d6838691bdb4fe4d88c11efced35b.tar.gz
anaconda-714102ea682d6838691bdb4fe4d88c11efced35b.tar.xz
anaconda-714102ea682d6838691bdb4fe4d88c11efced35b.zip
more ks problems
-rw-r--r--todo.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/todo.py b/todo.py
index 87c3e5eb9..e4f328508 100644
--- a/todo.py
+++ b/todo.py
@@ -1148,9 +1148,8 @@ class ToDo:
list = devices.keys ()
list.sort()
dev = devices[list[0]]
- if bootProto:
- dev.set (("bootproto", bootProto))
- else:
+ dev.set (("bootproto", bootProto))
+ if bootProto == "static":
if (ip):
dev.set (("ipaddr", ip))
if (netmask):