From c53089dc3a7fb92cf5573288ceb5d13fa2caec80 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 6 Jan 2019 12:14:48 +0000 Subject: app-misc/calamares-config-redcore : version bump --- .../calamares-config-redcore-1337-r1.ebuild | 24 ++++++++++++++++++++++ .../calamares-config-redcore-1337.ebuild | 24 ---------------------- .../files/modules/bootloader.conf | 4 ++-- 3 files changed, 26 insertions(+), 26 deletions(-) create mode 100644 app-misc/calamares-config-redcore/calamares-config-redcore-1337-r1.ebuild delete mode 100644 app-misc/calamares-config-redcore/calamares-config-redcore-1337.ebuild (limited to 'app-misc') diff --git a/app-misc/calamares-config-redcore/calamares-config-redcore-1337-r1.ebuild b/app-misc/calamares-config-redcore/calamares-config-redcore-1337-r1.ebuild new file mode 100644 index 00000000..9f6639d2 --- /dev/null +++ b/app-misc/calamares-config-redcore/calamares-config-redcore-1337-r1.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/calamares-config-redcore-1337.ebuild b/app-misc/calamares-config-redcore/calamares-config-redcore-1337.ebuild deleted file mode 100644 index 9f6639d2..00000000 --- a/app-misc/calamares-config-redcore/calamares-config-redcore-1337.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/files/modules/bootloader.conf b/app-misc/calamares-config-redcore/files/modules/bootloader.conf index 02de5901..805b7182 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/vmlinux-4.14.50-redcore-lts" -img: "/boot/initrd-4.14.50-redcore-lts" +kernel: "/boot/vmlinuz-4.14.90-redcore-lts" +img: "/boot/initrd-4.14.90-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