Skip to content

Commit f1e84f9

Browse files
authored
[gns3]: modify SONiC VS image name (#13136)
Modified sonic.gns3.sh file by changing name of VS image from "image" to "img"
1 parent e7600ff commit f1e84f9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

platform/vs/sonic-gns3a.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
#!/bin/bash
22

33
# This script creates a .gns3a SONiC appliance file
4-
IMGFILE="sonic-vs.image"
4+
IMGFILE="sonic-vs.img"
55
RELEASE="latest"
66

77
usage() {
8-
echo "`basename $0` [ -r <ReleaseNumber> ] -b <SONiC VS image: sonic-vs.image>"
9-
echo "e.g.: `basename $0` -r 1.1 -b <store_path>/sonic-vs.image"
8+
echo "`basename $0` [ -r <ReleaseNumber> ] -b <SONiC VS image: sonic-vs.img>"
9+
echo "e.g.: `basename $0` -r 1.1 -b <store_path>/sonic-vs.img"
1010
exit 0
1111
}
1212

0 commit comments

Comments
 (0)