Changeset 39002 in vbox
- Timestamp:
- Oct 17, 2011 12:00:30 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/solaris/vboxconfig.sh
r39001 r39002 851 851 if test "$HOST_OS_MAJORVERSION" = "5.11" && test "$HOST_OS_MINORVERSION" -gt 174; then 852 852 vanityname=`dladm show-phys -po link,device | grep vboxnet0 | cut -f1 -d':'` 853 if test $? -eq 0 && test ! -z "vanityname" ; then853 if test $? -eq 0 && test ! -z "vanityname" && test "$vanityname" != "vboxnet0"; then 854 854 dladm rename-link "$vanityname" vboxnet0 855 855 if test $? -ne 0; then
Note:
See TracChangeset
for help on using the changeset viewer.