Skip to content

Commit

Permalink
nixos/tests/blivet: Add mtools and ntfs3g
Browse files Browse the repository at this point in the history
These tools are needed in order to run tests for NTFS and for setting
the serial of a FAT file system after it has been created.

Signed-off-by: aszlig <[email protected]>
  • Loading branch information
adrianpk committed Jan 15, 2017
1 parent 76b44e1 commit 54325ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/tests/blivet.nix
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ let
boot.supportedFilesystems = [ "btrfs" "jfs" "reiserfs" "xfs" ];
virtualisation.memorySize = 768;
virtualisation.emptyDiskImages = [ 10240 ];
environment.systemPackages = [ pkgs.hfsprogs ]
environment.systemPackages = [ pkgs.hfsprogs pkgs.mtools pkgs.ntfs3g ]
++ (attrs.extraSystemDeps or []);
fileSystems."/scratch" = {
device = "/dev/vdb";
Expand Down

0 comments on commit 54325ee

Please sign in to comment.