mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-07 21:16:57 +02:00
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:
parent
95798bbf33
commit
93ed76460b
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user