From 2eb67a48c14046fb54802f023f797adb9e53d8c0 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 1 Jul 2018 10:05:33 +0100 Subject: app-misc/calamares-config-redcore : adjust for new release --- .../calamares-config-redcore-1337.ebuild | 24 ++++++++++++++++++++++ .../calamares-config-redcore-1803.ebuild | 24 ---------------------- .../files/modules/bootloader.conf | 4 ++-- .../files/modules/users.conf | 2 -- 4 files changed, 26 insertions(+), 28 deletions(-) create mode 100644 app-misc/calamares-config-redcore/calamares-config-redcore-1337.ebuild delete mode 100644 app-misc/calamares-config-redcore/calamares-config-redcore-1803.ebuild (limited to 'app-misc') diff --git a/app-misc/calamares-config-redcore/calamares-config-redcore-1337.ebuild b/app-misc/calamares-config-redcore/calamares-config-redcore-1337.ebuild new file mode 100644 index 00000000..9f6639d2 --- /dev/null +++ b/app-misc/calamares-config-redcore/calamares-config-redcore-1337.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-1803.ebuild b/app-misc/calamares-config-redcore/calamares-config-redcore-1803.ebuild deleted file mode 100644 index 9f6639d2..00000000 --- a/app-misc/calamares-config-redcore/calamares-config-redcore-1803.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 4e787a03..02de5901 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.30-redcore-lts" -img: "/boot/initrd-4.14.30-redcore-lts" +kernel: "/boot/vmlinux-4.14.50-redcore-lts" +img: "/boot/initrd-4.14.50-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. diff --git a/app-misc/calamares-config-redcore/files/modules/users.conf b/app-misc/calamares-config-redcore/files/modules/users.conf index b91ef57a..c4c3c475 100644 --- a/app-misc/calamares-config-redcore/files/modules/users.conf +++ b/app-misc/calamares-config-redcore/files/modules/users.conf @@ -17,8 +17,6 @@ defaultGroups: - plugdev - portage - messagebus - - vboxsf - - vboxguest - smbshare autologinGroup: autologin doAutologin: false -- cgit v1.2.3