Changeset 20269 in vbox for trunk/src/VBox/Installer
- Timestamp:
- Jun 4, 2009 11:31:33 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 48140
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/solaris/postinstall.sh
r20264 r20269 31 31 currentzone=`zonename` 32 32 if test "$currentzone" = "global"; then 33 echo " Configuring VirtualBox kernel modules..."33 echo "Loading VirtualBox kernel modules..." 34 34 /opt/VirtualBox/vboxdrv.sh stopall silentunload checkarch 35 35 rc=$? … … 80 80 # one suceeds and it appears as though the new one is being used. 81 81 if test "$rc" -ne 0; then 82 echo "## Configurationfailed. Aborting installation."82 echo "## Loading failed. Aborting installation." 83 83 exit 2 84 84 fi
Note:
See TracChangeset
for help on using the changeset viewer.