Changeset 22370 in vbox for trunk/src/VBox/Installer
- Timestamp:
- Aug 20, 2009 12:48:57 PM (15 years ago)
- Location:
- trunk/src/VBox/Installer/solaris
- Files:
-
- 2 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/solaris/Makefile.kmk
r22185 r22370 157 157 $(VBOX_PATH_SOL_INST_SRC)/vboxconfig.sh \ 158 158 $(VBOX_PATH_SOL_INST_SRC)/VBox.sh \ 159 $(VBOX_PATH_SOL_INST_SRC)/ ipsinstall.sh \159 $(VBOX_PATH_SOL_INST_SRC)/pkginstall.sh \ 160 160 $(if $(VBOX_WITH_WEBSERVICES),$(VBOX_PATH_SOL_INST_SRC)/smf-vboxwebsrv.sh,) 161 161 … … 268 268 vboxconfig.sh \ 269 269 VBox.sh \ 270 ipsinstall.sh \270 pkginstall.sh \ 271 271 $(if $(VBOX_WITH_PYTHON),vboxshell.py,) \ 272 272 $(if $(VBOX_WITH_WEBSERVICES),smf-vboxwebsrv.sh,) \ -
trunk/src/VBox/Installer/solaris/postinstall.sh
r22368 r22370 23 23 currentzone=`zonename` 24 24 if test "$currentzone" = "global"; then 25 /opt/VirtualBox/ ipsinstall.sh --srv425 /opt/VirtualBox/pkginstall.sh --srv4 26 26 rc=$? 27 27 fi
Note:
See TracChangeset
for help on using the changeset viewer.