diff options
Diffstat (limited to 'rootconf')
| -rwxr-xr-x | rootconf/default/bin/onie-netcfg-set | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rootconf/default/bin/onie-netcfg-set b/rootconf/default/bin/onie-netcfg-set index ab8999af..263106b8 100755 --- a/rootconf/default/bin/onie-netcfg-set +++ b/rootconf/default/bin/onie-netcfg-set @@ -202,6 +202,8 @@ bond="bond" option=$1 +echo "# Automatically generated onie_network_option_xxx; DO NOT EDIT" >>/mnt/onie-boot/grub/grubenv + if [ "$option" = "$clear" ]; then clear_config $1 $2 $3 ret=$? |
