summary refs log tree commit diff
path: root/nixos/modules/tasks
diff options
context:
space:
mode:
authorWilliam A. Kennington III <william@wkennington.com>2015-03-28 19:07:45 -0700
committerWilliam A. Kennington III <william@wkennington.com>2015-03-28 19:07:45 -0700
commit9718561589dd41aa28c4bef1476c60ad78e881c2 (patch)
tree50172f3aac286ec89c37a5cb3f113bb3da539d92 /nixos/modules/tasks
parentc379847fdaeb6549dfdb2c29b84465cb402ced79 (diff)
downloadnixpkgs-9718561589dd41aa28c4bef1476c60ad78e881c2.tar
nixpkgs-9718561589dd41aa28c4bef1476c60ad78e881c2.tar.gz
nixpkgs-9718561589dd41aa28c4bef1476c60ad78e881c2.tar.bz2
nixpkgs-9718561589dd41aa28c4bef1476c60ad78e881c2.tar.lz
nixpkgs-9718561589dd41aa28c4bef1476c60ad78e881c2.tar.xz
nixpkgs-9718561589dd41aa28c4bef1476c60ad78e881c2.tar.zst
nixpkgs-9718561589dd41aa28c4bef1476c60ad78e881c2.zip
nixos/vfat: Readd fsck.reiserfs
Diffstat (limited to 'nixos/modules/tasks')
-rw-r--r--nixos/modules/tasks/filesystems/reiserfs.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/tasks/filesystems/reiserfs.nix b/nixos/modules/tasks/filesystems/reiserfs.nix
index 900e2eb7575..ab4c43e2ab8 100644
--- a/nixos/modules/tasks/filesystems/reiserfs.nix
+++ b/nixos/modules/tasks/filesystems/reiserfs.nix
@@ -18,6 +18,7 @@ in
     boot.initrd.extraUtilsCommands = mkIf inInitrd
       ''
         copy_bin_and_libs ${pkgs.reiserfsprogs}/sbin/reiserfsck
+        ln -s reiserfsck $out/bin/fsck.reiserfs
       '';
 
   };