File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
installer/x86_64/platforms Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ elif [ "$aboot_platform" == "x86_64-arista_7050_qx32" ]; then
46
46
PORTSYNCD_ARGS+=" -p /etc/ssw/Arista-7050-QX32/port_config.ini"
47
47
SWSSCONFIG_ARGS+=" td2.32ports.qos.1.json td2.32ports.qos.2.json td2.32ports.qos.3.json td2.32ports.qos.4.json td2.32ports.qos.5.json td2.32ports.qos.6.json "
48
48
SWSSCONFIG_ARGS+=" td2.32ports.buffers.1.json td2.32ports.buffers.2.json td2.32ports.buffers.3.json "
49
- elif [ " $onie_platform " == " x86_64-mlnx_x86-r5.0.1400" ]; then
49
+ elif [ " $onie_platform " == " x86_64-mlnx_x86-r5.0.1400" ] || [ " $onie_platform " == " x86_64-mlnx_msn2700-r0 " ] ; then
50
50
PORTSYNCD_ARGS+=" -p /etc/ssw/ACS-MSN2700/port_config.ini"
51
51
elif [ " $onie_platform " == " x86_64-accton_as7512_32x-r0" ]; then
52
52
ORCHAGENT_ARGS+=" -m $MAC_ADDRESS "
Original file line number Diff line number Diff line change
1
+ ONIE_PLATFORM_EXTRA_CMDLINE_LINUX="acpi_enforce_resources=lax acpi=noirq"
You can’t perform that action at this time.
0 commit comments