From 70139af73e00592d6d45a4971884ecb3585c1dd9 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 9 Feb 2021 11:18:01 +0000 Subject: app-misc/calamares-config-redcore : version bump --- .../calamares-config-redcore-314-r4.ebuild | 24 ---------------------- .../calamares-config-redcore-314-r5.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-314-r4.ebuild create mode 100644 app-misc/calamares-config-redcore/calamares-config-redcore-314-r5.ebuild (limited to 'app-misc') diff --git a/app-misc/calamares-config-redcore/calamares-config-redcore-314-r4.ebuild b/app-misc/calamares-config-redcore/calamares-config-redcore-314-r4.ebuild deleted file mode 100644 index 9f6639d2..00000000 --- a/app-misc/calamares-config-redcore/calamares-config-redcore-314-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-314-r5.ebuild b/app-misc/calamares-config-redcore/calamares-config-redcore-314-r5.ebuild new file mode 100644 index 00000000..9f6639d2 --- /dev/null +++ b/app-misc/calamares-config-redcore/calamares-config-redcore-314-r5.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 4ce4526b..789b7918 100644 --- a/app-misc/calamares-config-redcore/files/modules/bootloader.conf +++ b/app-misc/calamares-config-redcore/files/modules/bootloader.conf @@ -8,8 +8,8 @@ efiBootLoader: "grub" # systemd-boot configuration files settings, set kernel and initramfs file names # and amount of time before default selection boots -kernel: "/boot/vmlinuz-5.10.5-redcore-lts" -img: "/boot/initrd-5.10.5-redcore-lts" +kernel: "/boot/vmlinuz-5.10.11-redcore-lts" +img: "/boot/initrd-5.10.11-redcore-lts" timeout: "10" # Optionally set the menu entry name and kernel name to use in systemd-boot. -- cgit v1.2.3