pentoo-system: add grub2 theme

This commit is contained in:
Rick Farina (Zero_Chaos) 2018-04-04 13:10:50 -04:00
parent 63ed922097
commit a80ed40f3c
No known key found for this signature in database
GPG key ID: A5DD1427DD11F94A
3 changed files with 9 additions and 6 deletions

View file

@ -0,0 +1 @@
DIST pentoo-grubtheme.tar.xz 620680 BLAKE2B 7627da925abd52fc778dec1854cd491539e0576c23c738e97f3be9a2c9e2a6fbc2ec4e11d6e480c76366fa6e2ce815c6c0e10118f9f74e93bcf3184b0caa666f SHA512 56e6d9e3a72c456f6c62381b9fd81ca05104383a8c25e09eee7876b87374e251b7cb9fc14a2c5bc74d83978b5b2f93212df2ea9f95338c4c9f9d9638346941d7

Binary file not shown.

Before

Width:  |  Height:  |  Size: 338 KiB

View file

@ -1,16 +1,16 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="6"
inherit mount-boot
#inherit mount-boot
KEYWORDS="amd64 arm x86"
DESCRIPTION="Pentoo meta ebuild to install system"
HOMEPAGE="http://www.pentoo.ch"
SLOT="0"
LICENSE="GPL-3"
SRC_URI="http://dev.pentoo.ch/~zero/distfiles/pentoo-grubtheme.tar.xz"
IUSE_VIDEO_CARDS="video_cards_nvidia video_cards_virtualbox video_cards_vmware"
IUSE="+2fa bindist enlightenment kde livecd livecd-stage1 pax_kernel qemu windows-compat +X +xfce ${IUSE_VIDEO_CARDS}"
@ -131,9 +131,11 @@ PDEPEND="${PDEPEND}
#!livecd-stage1? ( amd64? ( livecd? ( sys-fs/zfs ) ) )
src_install() {
insinto /boot/grub
doins "${FILESDIR}"/pentoo.xpm.gz
doins "${FILESDIR}"/pentoosplash.png
#insinto /boot/grub
#doins "${FILESDIR}"/pentoo.xpm.gz
insinto /usr/share/grub/themes/
doins -r pentoo
if use pax_kernel; then
dosbin "${FILESDIR}"/toggle_hardened
@ -197,7 +199,7 @@ src_install() {
pkg_postinst() {
#needed to handle the grubsplash installation
mount-boot_pkg_postinst
#mount-boot_pkg_postinst
if [[ "${REPLACING_VERSIONS}" < "2014.2" ]]; then
ewarn "Wicd has been replaced as the default network manager in favor of the"