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
This commit is contained in:
Marc Weber 2009-02-19 15:12:39 +00:00
parent 53cd42dba6
commit 018c99ec1c

View File

@ -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
];
};