From 2d473748ba47a39c9ba689b4957f44ca6e2bd92d Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 8 Oct 2017 18:03:40 +0100 Subject: r1710 revision bump --- .../calamares-config-redcore-1708-r4.ebuild | 24 ---------------------- .../calamares-config-redcore-1710.ebuild | 24 ++++++++++++++++++++++ .../files/modules/bootloader.conf | 4 ++-- 3 files changed, 26 insertions(+), 26 deletions(-) delete mode 100644 app-misc/calamares-config-redcore/calamares-config-redcore-1708-r4.ebuild create mode 100644 app-misc/calamares-config-redcore/calamares-config-redcore-1710.ebuild (limited to 'app-misc/calamares-config-redcore') diff --git a/app-misc/calamares-config-redcore/calamares-config-redcore-1708-r4.ebuild b/app-misc/calamares-config-redcore/calamares-config-redcore-1708-r4.ebuild deleted file mode 100644 index 9f6639d2..00000000 --- a/app-misc/calamares-config-redcore/calamares-config-redcore-1708-r4.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -DESCRIPTION="Redcore Linux Calamares modules config" -HOMEPAGE="" -SRC_URI="" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND="app-admin/calamares" - -S="${FILESDIR}" - -src_install() { - dodir "/etc/calamares" || die - insinto "/etc/calamares" || die - doins -r "${S}/"* || die -} diff --git a/app-misc/calamares-config-redcore/calamares-config-redcore-1710.ebuild b/app-misc/calamares-config-redcore/calamares-config-redcore-1710.ebuild new file mode 100644 index 00000000..9f6639d2 --- /dev/null +++ b/app-misc/calamares-config-redcore/calamares-config-redcore-1710.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +DESCRIPTION="Redcore Linux Calamares modules config" +HOMEPAGE="" +SRC_URI="" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="" + +RDEPEND="app-admin/calamares" + +S="${FILESDIR}" + +src_install() { + dodir "/etc/calamares" || die + insinto "/etc/calamares" || die + doins -r "${S}/"* || die +} diff --git a/app-misc/calamares-config-redcore/files/modules/bootloader.conf b/app-misc/calamares-config-redcore/files/modules/bootloader.conf index f3917c6e..0e1ff67c 100644 --- a/app-misc/calamares-config-redcore/files/modules/bootloader.conf +++ b/app-misc/calamares-config-redcore/files/modules/bootloader.conf @@ -5,8 +5,8 @@ efiBootLoader: "grub" # systemd-boot configuration files settings, set kernel and initramfs file names # and amount of time before default selection boots -kernel: "/boot/kernel-genkernel-x86_64-4.9.40-redcore-lts" -img: "/boot/initramfs-genkernel-x86_64-4.9.40-redcore-lts" +kernel: "/boot/kernel-genkernel-x86_64-4.9.53-redcore-lts" +img: "/boot/initramfs-genkernel-x86_64-4.9.53-redcore-lts" timeout: "10" # Optionally set the menu entry name and kernel name to use in systemd-boot. # If not specified here, these settings will be taken from branding.desc. -- cgit v1.2.3