VirtualBox

Changeset 51193 in vbox


Ignore:
Timestamp:
May 6, 2014 10:02:16 AM (11 years ago)
Author:
vboxsync
Message:

Additions/linux/installer: don't complain if 'modprobe -c' is not supported

File:
1 edited

Legend:

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

    r50925 r51193  
    3535OLDMODULES="vboxguest vboxadd vboxsf vboxvfs vboxvideo"
    3636
    37 if $MODPROBE -c | grep -q '^allow_unsupported_modules  *0'; then
     37if $MODPROBE -c 2>/dev/null | grep -q '^allow_unsupported_modules  *0'; then
    3838  MODPROBE="$MODPROBE --allow-unsupported-modules"
    3939fi
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