From 156acc7a332c23d6b2e236ade7a93f3a7c7b56ed Mon Sep 17 00:00:00 2001 From: parmentelat Date: Mon, 17 Dec 2018 21:25:53 +0100 Subject: [PATCH] add net.ifnames=0 to the kernel args for still having eth0 on f29 --- build.sh | 2 ++ 1 file changed, 2 insertions(+) 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) -- 2.43.0