]> git.datanom.net - omvzfs.git/blobdiff - src/Utils.php
Use the newly introduced hidden flag when creating mntent objects.
[omvzfs.git] / src / Utils.php
index 0f67e369aa79ffe739eeebfd38a9d32c2a4ef4d2..58bdc7bc5ff94089dbf0dd666835abf760a2aedd 100644 (file)
@@ -185,7 +185,8 @@ class OMVModuleZFSUtil {
                                                "type" => "zfs",
                                                "opts" => "rw,relatime,xattr,noacl",
                                                "freq" => "0",
-                                               "passno" => "0"
+                                               "passno" => "0",
+                                               "hidden" => "1"
                                        );
                                        $xmlConfig->set("//system/fstab",array("mntent" => $object));
                                }
This page took 0.029696 seconds and 5 git commands to generate.