diff options
author | Matt Wilson <msw@redhat.com> | 1999-08-30 00:47:03 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-08-30 00:47:03 +0000 |
commit | 8e43c33791c32fbc2bb853f93a150a7c96b2be0a (patch) | |
tree | 12280a57d1a25230f8b49b62f914521985589e1e /text.py | |
parent | b906cfc16d97ffd279d9a3bc3ee806d73581dc8c (diff) | |
download | anaconda-8e43c33791c32fbc2bb853f93a150a7c96b2be0a.tar.gz anaconda-8e43c33791c32fbc2bb853f93a150a7c96b2be0a.tar.xz anaconda-8e43c33791c32fbc2bb853f93a150a7c96b2be0a.zip |
um... can't set the default to None. It breaks.
Diffstat (limited to 'text.py')
-rw-r--r-- | text.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -926,7 +926,7 @@ class LiloWindow: elif (todo.getLiloLocation == "partition"): default = bootpart else: - default = None + default = 0 format = "/dev/%-11s %s" locations = [] |