aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
authorFraxinas <andreas.frisch@multimedia-labs.de>2009-07-13 11:39:24 +0200
committerFraxinas <andreas.frisch@multimedia-labs.de>2009-07-13 11:39:24 +0200
commitc1d2b4c1896fc58681e1a7e718e97b08e03a5b5c (patch)
tree9691563c148d8a7cf4d7fc02efd5ffb5ea54fed8 /lib/python
parent65efcb9d542de70854e33520ddd0d9838632a0e6 (diff)
downloadenigma2-c1d2b4c1896fc58681e1a7e718e97b08e03a5b5c.tar.gz
enigma2-c1d2b4c1896fc58681e1a7e718e97b08e03a5b5c.zip
try deleting 4 primary partitions before creating new partition table
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)