VirtualBox

Changeset 44314 in vbox


Ignore:
Timestamp:
Jan 18, 2013 4:17:40 PM (12 years ago)
Author:
vboxsync
Message:

Linux installer: /etc/vbox/vbox.cfg is optional!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/linux/vboxdrv.sh.in

    r43729 r44314  
    3737
    3838[ -f /etc/debian_release -a -f /lib/lsb/init-functions ] || NOLSB=yes
    39 if [ ! -f /etc/vbox/vbox.cfg ]; then
    40     echo "/etc/vbox/vbox.cfg not found"  # Fiddle this and do it nicely.
    41     exit 1
    42 fi
    43 . /etc/vbox/vbox.cfg
     39[ -f /etc/vbox/vbox.cfg ] && . /etc/vbox/vbox.cfg
    4440export BUILD_TYPE
    4541export USERNAME
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