Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable Predictable Network Interface Naming not working on Ubuntu 18.04 #65

Open
s-fu opened this issue Oct 5, 2018 · 1 comment
Open

Comments

@s-fu
Copy link

s-fu commented Oct 5, 2018

In order to disable predictable network interface naming, "net.ifnames=0" is appended to GRUB_CMDLINE_LINUX in /etc/default/grub.

In image_creator/os_type/linux.py the author mentioned "The variable could have a value foo or 'foo' or "foo". Appending ' bar' will lead to a valid result."

The image made will have this line GRUB_CMDLINE_LINUX=""' net.ifname=0' in Ubuntu 18.04 and does not work any more.

@hpanago
Copy link

hpanago commented Oct 2, 2019

Hello,

Maybe you could try using the version in the develop branch which has the commit
7afbded
that fixes the "net.ifname=0" typo error.

Cheers,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants