forked from mirrors/nixpkgs
Let us have ddrescue on rescue disks. Like umbrella. Having it reduces chances of its use - and this is very good.
svn path=/nixos/trunk/; revision=11322
This commit is contained in:
parent
8fcba9ffaa
commit
2c7d02288f
|
@ -159,6 +159,9 @@ in
|
|||
pkgs.mssys
|
||||
pkgs.testdisk
|
||||
pkgs.gdb
|
||||
pkgs.xfsProgs
|
||||
pkgs.jfsUtils
|
||||
pkgs.ddrescue
|
||||
|
||||
/*
|
||||
pkgs.elinks
|
||||
|
|
|
@ -26,6 +26,7 @@ in (isoFun {
|
|||
pkgs.mssys # for writing Microsoft boot sectors / MBRs
|
||||
pkgs.xfsProgs
|
||||
pkgs.jfsUtils
|
||||
pkgs.ddrescue
|
||||
];
|
||||
|
||||
}).rescueCD
|
||||
|
|
Loading…
Reference in a new issue