diff --git a/lib/util-base.sh b/lib/util-base.sh index 08e4bac..8ad2d91 100644 --- a/lib/util-base.sh +++ b/lib/util-base.sh @@ -245,7 +245,6 @@ install_base() { "KERNEL-rt3562sta" "-" off \ "KERNEL-tp_smapi" "-" off \ "KERNEL-vhba-module" "-" off \ - "KERNEL-virtualbox-guest-modules" "-" off \ "KERNEL-virtualbox-host-modules" "-" off \ "KERNEL-spl" "-" $zfs_is_checked \ "KERNEL-zfs" "-" $zfs_is_checked 2>/tmp/.modules || return 0 diff --git a/lib/util-desktop.sh b/lib/util-desktop.sh index 6f64e54..5b0343b 100644 --- a/lib/util-desktop.sh +++ b/lib/util-desktop.sh @@ -291,7 +291,6 @@ install_desktop() { # "KERNEL-rt3562sta" "-" off \ # "KERNEL-tp_smapi" "-" off \ # "KERNEL-vhba-module" "-" off \ - # "KERNEL-virtualbox-guest-modules" "-" off \ # "KERNEL-virtualbox-host-modules" "-" off \ # "KERNEL-spl" "-" $zfs_is_checked \ # "KERNEL-zfs" "-" $zfs_is_checked 2>/tmp/.modules || return 0 @@ -555,7 +554,7 @@ setup_modules() { if systemd-detect-virt | grep -q "oracle"; then # For virtualbox - echo "KERNEL-virtualbox-guest-modules" >> /tmp/.modules + echo "KERNEL-virtualbox-host-modules" >> /tmp/.modules fi if dmidecode -t system | grep -q -i "ThinkPad"; then