From 818baa7dd3ed951330eac5f8f05b1cb1230888c2 Mon Sep 17 00:00:00 2001 From: Marc Weber Date: Tue, 28 Apr 2009 13:34:47 +0000 Subject: [PATCH] * Synced with trunk @ 15274 svn path=/nixos/branches/modular-nixos/; revision=15364 --- installer/cd-dvd/rescue-cd.nix | 1 + 1 file changed, 1 insertion(+) 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 ]; };