Changeset 20915 in vbox
- Timestamp:
- Jun 25, 2009 9:03:50 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/solaris/vboxdrv.sh
r20587 r20915 52 52 if test "$cputype" = "amd64"; then 53 53 modulepath="$MODDIR64/$MODNAME" 54 elif test "$cputype" != "i386"; then 55 abort "VirtualBox works only on i386/amd64 architectures, not $cputype" 54 56 fi 55 57 if test -f "$modulepath"; then
Note:
See TracChangeset
for help on using the changeset viewer.