feat(build_library): let python into root image

python allows systemd-analyze to work and gives a full portage stack.
Just let it in.
This commit is contained in:
Brandon Philips 2013-02-26 08:00:40 -08:00
parent 95798bbf33
commit 93ed76460b
2 changed files with 0 additions and 2 deletions

View File

@ -2,6 +2,5 @@ app-text/iso-codes
dev-java/icedtea
dev-java/icedtea6-bin
dev-lang/perl
dev-lang/python
media-sound/pulseaudio
x11-libs/libxklavier

View File

@ -36,7 +36,6 @@ install_dev_packages() {
sudo ln -s /usr/local/usr/lib/debug "${root_fs_dir}/usr/lib/debug"
# Install the bare necessary files so that the "emerge" command works
sudo cp -a ${root_dev_dir}/share/portage ${root_fs_dir}/usr/share
sudo sed -i s,/usr/bin/wget,wget, \
${root_fs_dir}/usr/share/portage/config/make.globals