Issue in NVIDIA machine setup from FAI Server
Thomas Lange
lange at informatik.uni-koeln.de
Wed Jul 3 11:23:24 CEST 2019
>>>>> On Tue, 2 Jul 2019 14:28:30 +0900, Chetan Neve <cneve at ftilab.com> 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
More information about the linux-fai
mailing list