diff options
| author | Andreas Oberritter <obi@opendreambox.org> | 2011-01-11 16:09:18 +0100 |
|---|---|---|
| committer | Andreas Oberritter <obi@opendreambox.org> | 2011-01-11 16:09:18 +0100 |
| commit | 088902285e167e612e0f4ae8ae9f72a3e9079ea4 (patch) | |
| tree | 0a50148e80501b8a3895d240e7568385b3e0d8bc /lib/python/Components | |
| parent | 6a25698b1ff48bafd6d1656be7f447638cc4b136 (diff) | |
| parent | e66c53dd065aec5f9aca27ab45dc9e4f6fdc211e (diff) | |
| download | enigma2-088902285e167e612e0f4ae8ae9f72a3e9079ea4.tar.gz enigma2-088902285e167e612e0f4ae8ae9f72a3e9079ea4.zip | |
Merge branch 'obi/master'
Diffstat (limited to 'lib/python/Components')
| -rw-r--r-- | lib/python/Components/Harddisk.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Components/Harddisk.py b/lib/python/Components/Harddisk.py index 0f1a8fca..30a7b609 100644 --- a/lib/python/Components/Harddisk.py +++ b/lib/python/Components/Harddisk.py @@ -190,7 +190,7 @@ class Harddisk: return (res >> 8) def createPartition(self): - cmd = 'printf "0,\n;\n;\n;\ny\n" | sfdisk -f ' + self.disk_path + cmd = 'printf "8,\n;0,0\n;0,0\n;0,0\ny\n" | sfdisk -f -uS ' + self.disk_path res = system(cmd) return (res >> 8) |
