From 36f2ac89ec3c2989c6e4ed6270e427aad7bc154c Mon Sep 17 00:00:00 2001 From: schon Date: Tue, 7 Dec 2010 12:35:00 +0900 Subject: [PATCH] Back the hotplug mount point to original --- lib/python/Components/Harddisk.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): -- 2.7.4