From 018c99ec1c70b655e5501ae4cf7c4a2856af4162 Mon Sep 17 00:00:00 2001 From: Marc Weber Date: Thu, 19 Feb 2009 15:12:39 +0000 Subject: [PATCH] added sshfsFuse and screen to rescue-cd.nix sshsfsFuse so that you can get packages from another machine easily screen so that you can copy paste easily svn path=/nixos/trunk/; revision=14128 --- installer/cd-dvd/rescue-cd.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/installer/cd-dvd/rescue-cd.nix b/installer/cd-dvd/rescue-cd.nix index d069c4351f9..2b82df15fe3 100644 --- a/installer/cd-dvd/rescue-cd.nix +++ b/installer/cd-dvd/rescue-cd.nix @@ -190,6 +190,9 @@ rec { pkgs.gdb # for debugging Nix pkgs.testdisk # useful for repairing boot problems pkgs.mssys # for writing Microsoft boot sectors / MBRs + + pkgs.sshfsFuse + pkgs.screen ]; };