Rename debian.interfaces to ifupdown
When I first split the debian interfaces support from wwinit, I was unable to figure out what it was called. I used the inelegant name "debian.interfaces" to identify it; but I have since learned that it is called "ifupdown." I have since learned that there is even a variant implementation, ifupdown-ng, that is used by Alpine Linux. This PR renames the overlay to ifupdown, but retains a copy of it at debian.interfaces for backwards compatibility. Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
@@ -34,8 +34,8 @@ func Benchmark_Overlay_Build(b *testing.B) {
|
||||
- udev.netname
|
||||
- systemd.netname
|
||||
- ifcfg
|
||||
- ifupdown
|
||||
- NetworkManager
|
||||
- debian.interfaces
|
||||
- wicked
|
||||
- ignition
|
||||
kernel:
|
||||
@@ -3044,7 +3044,7 @@ nodes:
|
||||
- default`)
|
||||
|
||||
runtimeOverlays := []string{"hosts", "ssh.authorized_keys", "syncuser"}
|
||||
systemOverlays := []string{"wwinit", "wwclient", "fstab", "hostname", "ssh.host_keys", "issue", "resolv", "udev.netname", "systemd.netname", "ifcfg", "NetworkManager", "debian.interfaces", "wicked", "ignition"}
|
||||
systemOverlays := []string{"wwinit", "wwclient", "fstab", "hostname", "ssh.host_keys", "issue", "resolv", "udev.netname", "systemd.netname", "ifcfg", "ifupdown", "NetworkManager", "wicked", "ignition"}
|
||||
|
||||
for _, overlay := range append(runtimeOverlays, systemOverlays...) {
|
||||
env.ImportDir(
|
||||
|
||||
Reference in New Issue
Block a user