remove virtualbox-guest-modules included now in virtualbox-host-modules

merge-requests/265/head
168912916 859421311 3 years ago
parent d53cd50bb3
commit 8cbc43524c

@ -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

@ -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

Loading…
Cancel
Save