[sys-kernel/*] workaround wrong AUFS config option in 3.5 ebuilds

This commit is contained in:
Fabio Erculiani
2012-08-13 19:14:26 +02:00
parent 30c4a4f55e
commit d7319fb92f
8 changed files with 24 additions and 4 deletions
@@ -10,3 +10,8 @@ inherit sabayon-kernel
KEYWORDS="~amd64 ~x86"
DESCRIPTION="Official Sabayon Linux Server kernel image"
RESTRICT="mirror"
src_unpack() {
sabayon-kernel_src_unpack
sed -i "s:CONFIG_AUFS_FS=m:CONFIG_AUFS_FS=y:" "${S}"/sabayon/config/*.config || die
}