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