diff options
author | V3n3RiX <venerix@rogentos.ro> | 2015-03-15 20:08:33 +0200 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2015-03-15 20:08:33 +0200 |
commit | b692f8dc48cc8d13db889c86800d8ba4f227b6b5 (patch) | |
tree | 6593e43a290d174cbf5302f95be83352d14bbd20 | |
parent | 5b6c6bb434b371ed43a99bb948c29746e9777a97 (diff) |
mask grub from portage tree, use our own
-rw-r--r-- | conf/intel/portage/package.keywords/00-kogaion.package.keywords | 6 | ||||
-rw-r--r-- | conf/intel/portage/package.mask/00-kogaion.package.mask | 3 |
2 files changed, 9 insertions, 0 deletions
diff --git a/conf/intel/portage/package.keywords/00-kogaion.package.keywords b/conf/intel/portage/package.keywords/00-kogaion.package.keywords index 2e7ab8b..cce1b05 100644 --- a/conf/intel/portage/package.keywords/00-kogaion.package.keywords +++ b/conf/intel/portage/package.keywords/00-kogaion.package.keywords @@ -29,3 +29,9 @@ dev-qt/qtxmlpatterns:4 ~amd64 ~x86 =sys-apps/entropy-292::kogaion ~amd64 ~x86 =sys-apps/entropy-server-292::kogaion ~amd64 ~x86 =app-admin/matter-292::kogaion ~amd64 ~x86 + +# install grub2 with zfs support from OUR overlay +=sys-boot/grub-2.00-r7::kogaion-desktop ~amd64 ~x86 +=x11-themes/kogaion-artwork-grub-2.1 ~amd64 ~x86 +=sys-fs/zfs-0.6.3-r2 ~amd64 ~x86 + diff --git a/conf/intel/portage/package.mask/00-kogaion.package.mask b/conf/intel/portage/package.mask/00-kogaion.package.mask new file mode 100644 index 0000000..8ea3caa --- /dev/null +++ b/conf/intel/portage/package.mask/00-kogaion.package.mask @@ -0,0 +1,3 @@ +# we use grub from our overlay, mask the gentoo one +sys-boot/grub:0::gentoo +sys-boot/grub:2::gentoo |