diff --git a/installer/cd-dvd/rescue-cd.nix b/installer/cd-dvd/rescue-cd.nix index 8523246ae17..b7e68c2d46d 100644 --- a/installer/cd-dvd/rescue-cd.nix +++ b/installer/cd-dvd/rescue-cd.nix @@ -189,6 +189,7 @@ rec { pkgs.testdisk # useful for repairing boot problems pkgs.mssys # for writing Microsoft boot sectors / MBRs pkgs.ntfsprogs # for resizing NTFS partitions + pkgs.parted pkgs.sshfsFuse ]; };