generate old layman.conf style to keep compatibility

This commit is contained in:
Ettore Di Giacinto
2017-09-28 00:22:29 +02:00
parent da0f92cef9
commit 00ddab2ef1
2 changed files with 8 additions and 3 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
FROM sabayon/gentoo-stage3-base-amd64
FROM sabayon/gentoo-stage3-base-amd64:latest
MAINTAINER mudler <mudler@sabayonlinux.org>
@@ -11,7 +11,7 @@ RUN locale-gen || true
# Upgrading portage and installing necessary packages
RUN rm -rf '/usr/portage/metadata/timestamp.chk' && \
emerge-webrsync && \
layman -S && layman -a sabayon
layman -S && echo "y" | layman -a sabayon
# Configure the sabayon box, installing equo setting up locales
ADD ./script/sabayon-configuration.sh /
+6 -1
View File
@@ -24,8 +24,13 @@ echo "dev-lang/python sqlite
sys-apps/file python
" > /etc/portage/package.use/00-sabayon.package.use
echo "y" | layman -a sabayon-distro
echo "conf_type : make.conf" >> /etc/layman/layman.cfg
layman-updater -R
echo "source /var/lib/layman/make.conf" >> /etc/portage/make.conf
eselect profile set default/linux/amd64/13.0
@@ -37,7 +42,7 @@ gcc-config 1
. /etc/profile
# emerging equo and expect
USE="ncurses" emerge -j -vt equo --autounmask-write || exit 1
USE="ncurses" emerge -j -vt equo app-admin/localepurge --autounmask-write || exit 1
emerge -j expect || exit 1
# Enforce choosing only python2.7 for now, cleaning others