From b42f57d52d9d0b3de3500bc6bb8914977a9730d1 Mon Sep 17 00:00:00 2001 From: Oleksandr B <2480-beliys@users.noreply.gitlab.manjaro.org> Date: Fri, 20 Jan 2023 11:43:07 +0000 Subject: [PATCH] remove deprecated virtualbox-guest-modules --- lib/util-desktop.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lib/util-desktop.sh b/lib/util-desktop.sh index cefdaac..26b3c9f 100644 --- a/lib/util-desktop.sh +++ b/lib/util-desktop.sh @@ -552,11 +552,6 @@ setup_modules() { echo "KERNEL-rtl8723bu" >> /tmp/.modules fi - if systemd-detect-virt | grep -q "oracle"; then - # For virtualbox - echo "KERNEL-virtualbox-guest-modules" >> /tmp/.modules - fi - if dmidecode -t system | grep -q -i "ThinkPad"; then # For thinkpads echo "KERNEL-tp_smapi" >> /tmp/.modules