From 198c353bad70bd368d416154c6d1ad8114feebf1 Mon Sep 17 00:00:00 2001 From: ericbsd Date: Sun, 25 Jan 2026 22:35:09 -0400 Subject: [PATCH] Remove VirtualBox service automation from `setup_virtualbox` - Removed calls to `enable_rc_conf` and `start_service_safe` for `vboxguest` and `vboxservice` within `setup_virtualbox`. Not supported with Xlibre at this moment. --- bin/xconfig | 8 -------- 1 file changed, 8 deletions(-) diff --git a/bin/xconfig b/bin/xconfig index e0f2593..9ec5e38 100755 --- a/bin/xconfig +++ b/bin/xconfig @@ -781,14 +781,6 @@ setup_nvidia_304() { setup_virtualbox() { log INFO "Setting up VirtualBox environment" - # Enable required rc.conf settings - enable_rc_conf "vboxguest_enable" "YES" - enable_rc_conf "vboxservice_enable" "YES" - - # Start services - start_service_safe "vboxguest" - start_service_safe "vboxservice" - # Remove xorg.conf to allow auto-detection backup_xorg_conf rm -f "$XORG_CONF"