<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr">Hi,<div><br></div><div>I am facing the same issue. However, I would like to adopt the new naming style, and so, retrieving the interface name dynamically.</div><div><br></div><div>The Debian script previously cited seems to do the job at the FAI nfsroot step, during installation. However, when it reboots, it looses the ability to get this new name.</div><div><br></div><div>What I did :</div><div>  - copying this debian script ( <a href="https://github.com/faiproject/fai-config/blob/master/scripts/DEBIAN/30-interface">https://github.com/faiproject/fai-config/blob/master/scripts/DEBIAN/30-interface</a> ) into a BIONIC64 (ubuntu 18.04) class (script/BIONIC64/),</div><div>  - In the files/ subdirectory in fai-config directory, I created 2 files :</div><div>    - etc/cron.d/dhclient/BIONIC64 (to launch dhclient at reboot),</div><div>    - etc/netplan/01-netcfg.yaml/BIONIC64.</div><div><br></div><div>I tried to put $NIC1 in those files thinking it would be replaced by the right interface name, but it is not.</div><div><br></div><div>So, I think that FAI variable cannot be used in the files/ subdirectory because it is not avalaible anymore at this step (after the install).</div><div><br></div><div>$NIC1 is used in this script <a href="https://github.com/faiproject/fai/blob/master/lib/get-boot-info">https://github.com/faiproject/fai/blob/master/lib/get-boot-info</a></div><div><br></div><div>Any idea on how to achieve this according to the new naming convention ?</div><div><br></div><div>Kind regards,</div><div>Rémy.</div></div></div></div></div></div></div><br><div class="gmail_quote"><div dir="ltr">Le lun. 15 oct. 2018 à 09:37, Steffen Grunewald <<a href="mailto:steffen.grunewald@aei.mpg.de">steffen.grunewald@aei.mpg.de</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
thanks for the responses which may turn out to be helpful in some way (if it's<br>
already too late to get hold of the old-style if names) - during a half-hearted<br>
test, the grub cmdline trick did not work for me.<br>
<br>
What still makes me curious is<br>
<br>
> > What I still haven't found is which magic FAI uses to avoid the renaming<br>
> > to "predictable network interface names" (a term that's completely misleading<br>
> > to me as I'm unable to predict the network names if I'm given a brand-new<br>
> > machine). Thomas, can you shed some light on this?<br>
<br>
If I run FAI sysinfo, I see eth0, ..., wlan0, etc., and dmesg.log doesn't<br>
contain any "renamed to" strings, so this renaming must have been avoided<br>
somehow, and it's the "how" I am still looking for. (I.e., was makes the <br>
NFSROOT special in this respect as it uses the default kernel?)<br>
<br>
> > My plan is to read the (old-style) interface names assigned by FAI, then<br>
> > create a $target/etc/udev/rules.d/70-persistent-net.rules file from that<br>
> > information. Is there a hidden trap? When is it best to write that file?<br>
<br>
As long as the un-renamed if names are available witin FAI, it's simple to<br>
create that rules file. The devil may be in the detail when it's required<br>
to exist (I suspect there's some initrd magic?)...<br>
<br>
Thanks again,<br>
 Steffen<br>
</blockquote></div>