summary refs log tree commit diff
path: root/nixos/modules/system/boot/stage-1.nix
diff options
context:
space:
mode:
authorVictor Shlein <kisik21@users.noreply.github.com>2018-06-19 14:27:36 +0300
committerVictor Shlein <kisik21@users.noreply.github.com>2018-06-19 14:27:36 +0300
commit4fa88fcecb4c57550837484cc6f371e77b53459a (patch)
tree9c49eb769fbc9a411d1b201638cade3b32d20f6b /nixos/modules/system/boot/stage-1.nix
parent34234dcb511066dd1e4fe75d80ee89519a8c8001 (diff)
downloadnixpkgs-4fa88fcecb4c57550837484cc6f371e77b53459a.tar
nixpkgs-4fa88fcecb4c57550837484cc6f371e77b53459a.tar.gz
nixpkgs-4fa88fcecb4c57550837484cc6f371e77b53459a.tar.bz2
nixpkgs-4fa88fcecb4c57550837484cc6f371e77b53459a.tar.lz
nixpkgs-4fa88fcecb4c57550837484cc6f371e77b53459a.tar.xz
nixpkgs-4fa88fcecb4c57550837484cc6f371e77b53459a.tar.zst
nixpkgs-4fa88fcecb4c57550837484cc6f371e77b53459a.zip
nixos/stage-1, nixos/f2fs: moved f2fs resizing tools include in f2fs module
Diffstat (limited to 'nixos/modules/system/boot/stage-1.nix')
-rw-r--r--nixos/modules/system/boot/stage-1.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/nixos/modules/system/boot/stage-1.nix b/nixos/modules/system/boot/stage-1.nix
index c7ea408f595..d66533fa067 100644
--- a/nixos/modules/system/boot/stage-1.nix
+++ b/nixos/modules/system/boot/stage-1.nix
@@ -128,13 +128,6 @@ let
         copy_bin_and_libs ${pkgs.e2fsprogs}/sbin/resize2fs
       ''}
 
-      # Copy f2fs-tools' fsck and resize if needed
-      ${optionalString (any (fs: fs.autoResize && fs.fsType = "f2fs") fileSystems) ''
-        # We need f2fs-tools' tools to resize filesystems
-        copy_bin_and_libs ${pkgs.f2fs-tools}/sbin/fsck.f2fs
-        copy_bin_and_libs ${pkgs.f2fs-tools}/sbin/resize.f2fs
-      ''}
-
       # Copy secrets if needed.
       ${optionalString (!config.boot.loader.supportsInitrdSecrets)
           (concatStringsSep "\n" (mapAttrsToList (dest: source: