diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-01-08 09:55:55 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-01-08 09:55:55 +0000 |
commit | a4c66ec62fe964bb5469080c997d5be22b1ff587 (patch) | |
tree | e55f3df0dfe2d3c7985f8640d98fb2ddf9256d38 /app-misc | |
parent | 1599a8ccc4a1b872f919371403ec0434b033207b (diff) |
app-misc/calamares-config-redcore : lower memory requirements for installation to 1GB, misc tweaks
Diffstat (limited to 'app-misc')
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 |