Skip to content
Snippets Groups Projects
Commit d96b7fe6 authored by Mike Hibler's avatar Mike Hibler
Browse files

Get rid of dhclient.conf file. We have a new hack for dealing with hardwiring

vs. not on the control net.  The "media" command wasn't implemented in the
Linux dhclient-script anyway.
parent 474afc39
No related merge requests found
...@@ -87,7 +87,6 @@ etc-install: dir-install sysetc-remove sysetc-install ...@@ -87,7 +87,6 @@ etc-install: dir-install sysetc-remove sysetc-install
$(INSTALL) -m 644 $(SRCDIR)/hosts $(ETCDIR)/hosts $(INSTALL) -m 644 $(SRCDIR)/hosts $(ETCDIR)/hosts
sysetc-install: dir-install ifcfgs sysetc-install: dir-install ifcfgs
$(INSTALL) -m 755 $(SRCDIR)/dhclient.conf $(SYSETCDIR)/dhclient.conf
$(INSTALL) -m 755 $(SRCDIR)/dhclient-enter-hooks $(SYSETCDIR)/dhclient-enter-hooks $(INSTALL) -m 755 $(SRCDIR)/dhclient-enter-hooks $(SYSETCDIR)/dhclient-enter-hooks
$(INSTALL) -m 755 $(SRCDIR)/dhclient-exit-hooks $(SYSETCDIR)/dhclient-exit-hooks $(INSTALL) -m 755 $(SRCDIR)/dhclient-exit-hooks $(SYSETCDIR)/dhclient-exit-hooks
$(INSTALL) -m 644 $(SRCDIR)/modules.conf $(SYSETCDIR)/modules.conf $(INSTALL) -m 644 $(SRCDIR)/modules.conf $(SYSETCDIR)/modules.conf
......
#
# Force DHCP interfaces to known state, since the switch ports are all
# hardwired speed/duplex, which breaks autosense on this side. This is
# especially relevant to ElabInElab which use an experimental interface
# for an inner control network, and DHCP over that interface.
#
media "media 100baseTX mediaopt full-duplex";
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment