Changeset 19131 in vbox for trunk/src/VBox
- Timestamp:
- Apr 23, 2009 8:37:59 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/solaris/postinstall.sh
r19097 r19131 48 48 if test "$rc" -eq 0 && test -f /etc/nwam/llp; then 49 49 sed -e '/vboxnet/d' /etc/nwam/llp > /etc/nwam/llp.vbox 50 echo "vboxnet0 static 0.0.0.0" >> /etc/nwam/llp.vbox50 echo "vboxnet0 static 192.168.56.1" >> /etc/nwam/llp.vbox 51 51 mv -f /etc/nwam/llp.vbox /etc/nwam/llp 52 52 fi
Note:
See TracChangeset
for help on using the changeset viewer.