VirtualBox

Changeset 97405 in vbox for trunk/src/VBox/HostDrivers/linux


Ignore:
Timestamp:
Nov 4, 2022 5:40:02 PM (2 years ago)
Author:
vboxsync
Message:

Linux: startup scripts: prevent kernel build system from compressing modules on install, bugref:10287.

Let's have installed modules uncompressed regardless kernel configuration.
So, we can deal with modules signing and signature verification if kernel
was configured with one of CONFIG_MODULE_COMPRESS_XXX set.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/linux/build_in_tmp

    r96407 r97405  
    8888# make, cleanup if success
    8989cd "$tmpdir"
    90 if make "-j`echo ${MAKE_JOBS}`" "$@" ${MAKE_EXTRAOPTS}; then  # strip leading space from "MAKE_JOBS"
     90if make CONFIG_MODULE_COMPRESS_GZIP= CONFIG_MODULE_COMPRESS_XZ= CONFIG_MODULE_COMPRESS_ZSTD= "-j`echo ${MAKE_JOBS}`" "$@" ${MAKE_EXTRAOPTS}; then  # strip leading space from "MAKE_JOBS"
    9191  if [ -n "$SAVE_MOD_SYMVERS" ]; then
    9292    if [ -f Module.symvers ]; 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