Moderator: Moderators
wolfden wrote:moved to correct forum - not an installation issue
if using portage - emerge linux-sabayon
if using entropy - equo install linux-sabayon
USE="only_sources" emerge =linux-sabayon-2.6.29eix linux-sabayonFitzcarraldo wrote:Don't know about Entropy, but the ebuild linux-sabayon-2.6.30.ebuild does compile and install the kernel. The ebuild linux-sabayon-sources-2.6.30.ebuild is the one that just installs the kernel source code. But in the Sabayon overlay the only version of the linux-sabayon-sources ebuild is for kernel version 2.6.30. However, the ebuild linux-sabayon-2.6.29.ebuild can be made to only download the sources and not compile the kernel if you use the only_sources USE flag:
- Code: Select all
USE="only_sources" emerge =linux-sabayon-2.6.29
So, if you're trying to install just the sources for an existing 2.6.29 kernel, just use the above command. If you don't use the only_sources USE flag then the kernel will be compiled and installed.
USE="only_sources -grub -splash" emerge =linux-sabayon-2.6.29Fitzcarraldo wrote:Interesting. Then perhaps it should be:
- Code: Select all
USE="only_sources -grub -splash" emerge =linux-sabayon-2.6.29
although, looking at the ebuild in the overlay repository (linux-sabayon-2.6.29.ebuild), I'm not sure as I'm no Bash expert. If only_sources is specified then the IF statements seem to omit all the removals, but perhaps those two lines in pkg_postinst() just before the two einfo commands do it.
Return to Portage|Emerge Package Managers
Users browsing this forum: Lemuriano and 1 guest