VirtualBox

Changeset 20915 in vbox


Ignore:
Timestamp:
Jun 25, 2009 9:03:50 AM (16 years ago)
Author:
vboxsync
Message:

Solaris/Installer: only i386/amd64 please.

File:
1 edited

Legend:

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

    r20587 r20915  
    5252    if test "$cputype" = "amd64"; then
    5353        modulepath="$MODDIR64/$MODNAME"
     54    elif test "$cputype" != "i386"; then
     55        abort "VirtualBox works only on i386/amd64 architectures, not $cputype"
    5456    fi
    5557    if test -f "$modulepath"; then
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