diff --git a/tools/setup_sdcard.sh b/tools/setup_sdcard.sh index 405eb3c9c012c272270450ee53e2d3ab7173e4b9..6d24872cda6fb54d35b0b035287d7e4e2cf2d763 100755 --- a/tools/setup_sdcard.sh +++ b/tools/setup_sdcard.sh @@ -1171,7 +1171,7 @@ populate_rootfs () { fi fi - cmdline="coherent_pool=1M quiet" + cmdline="coherent_pool=1M quiet net.ifnames=0" if [ "x${enable_systemd}" = "xenabled" ] ; then cmdline="${cmdline} init=/lib/systemd/systemd" fi