File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -623,6 +623,7 @@ write_platform_specific_cmdline() {
623
623
if in_array " $platform " " crow" " magpie" ; then
624
624
cmdline_add amd_iommu=off
625
625
cmdline_add modprobe.blacklist=snd_hda_intel,hdaudio
626
+ cmdline_add sdhci.append_quirks2=0x40
626
627
read_system_eeprom
627
628
fi
628
629
if in_array " $platform " " woodpecker" ; then
@@ -653,7 +654,6 @@ write_platform_specific_cmdline() {
653
654
fi
654
655
655
656
cmdline_add " varlog_size=$varlog_size "
656
-
657
657
cmdline_add " sonic.mode=$sonic_mode "
658
658
}
659
659
@@ -671,6 +671,9 @@ write_image_specific_cmdline() {
671
671
# disable unified cgroup hierarchy to workaround dockerd limitation
672
672
cmdline_add systemd.unified_cgroup_hierarchy=0
673
673
674
+ # increase kernel log buffer size
675
+ cmdline_add log_buf_len=1M
676
+
674
677
# verbosity
675
678
cmdline_add quiet
676
679
# Start showing systemd information from the first failing unit if any.
You can’t perform that action at this time.
0 commit comments