VirtualBox

Ignore:
Timestamp:
Jul 30, 2012 4:47:16 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
79595
Message:

Additions/solaris/installer: complete installation even if modules fail to attach.

File:
1 edited

Legend:

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

    r42458 r42459  
    115115        info "VirtualBox guest kernel module loaded."
    116116    else
    117         abort "Aborting due to attach failure."
     117        info "VirtualBox guest kernel module failed to attach."
    118118    fi
    119119}
     
    136136        /usr/sbin/modload -p fs/$VFSMODNAME || abort "Failed to load VirtualBox FileSystem kernel module."
    137137        if test ! vboxfs_loaded; then
    138             abort "Failed to load VirtualBox FileSystem kernel module."
     138            info "Failed to load VirtualBox FileSystem kernel module."
    139139        else
    140140            info "VirtualBox FileSystem kernel module loaded."
     
    164164        info "VirtualBox pointer integration module loaded."
    165165    else
    166         abort "Aborting due to attach failure."
     166        info "VirtualBox pointer integration module failed to attach."
    167167    fi
    168168}
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette