VirtualBox

Changeset 108166 in vbox


Ignore:
Timestamp:
Feb 11, 2025 5:13:34 PM (8 days ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
167479
Message:

Additions: Linux: rcvboxadd: Fix typo when checking if vboxvideo module is loaded, bugref:10359.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/linux/installer/vboxadd.sh

    r107963 r108166  
    10481048    if [ $? -eq 0 ]; then
    10491049        gpu_vendor=$(lspci | grep 'VGA compatible controller' | cut -d ' ' -f 5 2>/dev/null)
    1050         if [ "gpu_vendor" = "InnoTek" ]; then
     1050        if [ "$gpu_vendor" = "InnoTek" ]; then
    10511051            check_running_module "vboxvideo"
    10521052        else
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette