When decided to move to Portage only, maybe it's better to leave "sabayon-distro overlay" alone for now.
Later you can decide whether to add that overlay or not.
FIRST of all take a good notice on how Portage works, and how to use it.
Gentoo and Sabayon Wiki is your friend here,
but with a little searching, the Web is full of sources to help you with that. Even Youtube provides tutorials on how to use Portage.
Listen very carefully at the messages Portage gives you., Most commonly made mistake is that people DON'T read Portage messages., and since we're using the unstable/alpha Portage tree, do not ever, update Portage when it tells you there is a update available., 'cause then you actually downgrading.
If, when updating with Portage a new "sys-apps/portage" is marked for upgrade, be sure to check if it's a alpha release.
Indeed you should start with the most minimalistic Sabayon ISO you can handle.
Spinbase, or CoreCDX for example.
After installation, first thing is to make Sabayon ready for Portage.
Edit your "make.conf"
a example for a portage only make.conf can be found here:
http://pastebin.sabayon.org/pastie/12119*note*
Under section "## PORTAGE CONFIG ##",
PORTAGE_ELOG_CLASSES="warn error log"
PORTAGE_ELOG_SYSTEM="save"
are set. This feature will create warning/error messages for each package, but you first have to create:
- Code: Select all
mkdir /var/log/portage/elog
When done installing and configuring, you might as well want to recompile your system:
either with:
- Code: Select all
emerge -aveND @world --keep-going
or using following guide:
http://wiki.sabayon.org/index.php?title=HOWTO:_Unoffical_Guide_To_World_Update* Use both at own risk...