Skip to content

Commit a5f0c02

Browse files
authored
Use tmpfs for /var/log on Arista 7050CX3-32S (#13805) (#13869)
1 parent 2418c2f commit a5f0c02

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

files/Aboot/boot0.j2

+1
Original file line numberDiff line numberDiff line change
@@ -526,6 +526,7 @@ write_platform_specific_cmdline() {
526526
fi
527527
if [ "$sid" = "Lodoga" ]; then
528528
aboot_machine=arista_7050cx3_32s
529+
cmdline_add logs_inram=on
529530
fi
530531
if [ "$sid" = "Marysville" ]; then
531532
aboot_machine=arista_7050sx3_48yc8

0 commit comments

Comments
 (0)