Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

installation-cd: add wget #1491

Closed
wants to merge 1 commit into from
Closed

installation-cd: add wget #1491

wants to merge 1 commit into from

Conversation

domenkozar
Copy link
Member

wget adds 420K of additional space usage on minimal cd in exchange for comfort: everyone expects it to be there. Fixes #1489

@garbas
Copy link
Member

garbas commented Jan 13, 2014

@iElectric i guess we can close this PL and open others (for editors and subversion/git), right?

@domenkozar
Copy link
Member Author

Sure, when @edolstra confirms subversion -> git switch is fine

@edolstra
Copy link
Member

Subversion can definitely be removed. But I'm not sure if we should add Git, since it's quite a bit bigger than Subversion (20 MiB).

@domenkozar
Copy link
Member Author

nix-store -qR /nix/store/5dmrca1pm536hn42qp6j4gw2sy1f0ww5-subversion-1.7.14|xargs du -shc is 285MB total

nix-store -qR /nix/store/rgs7fr1knh4m7mqw91ylgw169m4nalbh-git-1.8.5.2/|xargs du -shc is 406MB total

right.

@vcunat
Copy link
Member

vcunat commented Jan 13, 2014

Only dependencies not included already are interesting, but that's more difficult to find out.

@domenkozar
Copy link
Member Author

With git (minimal) and wget, removed subversion:

301M /nix/store/c4654l0n5vpnahf1qi0gwgkrkl5iyzd1-iso9660-image/iso/nixos-minimal-14.02pre5678.gfedcba-x86_64-linux.iso

Current iso with subversion:

278M /nix/store/vza1mmw8dlayc2s25351a71gwl2a0p8g-iso9660-image/iso/nixos-minimal-14.02pre5678.gfedcba-i686-linux.iso

@vcunat
Copy link
Member

vcunat commented Jan 14, 2014

I suppose we need to wait for multiple-output goodies ;-)

@domenkozar
Copy link
Member Author

Let's do that! :)

@domenkozar domenkozar closed this Jan 22, 2014
@domenkozar domenkozar deleted the installation-cd/wget branch January 22, 2014 10:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Nixos minimal ISO is missing 'wget'
4 participants