nixos/vfat: Readd fsck.vfat

This commit is contained in:
William A. Kennington III 2015-03-28 19:06:43 -07:00
parent 4868649f03
commit c379847fda

View file

@ -18,6 +18,7 @@ in
boot.initrd.extraUtilsCommands = mkIf inInitrd
''
copy_bin_and_libs ${pkgs.dosfstools}/sbin/dosfsck
ln -sv dosfsck $out/bin/fsck.vfat
'';
};