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
This commit is contained in:
Nicolas Pierron 2009-02-22 16:08:55 +00:00
parent a4fc915634
commit b1164d8dae

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