- Timestamp:
- May 23, 2018 11:18:37 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/solaris/vboxconfig.sh
r72294 r72295 254 254 STR_OSVER=`uname -v` 255 255 case "$STR_OSVER" in 256 # First check 'uname -v' and weed out the recognized, unofficial distros of Solaris256 # First check 'uname -v' and weed out the recognized, unofficial distros of Solaris 257 257 omnios*|oi_*|illumos*) 258 258 get_unofficial_sysinfo 259 259 return 0 260 260 ;; 261 # Quick escape workaround for Solaris 11.4+, changes the pkg FMRI (yet again). See BugDB #26494983.261 # Quick escape workaround for Solaris 11.4+, changes the pkg FMRI (yet again). See BugDB #26494983. 262 262 11.4.* | 11.5.*) 263 263 get_s11_4_or_newer_sysinfo
Note:
See TracChangeset
for help on using the changeset viewer.