X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=build.sh;h=151a41a48473822b5187510c0881e6ca9e09a24f;hb=156acc7a332c23d6b2e236ade7a93f3a7c7b56ed;hp=585e1aaafbf10c8251f95573aa76637acb5fb42c;hpb=b175ba4fa926ec961ffa4ebe210a98f2b0e78ba9;p=bootcd.git 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)