Searched refs:HOST_OS_MAJORVERSION (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Installer/solaris/
H A Dvboxconfig.sh256 HOST_OS_MAJORVERSION="12"
258 HOST_OS_MAJORVERSION="11"
267 HOST_OS_MAJORVERSION=`echo "$BRANCH_VERSION" | cut -f2 -d'-' | cut -f1,2 -d'.'`
268 if test "$HOST_OS_MAJORVERSION" = "5.12"; then
269 HOST_OS_MAJORVERSION="12"
285 if test "$HOST_OS_MAJORVERSION" -eq 12; then
287 elif test "$HOST_OS_MAJORVERSION" -eq 11; then
290 errorprint "Solaris kernel major version $HOST_OS_MAJORVERSION not supported."
306 HOST_OS_MAJORVERSION=`uname -r`
307 if test -z "$HOST_OS_MAJORVERSION" || tes
[all...]

Completed in 41 milliseconds