VirtualBox

Changeset 39121 in vbox for trunk/src/VBox/Installer


Ignore:
Timestamp:
Oct 26, 2011 1:57:45 PM (13 years ago)
Author:
vboxsync
Message:

Installer, FE/Qt, doc: less Linux distribution-specifics

File:
1 edited

Legend:

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

    r38093 r39121  
    3535# found to be "of interest".
    3636get_linux_info () {
    37     if [ -r /etc/lsb-release ] && grep Ubuntu /etc/lsb-release >/dev/null 2>&1
     37    if which lsb_release > /dev/null 2>&1
    3838    then
    39         # Ubuntu-based system
    40         . /etc/lsb-release
    41         print_linux_info "Ubuntu" $DISTRIB_RELEASE
     39        # LSB-compliant system
     40        print_linux_info `lsb_release -i -s` `lsb_release -r -s`
    4241    elif [ -r /etc/debian_version ]
    4342    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