- Timestamp:
- Sep 14, 2018 7:59:16 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/solaris/Installer/postinstall.sh
r69500 r74259 159 159 retval=2 160 160 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." 167 164 else 168 165 echo "Installing video driver for X.Org $xorgversion..."
Note:
See TracChangeset
for help on using the changeset viewer.