mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-22 14:51:14 +02:00
pentoo-system: add grub2 theme
This commit is contained in:
parent
63ed922097
commit
a80ed40f3c
3 changed files with 9 additions and 6 deletions
1
pentoo/pentoo-system/Manifest
Normal file
1
pentoo/pentoo-system/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST pentoo-grubtheme.tar.xz 620680 BLAKE2B 7627da925abd52fc778dec1854cd491539e0576c23c738e97f3be9a2c9e2a6fbc2ec4e11d6e480c76366fa6e2ce815c6c0e10118f9f74e93bcf3184b0caa666f SHA512 56e6d9e3a72c456f6c62381b9fd81ca05104383a8c25e09eee7876b87374e251b7cb9fc14a2c5bc74d83978b5b2f93212df2ea9f95338c4c9f9d9638346941d7
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 338 KiB |
|
|
@ -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"
|
||||
Loading…
Reference in a new issue