mirror of
https://github.com/clearlinux/clr-installer.git
synced 2026-09-04 12:41:46 +00:00
Fixes Issue: #261 Pull Request #236 introduced a bug where local network interfaces are always copied to the target media. This PR correct this by only copying when copyNetwork is set to true; this is enabled in the UI when the users changes a network interface (for static). Signed-off-by: Mark D Horn <mark.d.horn@intel.com>