Skip to content

Commit

Permalink
acrn-bridge: Do not overwrite system files
Browse files Browse the repository at this point in the history
We can not overwrite system files, there are others ways to overwrite
configuration.

Fixes: b7ad705 ("convert bridge creation to service")
Signed-off-by: Miguel Bernal Marin <miguel.bernal.marin@linux.intel.com>
Acked-by: Geoffroy Van Cutsem <geoffroy.vancutsem@intel.com>
  • Loading branch information
miguelinux authored and lijinxia committed Jul 9, 2018
1 parent 474e9af commit eff7353
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tools/acrnbridge/Makefile
Expand Up @@ -14,5 +14,3 @@ install:
install -p -D -m 0644 $(OUT_DIR)/acrn.network $(DESTDIR)/$(SYSTEMD_NETWORKDIR)/systemd/network
install -p -D -m 0644 $(OUT_DIR)/acrn_tap0.netdev $(DESTDIR)/$(SYSTEMD_NETWORKDIR)/systemd/network
install -p -D -m 0644 $(OUT_DIR)/eth.network $(DESTDIR)/$(SYSTEMD_NETWORKDIR)/systemd/network
ln -sf /dev/null $(DESTDIR)/$(SYSTEMD_NETWORKDIR)/systemd/network/80-dhcp.network
ln -sf /dev/null $(DESTDIR)/$(SYSTEMD_NETWORKDIR)/systemd/network/80-virtual.network

0 comments on commit eff7353

Please sign in to comment.