From 63fa236a7c452e9819a1e937e69847b2f8696a09 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 2 Jun 2017 13:22:38 +0100 Subject: adjust calamares-config-redcore && calamares-runtime packages to v3.1.0 of calamares --- app-misc/calamares-config-redcore/files/modules/bootloader.conf | 4 ++-- app-misc/calamares-config-redcore/files/modules/machineid.conf | 8 ++++++++ app-misc/calamares-config-redcore/files/modules/users.conf | 1 - app-misc/calamares-config-redcore/files/modules/welcome.conf | 1 + 4 files changed, 11 insertions(+), 3 deletions(-) create mode 100644 app-misc/calamares-config-redcore/files/modules/machineid.conf (limited to 'app-misc/calamares-config-redcore/files') diff --git a/app-misc/calamares-config-redcore/files/modules/bootloader.conf b/app-misc/calamares-config-redcore/files/modules/bootloader.conf index 5798c14f..85db8995 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.15-redcore" -img: "/boot/initramfs-genkernel-x86_64-4.9.15-redcore" +kernel: "/boot/kernel-genkernel-x86_64-4.9.30-redcore" +img: "/boot/initramfs-genkernel-x86_64-4.9.30-redcore" 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/machineid.conf b/app-misc/calamares-config-redcore/files/modules/machineid.conf new file mode 100644 index 00000000..341caf7e --- /dev/null +++ b/app-misc/calamares-config-redcore/files/modules/machineid.conf @@ -0,0 +1,8 @@ +--- +# Whether to create /etc/machine-id for systemd. +systemd: false +# Whether to create /var/lib/dbus/machine-id for D-Bus. +dbus: true +# Whether /var/lib/dbus/machine-id should be a symlink to /etc/machine-id +# (ignored if dbus is false, or if there is no /etc/machine-id to point to). +symlink: true diff --git a/app-misc/calamares-config-redcore/files/modules/users.conf b/app-misc/calamares-config-redcore/files/modules/users.conf index 048a3d75..6c220e27 100644 --- a/app-misc/calamares-config-redcore/files/modules/users.conf +++ b/app-misc/calamares-config-redcore/files/modules/users.conf @@ -1,5 +1,4 @@ --- -userGroup: users defaultGroups: - lp - video diff --git a/app-misc/calamares-config-redcore/files/modules/welcome.conf b/app-misc/calamares-config-redcore/files/modules/welcome.conf index 7e4f3404..d7940420 100644 --- a/app-misc/calamares-config-redcore/files/modules/welcome.conf +++ b/app-misc/calamares-config-redcore/files/modules/welcome.conf @@ -6,6 +6,7 @@ showReleaseNotesUrl: true requirements: requiredStorage: 10.0 requiredRam: 1.0 + internetCheckUrl: http://google.com check: - storage - ram -- cgit v1.2.3