Changeset 37784 in vbox for trunk/src/VBox/Installer/solaris
- Timestamp:
- Jul 5, 2011 2:13:19 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/solaris/vboxconfig.sh
r37754 r37784 812 812 # plumb and configure vboxnet0 for non-remote installs 813 813 if test "$REMOTEINST" -eq 0; then 814 $BIN_IFCONFIG vboxnet0 plumb up 814 $BIN_IFCONFIG vboxnet0 plumb 815 $BIN_IFCONFIG vboxnet0 up 815 816 if test "$?" -eq 0; then 816 817 $BIN_IFCONFIG vboxnet0 192.168.56.1 netmask 255.255.255.0 up
Note:
See TracChangeset
for help on using the changeset viewer.