fuji/fs: add change xfs mount options
This commit is contained in:
@@ -21,12 +21,14 @@
|
|||||||
{
|
{
|
||||||
device = "/dev/mapper/fuji_lvm_root-root";
|
device = "/dev/mapper/fuji_lvm_root-root";
|
||||||
fsType = "xfs";
|
fsType = "xfs";
|
||||||
|
options = [ "noatime" "logbsize=256k" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
fileSystems."/home" =
|
fileSystems."/home" =
|
||||||
{
|
{
|
||||||
device = "/dev/mapper/fuji_lvm_root-home";
|
device = "/dev/mapper/fuji_lvm_root-home";
|
||||||
fsType = "xfs";
|
fsType = "xfs";
|
||||||
|
options = [ "noatime" "logbsize=256k" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
fileSystems."/boot" =
|
fileSystems."/boot" =
|
||||||
|
|||||||
Reference in New Issue
Block a user