Skip to content

Commit

Permalink
nixos/netboot: mount squashfs with threads=multi
Browse files Browse the repository at this point in the history
  • Loading branch information
Princemachiavelli authored and SuperSandro2000 committed Sep 14, 2024
1 parent 06598d9 commit 86f4802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/installer/netboot/netboot.nix
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ with lib;
fileSystems."/nix/.ro-store" = mkImageMediaOverride
{ fsType = "squashfs";
device = "../nix-store.squashfs";
options = [ "loop" ];
options = [ "loop" "threads=multi" ];
neededForBoot = true;
};

Expand Down

0 comments on commit 86f4802

Please sign in to comment.