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

Add binutils to base system image #76

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Add binutils to base system image
binutils is a base gnu userland toolset normally its included with coreutils as a dependency, but I guess with void its not. It has the both `ld` linkers, as well as `ar`, `strings`, `objdump`, etc. It's only 3mb, and of such a base level that we should probably include it.  When all else fails
  • Loading branch information
q5sys committed Feb 12, 2020
commit c21512fed3741cca977269bf3f10833752e29ccf
@@ -1,7 +1,7 @@
#!/bin/bash


SERVER_PACKAGES="zsh fish-shell firejail openvpn neofetch sl wget trident-core"
SERVER_PACKAGES="zsh fish-shell firejail openvpn neofetch sl wget trident-core binutils"
LITE_PACKAGES="${SERVER_PACKAGES} wpa-cute ntfs-3g fuse-exfat simple-mtpfs trident-desktop setxkbmap"
FULL_PACKAGES="${LITE_PACKAGES} telegram-desktop vlc firefox trojita pianobar libreoffice cups foomatic-db foomatic-db-engine cups-filters"