Mentions légales du service

Skip to content
Snippets Groups Projects
Commit c5e0dbc5 authored by Pierre Neyron's avatar Pierre Neyron :bicyclist:
Browse files

Fix VM boot: make kernel cmdline use predictable net names

G5K environments since 20190417 configure ens3 instead of eth0 in /etc/network/interfaces
parent 756f8cf5
No related branches found
No related tags found
No related merge requests found
......@@ -52,8 +52,8 @@ global:
# enable workaround for the login delay due to ldap and dns
enable_workaround_login_delay: true
# kernel boot parameters: use legacy network interfaces
kernel_args: "quiet net.ifnames=0 biosdevname=0"
# kernel boot parameters
kernel_args: "quiet"
ssh_config_file: $${kameleon_cwd}/ssh_config
local_ip: 10.0.2.2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment