diff options
author | V3n3RiX <venerix@rogentos.ro> | 2016-03-06 17:26:03 +0000 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2016-03-06 17:26:03 +0000 |
commit | c023f1ef70f8809f41d6c2d7beadb8be7e58264b (patch) | |
tree | e24db681a7f9525a16108e4a1ecda3acebbfc390 /app-misc/calamares-config-kogaion/files | |
parent | 0232906577385c95265bb5377c90d4262469c19a (diff) |
fix bootloader and list of packages to remove during installation
Diffstat (limited to 'app-misc/calamares-config-kogaion/files')
-rw-r--r-- | app-misc/calamares-config-kogaion/files/modules/bootloader.conf | 4 | ||||
-rw-r--r-- | app-misc/calamares-config-kogaion/files/modules/packages.conf | 3 |
2 files changed, 5 insertions, 2 deletions
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 |