Index: /trunk/src/VBox/Installer/solaris/vboxconfig.sh
===================================================================
--- /trunk/src/VBox/Installer/solaris/vboxconfig.sh	(revision 37789)
+++ /trunk/src/VBox/Installer/solaris/vboxconfig.sh	(revision 37790)
@@ -878,5 +878,5 @@
                         # Recreate /etc/netmasks as a link if necessary
                         if test $recreatelink -eq 1; then
-                            rm -f "$PKG_INSTALL_ROOT/etc/netmasks"
+                            cp -f "$PKG_INSTALL_ROOT/etc/netmasks" "$PKG_INSTALL_ROOT/etc/inet/netmasks"
                             ln -sf ./inet/netmasks "$PKG_INSTALL_ROOT/etc/netmasks"
                         elif test $recreatelink -eq 2; then
