From b1164d8daef76ce702691513648b6775212ad423 Mon Sep 17 00:00:00 2001 From: Nicolas Pierron Date: Sun, 22 Feb 2009 16:08:55 +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/branches/fix-style/; revision=14187 --- 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 ]; };