fix(coreos-base/coreos): Add gzip and less to base image.

Basic tools others expect! Other tools missed them dearly.
This commit is contained in:
Michael Marineau 2013-05-31 11:03:41 -04:00
parent f1a91f343e
commit 269b39d4fe
2 changed files with 3 additions and 1 deletions

View File

@ -114,6 +114,7 @@ RDEPEND="${RDEPEND}
sys-apps/kexec-tools
app-admin/sudo
app-admin/rsyslog
app-arch/gzip
app-arch/sharutils
app-arch/tar
bootchart? (
@ -134,11 +135,12 @@ RDEPEND="${RDEPEND}
net-misc/dhcpcd
net-firewall/iptables
net-misc/tlsdate
net-misc/wget
sys-apps/bootcache
sys-apps/coreutils
sys-apps/dbus
sys-apps/grep
net-misc/wget
sys-apps/less
sys-apps/mawk
sys-apps/net-tools
sys-apps/pv