From 0679958b17d8c8fbb03b59c99871435815e9bada Mon Sep 17 00:00:00 2001 From: Jane Doe Date: Thu, 2 Jan 2025 14:40:01 +0000 Subject: [PATCH] Fix: Fixed an issue where the installer tries to enable a no-longer-existing service when Microsoft's 'Hyper-V' is detected. Fix: 'Minimal Plasma / Minimal Gnome' setups: > Fixed an issue where the installer tries to set 'Performance' mode during installation, on an unsupported Intel cpu, using the 'x86_energy_perf_policy' package. --- Amelia.sh | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/Amelia.sh b/Amelia.sh index 279d3be..9d9b8bc 100644 --- a/Amelia.sh +++ b/Amelia.sh @@ -2,7 +2,7 @@ # Amelia Installer # https://gitlab.com/prism7/archery -# Version: 8.3.0 +# Version: 8.3.1 set -euo pipefail ################################################################################################### @@ -476,7 +476,7 @@ dtct_hyper() { vm_services="" ;; microsoft) vmpkgs="hyperv" - vm_services="hv_fcopy_daemon hv_kvp_daemon hv_vss_daemon" ;; + vm_services="hv_kvp_daemon hv_vss_daemon" ;; esac } ################################################################################################### @@ -6095,12 +6095,6 @@ CUSTOMSERV displaymanager="gdm" fi - if [[ -n "${nrg_plc}" ]]; then - arch-chroot /mnt <<-NRG > /dev/null 2>&1 2> amelia_log.txt - ${nrg_plc} performance -NRG - fi - if arch-chroot /mnt <<-OPTIMIZED > /dev/null 2>&1 2> amelia_log.txt ; then sed -i "/^#${SETLOCALE}/s/^#//" /etc/locale.gen || exit locale-gen || exit