File tree 1 file changed +6
-8
lines changed
1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -38,15 +38,13 @@ if [ "$IMAGE_TYPE" = "onie" ]; then
38
38
39
39
# # Generate a compressed 8GB partition dump that can be used to 'dd' in-lieu of using the onie-nos-installer
40
40
# # The 'build' install mode of the installer is used to generate this dump.
41
- if [[ " $TARGET_MACHINE " == " broadcom" ]] && [[ -n " $DELL_Z9100_PLATFORM_MODULE_VERSION " || -n " $DELL_S6100_PLATFORM_MODULE_VERSION " ]]; then
42
- sudo chmod a+x $OUTPUT_ONIE_IMAGE
43
- sudo ./$OUTPUT_ONIE_IMAGE
41
+ sudo chmod a+x $OUTPUT_ONIE_IMAGE
42
+ sudo ./$OUTPUT_ONIE_IMAGE
44
43
45
- if [ -r /tmp/sonic-${TARGET_MACHINE} _8GB_dd.img.gz ]; then
46
- sudo mv /tmp/sonic-${TARGET_MACHINE} _8GB_dd.img.gz target
47
- else
48
- echo " /tmp/sonic-${TARGET_MACHINE} _8GB_dd.img.gz not found !\n"
49
- fi
44
+ if [ -r /tmp/sonic-${TARGET_MACHINE} _8GB_dd.img.gz ]; then
45
+ sudo mv /tmp/sonic-${TARGET_MACHINE} _8GB_dd.img.gz target
46
+ else
47
+ echo " /tmp/sonic-${TARGET_MACHINE} _8GB_dd.img.gz not found !\n"
50
48
fi
51
49
52
50
# # Use 'aboot' as target machine category which includes Aboot as bootloader
You can’t perform that action at this time.
0 commit comments