VirtualBox

Changeset 74259 in vbox for trunk


Ignore:
Timestamp:
Sep 14, 2018 7:59:16 AM (6 years ago)
Author:
vboxsync
Message:

Additions/Solaris: adjust installer now that vboxvideo is upstream.
ticketref:17966: GuestAddition error
As of X.Org Server 1.19, Solaris provides a driver for the VirtualBox guest
graphics device itself, so we do not need to install it as part of the
Additions. However the message in the installer did not reflect this.
This change corrects that and stops the installer returning failure in this
case as well.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/solaris/Installer/postinstall.sh

    r69500 r74259  
    159159        retval=2
    160160    elif test ! -f "$vboxadditions32_path/$vboxvideo_src" && test ! -f "$vboxadditions64_path/$vboxvideo_src"; then
    161         echo "*** $vboxadditions32_path/$vboxvideo_src or $vboxadditions64_path/$vboxvideo_src not found!"
    162         echo "*** X.org $xorgversion not supported by this package!"
    163         echo "*** Failed to install the VirtualBox X.org drivers."
    164 
    165         # Exit as partially failed installation
    166         retval=2
     161        # Xorg 1.19 and later already contain a driver for vboxvideo.
     162        echo "As of X.Org Server 1.19, the VirtualBox graphics driver (vboxvideo) is part"
     163        echo "of Solaris.  Please install it from the package repository if necessary."
    167164    else
    168165        echo "Installing video driver for X.Org $xorgversion..."
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