VirtualBox

Ignore:
Timestamp:
Mar 31, 2017 7:09:38 PM (8 years ago)
Author:
vboxsync
Message:

bugref:7498: create guest additions in rpm format for Oracle Linux: add a configuration file option to skip building the kernel modules for use in an rpm package containing the non-modules part of the Additions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/linux/installer/vboxadd.sh

    r65872 r66388  
    435435    chcon -t bin_t "$BUILDINTMP" > /dev/null 2>&1
    436436
    437     if setup_modules; then
     437    if test -n "${INSTALL_NO_MODULE_BUILDS}" || setup_modules; then
    438438        mod_succ=0
    439439    else
     
    442442    test -n "${QUICKSETUP}" && return "${mod_succ}"
    443443    extra_setup
     444    test -n "${INSTALL_NO_MODULE_BUILDS}" && return 0
    444445    if [ "$mod_succ" -eq "0" ]; then
    445446        if running_vboxguest || running_vboxadd; then
Note: See TracChangeset for help on using the changeset viewer.

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