VirtualBox

Changeset 12452 in vbox


Ignore:
Timestamp:
Sep 15, 2008 8:32:39 AM (16 years ago)
Author:
vboxsync
Message:

Solaris/installer: Sigh. http://forums.virtualbox.org/viewtopic.php?t=9581

File:
1 edited

Legend:

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

    r12242 r12452  
    5151        modulepath="$MODDIR32/$MODNAME"
    5252        if test -f "$modulepath"; then
    53             abort "## Found x86 module instead of amd64. Please install the amd64 package!"
     53            abort "## Found 32-bit module instead of 64-bit. Please install the amd64 package!"
    5454        fi
    5555    else
     
    5757        modulepath="$MODDIR64/$MODNAME"
    5858        if test -f "$modulepath"; then
    59             abort "## Found amd64 module instead of x86. Please install the x86 package!"
     59            abort "## Found 64-bit module instead of 32-bit. Please install the x86 package!"
    6060        fi
    6161    fi
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