3
0
Fork 0
forked from mirrors/nixpkgs

* Removed some more stuff from the CD because the x86_64-linux ISO is

over 700 MB.  (Maybe vim could be replaced by a smaller vi?)
  Note that the main size problem for the x86_64-linux ISO is that it
  contains two Glibcs - Grub has a dependency on the 32-bit Glibc.  It
  would be nice to get rid of that.

svn path=/nixos/trunk/; revision=15074
This commit is contained in:
Eelco Dolstra 2009-04-16 08:24:38 +00:00
parent 723be3579d
commit 760f484e4d

View file

@ -184,14 +184,12 @@ rec {
environment = {
extraPackages = [
pkgs.vim
pkgs.subversion # for nixos-checkout
pkgs.w3m # needed for the manual anyway
pkgs.testdisk # useful for repairing boot problems
pkgs.mssys # for writing Microsoft boot sectors / MBRs
pkgs.ntfsprogs # for resizing NTFS partitions
pkgs.sshfsFuse
pkgs.screen
];
};