Changeset 66388 in vbox for trunk/src/VBox/Additions/linux/installer
- Timestamp:
- Mar 31, 2017 7:09:38 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/installer/vboxadd.sh
r65872 r66388 435 435 chcon -t bin_t "$BUILDINTMP" > /dev/null 2>&1 436 436 437 if setup_modules; then437 if test -n "${INSTALL_NO_MODULE_BUILDS}" || setup_modules; then 438 438 mod_succ=0 439 439 else … … 442 442 test -n "${QUICKSETUP}" && return "${mod_succ}" 443 443 extra_setup 444 test -n "${INSTALL_NO_MODULE_BUILDS}" && return 0 444 445 if [ "$mod_succ" -eq "0" ]; then 445 446 if running_vboxguest || running_vboxadd; then
Note:
See TracChangeset
for help on using the changeset viewer.