Skip to content

Commit a1c8751

Browse files
authored
Make the soft-reboot available in the SONiC image on master (sonic-net#1681)
Make the soft-reboot available in the SONiC image on master What I did Add soft-reboot to build package How I did it Add "soft-reboot" to the package list of sonic-utility/setup.py How to verify it Build a SONiC image, load the image to DUT and check if soft-reboot is available.
1 parent 3f0ecd5 commit a1c8751

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@
120120
'scripts/route_check_test.sh',
121121
'scripts/vnet_route_check.py',
122122
'scripts/sfpshow',
123+
'scripts/soft-reboot',
123124
'scripts/storyteller',
124125
'scripts/syseeprom-to-json',
125126
'scripts/tempershow',

0 commit comments

Comments
 (0)