Changeset 39026 in vbox for trunk/src/VBox/Installer/solaris
- Timestamp:
- Oct 19, 2011 9:44:50 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/solaris/vboxconfig.sh
r39002 r39026 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" && test "$vanityname" != "vboxnet0"; 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.