Changeset 18265 in vbox for trunk/src/VBox/Additions/solaris/Installer/vboxguest.sh
- Timestamp:
- Mar 25, 2009 5:09:08 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/solaris/Installer/vboxguest.sh
r17579 r18265 1 1 #!/bin/sh 2 # Sun xVMVirtualBox2 # Sun VirtualBox 3 3 # VirtualBox Guest Additions kernel module control script for Solaris. 4 4 # 5 # Copyright (C) 2008 Sun Microsystems, Inc.5 # Copyright (C) 2008-2009 Sun Microsystems, Inc. 6 6 # 7 7 # This file is part of VirtualBox Open Source Edition (OSE), as … … 40 40 { 41 41 cputype=`isainfo -k` 42 modulepath="$MODDIR32/$MODNAME" 42 modulepath="$MODDIR32/$MODNAME" 43 43 if test "$cputype" = "amd64"; then 44 44 modulepath="$MODDIR64/$MODNAME"
Note:
See TracChangeset
for help on using the changeset viewer.