nixos/vfat: Readd fsck.vfat
This commit is contained in:
parent
4868649f03
commit
c379847fda
|
@ -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
|
||||
'';
|
||||
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue