Changeset 43962 in vbox
- Timestamp:
- Nov 26, 2012 1:49:51 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/solaris/vboxconfig.sh
r43938 r43962 625 625 # If the force-install files exists, install blindly 626 626 if test -f "$PKG_INSTALL_ROOT/etc/vboxinst_vboxflt"; then 627 subprint "Detected: Force-load file $PKG_INSTALL_ROOT/etc/vboxinst_vboxflt." 627 628 load_vboxflt 628 629 elif test -f "$PKG_INSTALL_ROOT/etc/vboxinst_vboxbow"; then 629 infoprint "here"630 subprint "Detected: Force-load file $PKG_INSTALL_ROOT/etc/vboxinst_vboxbow." 630 631 load_vboxbow 631 632 else
Note:
See TracChangeset
for help on using the changeset viewer.