|
mountPointAsRoot = mountPointsPerHost.findProperty('mountpoint', '/');
|
|
mountPointAsRoot = mountPointsPerHost.findProperty('mountpoint', '/');
|
|
return !(['/', '/home', '/boot'].contains(mPoint.mountpoint) || ['devtmpfs', 'tmpfs', 'vboxsf'].contains(mPoint.type));
|
|
return !(['/', '/home', '/boot'].contains(mPoint.mountpoint) || ['devtmpfs', 'tmpfs', 'vboxsf'].contains(mPoint.type));
|