diff options
author | Stefan K. Berg <stefan.k.berg@ericsson.com> | 2016-01-29 13:30:01 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-01-29 13:30:01 +0000 |
commit | a2a55ce8ab5e7b79d70f769a69370b7f1fb04fab (patch) | |
tree | 1154a3587a7f14686b3c51ba746bb7f08d7a6a13 /build/f_isoroot | |
parent | 17b1ae56ee54b6db75ea9d0b4e1ca8820a155c89 (diff) | |
parent | 6df4322d444e0aba5e905cd603d54114ab986aed (diff) |
Merge "Turn predictable network interface names back on" into stable/brahmaputra
Diffstat (limited to 'build/f_isoroot')
-rwxr-xr-x | build/f_isoroot/f_bootstrap/bootstrap_admin_node.sh | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/build/f_isoroot/f_bootstrap/bootstrap_admin_node.sh b/build/f_isoroot/f_bootstrap/bootstrap_admin_node.sh index d318d8cd3..85a35043f 100755 --- a/build/f_isoroot/f_bootstrap/bootstrap_admin_node.sh +++ b/build/f_isoroot/f_bootstrap/bootstrap_admin_node.sh @@ -125,10 +125,7 @@ build_ubuntu_bootstrap () { local ret=1 echo ${bs_progress_message} >&2 set_ui_bootstrap_error "${bs_progress_message}" >&2 -# OPNFV modification to turn off biosdevname on the line below (extend-kopts) - if fuel-bootstrap -v --debug build --activate \ - --extend-kopts "biosdevname=0 net.ifnames=0 debug ignore_loglevel log_buf_len=10M print_fatal_signals=1 LOGLEVEL=8" \ - >>"$bs_build_log" 2>&1; then + if fuel-bootstrap -v --debug build --activate >>"$bs_build_log" 2>&1; then ret=0 fuel notify --topic "done" --send "${bs_done_message}" else |