From: parmentelat Date: Mon, 17 Dec 2018 20:25:53 +0000 (+0100) Subject: add net.ifnames=0 to the kernel args for still having eth0 on f29 X-Git-Tag: bootcd-6.0-0~4 X-Git-Url: http://git.onelab.eu/?p=bootcd.git;a=commitdiff_plain;h=156acc7a332c23d6b2e236ade7a93f3a7c7b56ed add net.ifnames=0 to the kernel args for still having eth0 on f29 --- diff --git a/build.sh b/build.sh index 585e1aa..151a41a 100755 --- a/build.sh +++ b/build.sh @@ -380,6 +380,8 @@ EOF # tmp: should be restricted to f15 nodes and above # making sure the network interfaces are still numbered eth0 and above KERNEL_ARGS="$KERNEL_ARGS biosdevname=0" + # this apparently is required instead (or in addition to) starting with f29 + KERNEL_ARGS="$KERNEL_ARGS net.ifnames=0" # making sure selinux is turned off - somehow this is needed with lxc/f14 KERNEL_ARGS="$KERNEL_ARGS selinux=0" # add any debug flag if any (defined in the header of this script)