Change: All Vanilla desktop setups: Do not enable 'bluetooth.service' when running inside a VM.

This commit is contained in:
Jane Doe
2025-03-03 15:13:04 +00:00
parent e72d9226bc
commit 9926f74007
+3 -1
View File
@@ -2,7 +2,7 @@
# Amelia Installer # Amelia Installer
# Source: https://gitlab.com/prism7/archery # Source: https://gitlab.com/prism7/archery
# Version: 8.9.1 # Version: 8.9.2
set -euo pipefail set -euo pipefail
################################################################################################### ###################################################################################################
@@ -6177,6 +6177,7 @@ SLICK
fi fi
fi fi
if [[ "${vendor}" != "Virtual Machine" ]]; then
if [[ -n "${bluetooth}" ]]; then if [[ -n "${bluetooth}" ]]; then
local stage_prompt="Bluetooth Service Activation" local stage_prompt="Bluetooth Service Activation"
if arch-chroot /mnt <<-BLUETOOTH > /dev/null 2>&1 2> amelia_log.txt ; then if arch-chroot /mnt <<-BLUETOOTH > /dev/null 2>&1 2> amelia_log.txt ; then
@@ -6187,6 +6188,7 @@ BLUETOOTH
stage_fail stage_fail
fi fi
fi fi
fi
if [[ -n "${displaymanager}" ]]; then if [[ -n "${displaymanager}" ]]; then
local stage_prompt="Display Manager Service Activation" local stage_prompt="Display Manager Service Activation"