Removing portage and keeping profiles, adding licenses, installing sabayon kernel

This commit is contained in:
mudler
2015-06-05 16:43:53 +02:00
parent 6f9c560672
commit bb874fa9e0
2 changed files with 4 additions and 3 deletions
+3 -3
View File
@@ -65,8 +65,8 @@ RUN equo up
# Sorting mirrors
RUN equo repo mirrorsort sabayonlinux.org
# Removing portage
RUN rm -rf /usr/portage/*
# Removing portage and keeping profiles
RUN cd /usr/portage/;ls | grep -v 'profiles' | xargs rm -rfv
# Accepting licenses needed to continue automatic install/upgrade
ADD ./conf/spinbase-licenses /etc/entropy/packages/license.accept
@@ -86,7 +86,7 @@ RUN equo u
# Handling install/removal of packages specified in env (and also the basic needed)
# XXX: sabayon-artwork-core and linux-sabayon should be moved in molecules file
RUN equo i linux-sabayon sabayon-artwork-core $PACKAGES_TO_ADD
RUN equo i linux-sabayon sabayon-artwork-core sabayon-version $PACKAGES_TO_ADD
RUN equo rm $PACKAGES_TO_REMOVE
# Cleaning accepted licenses
+1
View File
@@ -19,3 +19,4 @@ libtiff
rc
tcltk
man-pages
man-pages-posix-2013