Changeset 42459 in vbox for trunk/src/VBox/Additions/solaris
- Timestamp:
- Jul 30, 2012 4:47:16 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 79595
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/solaris/Installer/vboxguest.sh
r42458 r42459 115 115 info "VirtualBox guest kernel module loaded." 116 116 else 117 abort "Aborting due to attach failure."117 info "VirtualBox guest kernel module failed to attach." 118 118 fi 119 119 } … … 136 136 /usr/sbin/modload -p fs/$VFSMODNAME || abort "Failed to load VirtualBox FileSystem kernel module." 137 137 if test ! vboxfs_loaded; then 138 abort"Failed to load VirtualBox FileSystem kernel module."138 info "Failed to load VirtualBox FileSystem kernel module." 139 139 else 140 140 info "VirtualBox FileSystem kernel module loaded." … … 164 164 info "VirtualBox pointer integration module loaded." 165 165 else 166 abort "Aborting due to attach failure."166 info "VirtualBox pointer integration module failed to attach." 167 167 fi 168 168 }
Note:
See TracChangeset
for help on using the changeset viewer.