mirror of
https://gitlab.com/prism7/archery.git
synced 2025-02-15 08:29:17 +01:00
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.
This commit is contained in:
parent
75d2c9e6c9
commit
0679958b17
1 changed files with 2 additions and 8 deletions
10
Amelia.sh
10
Amelia.sh
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Amelia Installer
|
# Amelia Installer
|
||||||
# https://gitlab.com/prism7/archery
|
# https://gitlab.com/prism7/archery
|
||||||
# Version: 8.3.0
|
# Version: 8.3.1
|
||||||
|
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
###################################################################################################
|
###################################################################################################
|
||||||
|
@ -476,7 +476,7 @@ dtct_hyper() {
|
||||||
vm_services="" ;;
|
vm_services="" ;;
|
||||||
microsoft)
|
microsoft)
|
||||||
vmpkgs="hyperv"
|
vmpkgs="hyperv"
|
||||||
vm_services="hv_fcopy_daemon hv_kvp_daemon hv_vss_daemon" ;;
|
vm_services="hv_kvp_daemon hv_vss_daemon" ;;
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
###################################################################################################
|
###################################################################################################
|
||||||
|
@ -6095,12 +6095,6 @@ CUSTOMSERV
|
||||||
displaymanager="gdm"
|
displaymanager="gdm"
|
||||||
fi
|
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
|
if arch-chroot /mnt <<-OPTIMIZED > /dev/null 2>&1 2> amelia_log.txt ; then
|
||||||
sed -i "/^#${SETLOCALE}/s/^#//" /etc/locale.gen || exit
|
sed -i "/^#${SETLOCALE}/s/^#//" /etc/locale.gen || exit
|
||||||
locale-gen || exit
|
locale-gen || exit
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue