From c023f1ef70f8809f41d6c2d7beadb8be7e58264b Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 6 Mar 2016 17:26:03 +0000 Subject: fix bootloader and list of packages to remove during installation --- app-misc/calamares-config-kogaion/files/modules/bootloader.conf | 4 ++-- app-misc/calamares-config-kogaion/files/modules/packages.conf | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'app-misc') diff --git a/app-misc/calamares-config-kogaion/files/modules/bootloader.conf b/app-misc/calamares-config-kogaion/files/modules/bootloader.conf index 8ee8e661..c0f5ba9f 100644 --- a/app-misc/calamares-config-kogaion/files/modules/bootloader.conf +++ b/app-misc/calamares-config-kogaion/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/bzImage" -img: "/boot/Initrd" +kernel: "/boot/kernel-genkernel-x86_64-3.14.50-kogaion" +img: "/boot/initramfs-3.14.50-kogaion.img" 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-kogaion/files/modules/packages.conf b/app-misc/calamares-config-kogaion/files/modules/packages.conf index ad0ea365..aeae5c3c 100644 --- a/app-misc/calamares-config-kogaion/files/modules/packages.conf +++ b/app-misc/calamares-config-kogaion/files/modules/packages.conf @@ -49,12 +49,15 @@ operations: - dev-qt/qtwidgets:5 - dev-qt/qtxml:5 - dev-qt/qtxmlpatterns:5 + - kde-frameworks/extra-cmake-modules - kde-frameworks/kconfig - kde-frameworks/kcoreaddons - kde-frameworks/kf-env - kde-frameworks/ki18n - kde-frameworks/solid + - sys-apps/dmidecode - sys-auth/polkit-qt5 + - sys-boot/os-prober - x11-themes/kogaion-artwork-calamares # - install: # - pkg1 -- cgit v1.2.3