summaryrefslogtreecommitdiffstats
path: root/textw
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>1999-09-19 13:50:03 +0000
committerErik Troan <ewt@redhat.com>1999-09-19 13:50:03 +0000
commit13a71d05d7fe5fb28d9b3ef42ff3e166218561ad (patch)
tree88ab1447e09eb47c7fea783218875cb2ef82fe0d /textw
parent6ea3700e121941d168ba4dd94af8832f78d9693f (diff)
downloadanaconda-13a71d05d7fe5fb28d9b3ef42ff3e166218561ad.tar.gz
anaconda-13a71d05d7fe5fb28d9b3ef42ff3e166218561ad.tar.xz
anaconda-13a71d05d7fe5fb28d9b3ef42ff3e166218561ad.zip
skip lilo when you tell it to skip
Diffstat (limited to 'textw')
-rw-r--r--textw/lilo.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/textw/lilo.py b/textw/lilo.py
index 9bda06177..556f6b2ae 100644
--- a/textw/lilo.py
+++ b/textw/lilo.py
@@ -34,6 +34,7 @@ class LiloAppendWindow:
if button == "skip":
todo.skipLilo = 1
+ todo.liloDevice = None
else:
todo.skipLilo = 0