git.cweiske.de
/
enigma2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e513f0a
)
also check devidex2 here
author
ghost
<
[email protected]
>
Tue, 3 Feb 2009 14:47:13 +0000
(15:47 +0100)
committer
ghost
<
[email protected]
>
Tue, 3 Feb 2009 14:49:08 +0000
(15:49 +0100)
lib/python/Components/Harddisk.py
patch
|
blob
|
history
diff --git
a/lib/python/Components/Harddisk.py
b/lib/python/Components/Harddisk.py
index 9cf9b4a278a5a9ce0caa621ab1d53e8182537572..404baafa0718cb7d54981e52a11843aff388c3f5 100644
(file)
--- a/
lib/python/Components/Harddisk.py
+++ b/
lib/python/Components/Harddisk.py
@@
-130,7
+130,7
@@
class Harddisk:
cmd = "/bin/umount"
for line in procfile:
- if line.startswith(self.devidex):
+ if line.startswith(self.devidex)
or line.startswith(self.devidex2)
:
parts = line.split()
cmd = ' '.join([cmd, parts[1]])