From a4c66ec62fe964bb5469080c997d5be22b1ff587 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 8 Jan 2018 09:55:55 +0000 Subject: app-misc/calamares-config-redcore : lower memory requirements for installation to 1GB, misc tweaks --- app-misc/calamares-config-redcore/files/modules/bootloader.conf | 4 ++-- app-misc/calamares-config-redcore/files/modules/finished.conf | 2 +- app-misc/calamares-config-redcore/files/modules/users.conf | 1 + app-misc/calamares-config-redcore/files/modules/welcome.conf | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/app-misc/calamares-config-redcore/files/modules/bootloader.conf b/app-misc/calamares-config-redcore/files/modules/bootloader.conf index 0e1ff67c..2e02d7cb 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/kernel-genkernel-x86_64-4.9.53-redcore-lts" -img: "/boot/initramfs-genkernel-x86_64-4.9.53-redcore-lts" +kernel: "/boot/vmlinux-4.14.12-redcore-lts" +img: "/boot/initrd-4.14.12-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/finished.conf b/app-misc/calamares-config-redcore/files/modules/finished.conf index d930857e..dbbd88a9 100644 --- a/app-misc/calamares-config-redcore/files/modules/finished.conf +++ b/app-misc/calamares-config-redcore/files/modules/finished.conf @@ -6,7 +6,7 @@ # when Calamares exits. restartNowEnabled: true # Initial state of the checkbox "restart now". -restartNowChecked: true +restartNowChecked: false # If the checkbox is shown, and the checkbox is checked, then when # Calamares exits from the finished-page it will run this command. restartNowCommand: "shutdown -r 0" diff --git a/app-misc/calamares-config-redcore/files/modules/users.conf b/app-misc/calamares-config-redcore/files/modules/users.conf index 0ada3e54..b91ef57a 100644 --- a/app-misc/calamares-config-redcore/files/modules/users.conf +++ b/app-misc/calamares-config-redcore/files/modules/users.conf @@ -19,6 +19,7 @@ defaultGroups: - messagebus - vboxsf - vboxguest + - smbshare autologinGroup: autologin doAutologin: false setRootPassword: true diff --git a/app-misc/calamares-config-redcore/files/modules/welcome.conf b/app-misc/calamares-config-redcore/files/modules/welcome.conf index 23377f81..337d8b68 100644 --- a/app-misc/calamares-config-redcore/files/modules/welcome.conf +++ b/app-misc/calamares-config-redcore/files/modules/welcome.conf @@ -5,7 +5,7 @@ showReleaseNotesUrl: true requirements: requiredStorage: 20.0 - requiredRam: 2.0 + requiredRam: 1.0 internetCheckUrl: http://google.com check: - storage -- cgit v1.2.3