From 760f484e4dfd2d560c0e5e31c3300be01d002f2c Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 16 Apr 2009 08:24:38 +0000 Subject: [PATCH] * 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 --- installer/cd-dvd/rescue-cd.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/installer/cd-dvd/rescue-cd.nix b/installer/cd-dvd/rescue-cd.nix index 2a5c17199ba..8523246ae17 100644 --- a/installer/cd-dvd/rescue-cd.nix +++ b/installer/cd-dvd/rescue-cd.nix @@ -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 ]; };