Skip to content

Commit 69599a8

Browse files
Add support to customize version string as part of branding
1 parent e88d33e commit 69599a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

release_documents/SONiC_Package.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ A SONiC installer image (e.g sonic-broadcom-cloud-base.bin) is a self extracting
2525

2626
However, some customers who receive just the binary image from Broadcom would want some flexibility to influence some changes to the SONiC installer file.
2727

28-
This is made possible by creating a SONiC package which is also a self extracting binary image. The SONiC package file can be used to install SONIC image using ONIE and the sonic\_installer command just like the SONiC installer file. SONiC package file is typically named with *.pkg* file extension (e.g sonic-cloud-base.pkg)*.*
28+
This is made possible by creating a SONiC package which is also a self extracting binary image. The SONiC package file can be used to install SONIC image using ONIE and the sonic\_installer command just like the SONiC installer file. SONiC package file is typically named with *.pkg* file extension (e.g sonic-broadcom-cloud-base.pkg)*.*
2929

3030
A new tool *build\_pkg.sh* is available to create a SONiC package file. The *build\_pkg.sh* is available in the source code as
3131
*sonic-buildimage/build\_pkg.sh.*
3232

33-
Below is an example to create a SONiC package file to include a user provided *sonic\_branding.yml* which contains user defined Product Name.
33+
Below is an example to create a SONiC package file to include a user provided *sonic\_branding.yml* which contains user defined Product Name and software version.
3434

3535
**Command Usage:**
3636

0 commit comments

Comments
 (0)