add net.ifnames=0 to the kernel args for still having eth0 on f29
authorparmentelat <thierry.parmentelat@inria.fr>
Mon, 17 Dec 2018 20:25:53 +0000 (21:25 +0100)
committerparmentelat <thierry.parmentelat@inria.fr>
Mon, 17 Dec 2018 20:25:53 +0000 (21:25 +0100)
build.sh

index 585e1aa..151a41a 100755 (executable)
--- 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)