Skip to content

Commit

Permalink
Added new package minicom in the switch image (sonic-net#18299)
Browse files Browse the repository at this point in the history
### Why I did it
Added support for `minicom` , a terminal based communication tool in the sonic image for enabling communication to other devices.

### How I did it
Added `minicom` to the list of packages to be installed in `sonic_debian_extension.j2` in the platform specific section for mellanox
  • Loading branch information
gpunathilell authored Apr 12, 2024
1 parent 19e3bbf commit ed839c6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions files/build_templates/sonic_debian_extension.j2
Original file line number Diff line number Diff line change
Expand Up @@ -1025,6 +1025,9 @@ sudo rm -rf $FILESYSTEM_ROOT/$MLNX_SONIC_PLATFORM_PY3_WHEEL_NAME
# Install service that manages Nvidia specific shared storage
sudo cp platform/mellanox/nv-syncd-shared/nv-syncd-shared.service $FILESYSTEM_ROOT_USR_LIB_SYSTEMD_SYSTEM/
sudo LANG=C chroot $FILESYSTEM_ROOT systemctl enable nv-syncd-shared

# Install minicom package
sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot $FILESYSTEM_ROOT apt-get -y install minicom
{% endif %}

{%- if SONIC_ROUTING_STACK == "frr" %}
Expand Down

0 comments on commit ed839c6

Please sign in to comment.