summaryrefslogtreecommitdiffstats
path: root/textw
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2008-01-07 18:06:33 -0500
committerChris Lumens <clumens@redhat.com>2008-01-07 18:06:33 -0500
commit2a1eea55bcdf9c2f0b0946958b86ebbcc6bd2ef7 (patch)
tree81c36171a4df8c43c8d27343467bbe7974a47f29 /textw
parent1b93fc060b9a862bce3dccc00cb69c5900dcda00 (diff)
downloadanaconda-2a1eea55bcdf9c2f0b0946958b86ebbcc6bd2ef7.tar.gz
anaconda-2a1eea55bcdf9c2f0b0946958b86ebbcc6bd2ef7.tar.xz
anaconda-2a1eea55bcdf9c2f0b0946958b86ebbcc6bd2ef7.zip
Make default match GUI.
Diffstat (limited to 'textw')
-rw-r--r--textw/userauth_text.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/textw/userauth_text.py b/textw/userauth_text.py
index a4218f928..81331d5fe 100644
--- a/textw/userauth_text.py
+++ b/textw/userauth_text.py
@@ -85,7 +85,7 @@ class RootPasswordWindow:
"\n\n"
"Would you like to continue with this "
"password?" % (msg, )),
- type = "yesno")
+ type = "yesno", default="no")
if ret == 1:
break
else: