Changeset 9278 in vbox for trunk/src/VBox
- Timestamp:
- Jun 2, 2008 5:07:06 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/solaris/postinstall.sh
r8867 r9278 17 17 # additional information or have any questions. 18 18 # 19 20 # Check for xVM/Xen 21 currentisa=`uname -i` 22 if test "$currentisa" = "i86xpv"; then 23 echo "## VirtualBox cannot run under xVM Dom0! Fatal Error, Aborting installation!" 24 exit 2 25 fi 19 26 20 27 currentzone=`zonename` … … 50 57 51 58 # 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 ; then59 if test -f /usr/share/applications/virtualbox.desktop && test "$currentzone" = "global"; then 53 60 touch /usr/share/applications/virtualbox.desktop 54 61 fi
Note:
See TracChangeset
for help on using the changeset viewer.