Searched refs:PKG_INSTALL_ROOT (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Installer/solaris/
H A Dpreremove.sh24 ${PKG_INSTALL_ROOT:=/}/opt/VirtualBox/vboxconfig.sh --preremove
H A Dpkginstall.sh39 # If PKG_INSTALL_ROOT is undefined or NULL, redefine to '/' and carry on.
40 ${PKG_INSTALL_ROOT:=/}/opt/VirtualBox/vboxconfig.sh --preremove --fatal ${ISIPS} ${DEBUGOPT}
44 $PKG_INSTALL_ROOT/opt/VirtualBox/vboxconfig.sh --postinstall ${DEBUGOPT}
H A Dpostinstall.sh23 ${PKG_INSTALL_ROOT:=/}/opt/VirtualBox/pkginstall.sh --srv4 ${DEBUGOPT}
27 # installf inherits ${PKG_INSTALL_ROOT} from pkgadd, no need to explicitly specify
H A Dvboxconfig.sh29 DIR_VBOXBASE="$PKG_INSTALL_ROOT/opt/VirtualBox"
30 DIR_CONF="$PKG_INSTALL_ROOT/platform/i86pc/kernel/drv"
31 DIR_MOD_32="$PKG_INSTALL_ROOT/platform/i86pc/kernel/drv"
323 errorprint "Cannot determine Solaris version on remote target $PKG_INSTALL_ROOT"
332 errorprint "Remote target $PKG_INSTALL_ROOT is not Solaris 10."
381 $BIN_BOOTADM update-archive -R "$PKG_INSTALL_ROOT" > /dev/null
398 loadentry=`cat "$PKG_INSTALL_ROOT/etc/name_to_major" | grep "$1 "`
628 if test -f "$PKG_INSTALL_ROOT/etc/devlink.tab"; then
629 sed -e '/name=vboxdrv/d' -e '/name=vboxdrvu/d' "$PKG_INSTALL_ROOT/etc/devlink.tab" > "$PKG_INSTALL_ROOT/et
[all...]
H A Dcheckinstall.sh67 if test "x${PKG_INSTALL_ROOT:=/}" != "x/"; then
68 BASEDIR_OPT="-R $PKG_INSTALL_ROOT"

Completed in 62 milliseconds