aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
authorghost <andreas.monzner@multimedia-labs.de>2009-07-13 11:42:20 +0200
committerghost <andreas.monzner@multimedia-labs.de>2009-07-13 11:42:20 +0200
commit6f3208500f3b07aaa3733b0b47f2e7a00426ed3e (patch)
tree86009081c73c745d66558b357c630fcb6c39b815 /lib/python
parent1f852a117325a59bd044a825fe302ecfc8e13f67 (diff)
parentc1d2b4c1896fc58681e1a7e718e97b08e03a5b5c (diff)
downloadenigma2-6f3208500f3b07aaa3733b0b47f2e7a00426ed3e.tar.gz
enigma2-6f3208500f3b07aaa3733b0b47f2e7a00426ed3e.zip
Merge branch 'master' of git.opendreambox.org:/git/enigma2
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Plugins/SystemPlugins/NFIFlash/downloader.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Plugins/SystemPlugins/NFIFlash/downloader.py b/lib/python/Plugins/SystemPlugins/NFIFlash/downloader.py
index 6d404cf2..6292a46f 100644
--- a/lib/python/Plugins/SystemPlugins/NFIFlash/downloader.py
+++ b/lib/python/Plugins/SystemPlugins/NFIFlash/downloader.py
@@ -494,7 +494,7 @@ class NFIDownload(Screen):
self.taskstring = ""
self.container.appClosed.append(self.fdisk_finished)
self.container.execute("fdisk " + self.stickdevice + "/disc")
- self.container.write("d\nn\np\n1\n\n\nt\n6\nw\n")
+ self.container.write("d\n4\nd\n3\nd\n2\nd\nn\np\n1\n\n\nt\n6\nw\n")
self.delayTimer = eTimer()
self.delayTimer.callback.append(self.progress_increment)
self.delayTimer.start(105, False)