addign dhcpcd5 conflict dependency and fixing rc.local to exit 0
This commit is contained in:
parent
248bdb7f80
commit
35e370d4d7
|
@ -1,4 +1,4 @@
|
|||
wit-hypervisor-config (1.1) unstable; urgency=low
|
||||
wit-hypervisor-config (1.2) unstable; urgency=low
|
||||
|
||||
* Initial release.
|
||||
|
||||
|
|
|
@ -9,5 +9,5 @@ Package: wit-hypervisor-config
|
|||
Architecture: all
|
||||
Depends: ${misc:Depends}, frr (>= 4.0-wit), sed, tcpdump, mtr-tiny, iproute2, ifupdown, ipmitool, iptables, lldpd, strongswan, telnet, netcat, fping, curl, wget, ifstat, rsyslog, ncurses-term, net-tools, bridge-utils, vlan, gnupg, sudo, isc-dhcp-client
|
||||
Provides: ${diverted-files}
|
||||
Conflicts: ${diverted-files}
|
||||
Conflicts: ${diverted-files}, dhcpcd5
|
||||
Description: configure this box as wit hypervisor/datanode
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
[ -d /sys/kernel/debug/i40e ] && echo lldp stop | /usr/bin/tee /sys/kernel/debug/i40e/*/command
|
||||
|
||||
exit 0
|
||||
|
|
Loading…
Reference in New Issue