From: schon Date: Tue, 7 Dec 2010 03:35:00 +0000 (+0900) Subject: Back the hotplug mount point to original X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=commitdiff_plain;h=36f2ac89ec3c2989c6e4ed6270e427aad7bc154c Back the hotplug mount point to original --- diff --git a/lib/python/Components/Harddisk.py b/lib/python/Components/Harddisk.py index 51889d2..e560130 100644 --- a/lib/python/Components/Harddisk.py +++ b/lib/python/Components/Harddisk.py @@ -554,7 +554,7 @@ class HarddiskManager: self.devices_scanned_on_init.append((blockdev, removable, is_cdrom, medium_found)) def getAutofsMountpoint(self, device): - return "/media/%s/" % (device) + return "/autofs/%s/" % (device) def is_hard_mounted(self, device):