Skip to content

initrd: use proper interface when adding s390 specific details

Dan Horák requested to merge sharkcz/NetworkManager:s390-initrd into master

The current solution for s390 specific details relies on an interface to exist before adding the s390 details. It means the ip= option must precede the rd.znet= option. Also only a single interface can be configured. With this change the s390 details are put to the right interface and properly named interface is created if it hasn't existed yet.

Edited by Dan Horák

Merge request reports