Actions
Bug #16526
closedPackage biosdevname is missing on the discovery image
Difficulty:
Triaged:
Bugzilla link:
Description
You don't have biosdevname installed on the Foreman Discovery image and we do on the OS.
With consistent network names enabled and biosdevname installed and enabled I get em1.
With consistent network names enabled and biosdevnames=0 or the biosdevname package uninstalled I get eno1.
My initial instinct is that biosdevname should be on the discovery image and if people want to disable biosdevname then they can do biosdevname on the APPEND line for discovery in /var/lib/tftpboot/pxelinux.cfg/default and either not install it or set biosdevname=0 in grub via their kickstart, especially since the Satellite Kickstart Default ks installed biosdevname as part of @Core so people are basically condemned to this behavior by default.
Actions