diff options
author | Jeremy Katz <katzj@redhat.com> | 2003-02-11 07:51:07 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2003-02-11 07:51:07 +0000 |
commit | e3b2ee73ee79767de6e59e287ebae30b837bad51 (patch) | |
tree | 0c2a398aeef440bc5fdd1052511ebcef826d5804 /textw | |
parent | 16266325d54b320d6581717ec333237ce78ec5e3 (diff) | |
download | anaconda-e3b2ee73ee79767de6e59e287ebae30b837bad51.tar.gz anaconda-e3b2ee73ee79767de6e59e287ebae30b837bad51.tar.xz anaconda-e3b2ee73ee79767de6e59e287ebae30b837bad51.zip |
# XXX we always unskip disk druid in tui right now since
# we don't ask if you want to review amd if you're using
# text mode, we hope you're smart enough to deal (#82474)
Diffstat (limited to 'textw')
-rw-r--r-- | textw/partition_text.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/textw/partition_text.py b/textw/partition_text.py index 01ef4ca6e..ca26a5da6 100644 --- a/textw/partition_text.py +++ b/textw/partition_text.py @@ -1267,6 +1267,11 @@ class AutoPartitionWindow: if queryAutoPartitionOK(intf, diskset, partitions): self.shutdownUI() screen.popWindow() + + # XXX we always unskip disk druid in tui right now since + # we don't ask if you want to review amd if you're using + # text mode, we hope you're smart enough to deal (#82474) + dispatch.skipStep("partition", skip = 0) return INSTALL_OK |