VirtualBox

Changeset 39002 in vbox


Ignore:
Timestamp:
Oct 17, 2011 12:00:30 PM (13 years ago)
Author:
vboxsync
Message:

Solaris/Installer: S11 vboxnetX vanity name fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/solaris/vboxconfig.sh

    r39001 r39002  
    851851                if test "$HOST_OS_MAJORVERSION" = "5.11" && test "$HOST_OS_MINORVERSION" -gt 174; then
    852852                    vanityname=`dladm show-phys -po link,device | grep vboxnet0 | cut -f1 -d':'`
    853                     if test $? -eq 0 && test ! -z "vanityname"; then
     853                    if test $? -eq 0 && test ! -z "vanityname" && test "$vanityname" != "vboxnet0"; then
    854854                        dladm rename-link "$vanityname" vboxnet0
    855855                        if test $? -ne 0; 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