VirtualBox

Changeset 9278 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jun 2, 2008 5:07:06 AM (17 years ago)
Author:
vboxsync
Message:

Solaris installer: Added check for xVM Dom0.

File:
1 edited

Legend:

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

    r8867 r9278  
    1717# additional information or have any questions.
    1818#
     19
     20# Check for xVM/Xen
     21currentisa=`uname -i`
     22if test "$currentisa" = "i86xpv"; then
     23    echo "## VirtualBox cannot run under xVM Dom0! Fatal Error, Aborting installation!"
     24    exit 2
     25fi
    1926
    2027currentzone=`zonename`
     
    5057
    5158# We need to touch the desktop link inorder to add it to the menu right away
    52 if test -f /usr/share/applications/virtualbox.desktop; then
     59if test -f /usr/share/applications/virtualbox.desktop && test "$currentzone" = "global"; then
    5360    touch /usr/share/applications/virtualbox.desktop
    5461fi
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