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:
@@ -80,7 +80,7 @@ You can also see the node's full attribute list by specifying ``--all``.
|
||||
n1 Comment default This profile is automatically included for each node
|
||||
n1 Ipxe default default
|
||||
n1 RuntimeOverlay default hosts,ssh.authorized_keys
|
||||
n1 SystemOverlay default wwinit,wwclient,fstab,hostname,ssh.host_keys,issue,resolv,udev.netname,systemd.netname,ifcfg,NetworkManager,debian.interfaces,wicked,ignition
|
||||
n1 SystemOverlay default wwinit,wwclient,fstab,hostname,ssh.host_keys,issue,resolv,udev.netname,systemd.netname,ifcfg,ifupdown,NetworkManager,wicked,ignition
|
||||
n1 Kernel.Args default quiet,crashkernel=no
|
||||
n1 Init default /sbin/init
|
||||
n1 Root default initramfs
|
||||
|
||||
Reference in New Issue
Block a user