summaryrefslogtreecommitdiffstats
path: root/cmdline.py
diff options
context:
space:
mode:
authorJoel Granados Moreno <jgranado@redhat.com>2009-03-27 16:15:01 +0100
committerJoel Granados Moreno <jgranado@redhat.com>2009-03-27 16:15:01 +0100
commita6cca07d229f15c05e582590f974ebb43bd66290 (patch)
treee43111d4a1e451bad4341a54340d83047883694b /cmdline.py
parent420a2afd509f532eb34adbb1c842f0445d184fee (diff)
downloadanaconda-a6cca07d229f15c05e582590f974ebb43bd66290.tar.gz
anaconda-a6cca07d229f15c05e582590f974ebb43bd66290.tar.xz
anaconda-a6cca07d229f15c05e582590f974ebb43bd66290.zip
Revert "Don't do format-specific processing on devices targeted by clearpart. (#492123)"
This reverts commit 420a2afd509f532eb34adbb1c842f0445d184fee. I messed up here with a dirty branch.
Diffstat (limited to 'cmdline.py')
-rw-r--r--cmdline.py14
1 files changed, 0 insertions, 14 deletions
diff --git a/cmdline.py b/cmdline.py
index 9b161ab80..f87550c46 100644
--- a/cmdline.py
+++ b/cmdline.py
@@ -104,20 +104,6 @@ class InstallInterface:
while 1:
time.sleep(5)
- def passphraseEntryWindow(self, device):
- print(_("Can't have a question in command line mode!"))
- print("(passphraseEntryWindow: '%s')" % device.path)
- # don't exit
- while 1:
- time.sleep(5)
-
- def getLUKSPassphrase(self, passphrase = "", isglobal = False):
- print(_("Can't have a question in command line mode!"))
- print("(getLUKSPassphrase)")
- # don't exit
- while 1:
- time.sleep(5)
-
def exceptionWindow(self, shortText, longTextFile):
print(shortText)