>>>>> On Tue, 2 Jul 2019 14:28:30 +0900, Chetan Neve <[email protected]> said:
> Hi Thomas, is it possible to make ethernet device name static through FAI?
> eg. eth0
The trick is to use the options "net.ifnames=0 biosdevname=0"
on the kernel cmdline. FAI itself
uses the the old names during installation, but then in the script
DEBIAN/30-interfaces the subroutine newnicnames() maps the old names
to the new ones. The new names are then used in /etc/network/interfaces.
You have to change the logic in this script.
--
regards Thomas