diff --git a/mythtv/programs/scripts/hardwareprofile/config.py b/mythtv/programs/scripts/hardwareprofile/config.py index d4727861e5d..46da6641611 100644 --- a/mythtv/programs/scripts/hardwareprofile/config.py +++ b/mythtv/programs/scripts/hardwareprofile/config.py @@ -30,7 +30,7 @@ try: # This doesn't appear to be used and the old rpm command didn't return mounts. - p = Popen(['findmnt', '--noheadings', '--output', 'TARGET', '--raw', '--real'], stdout=PIPE) + p = Popen(['findmnt', '--noheadings', '--output', 'TARGET', '--raw', '--fstab'], stdout=PIPE) FS_MOUNTS = p.stdout.read().decode('utf-8') except OSError: FS_MOUNTS = ''