修复 kdump 无法启动的问题

This commit is contained in:
luwenpeng
2021-06-04 10:36:45 +08:00
committed by fumingwei
parent 8b276a1e2d
commit 92a3d2e2d9
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
PROFILE_ID := 7400-MCN0-P01R01
SUPPORTED_MACHINE_ID := 7400-MCN0-P01R01
KERNEL_ARGS := console=ttyS0,115200n8 crashkernel=auto intel_iommu=on iommu=pt pci=realloc,assign-busses
KERNEL_ARGS := console=ttyS0,115200n8 crashkernel=512M intel_iommu=on iommu=pt pci=realloc,assign-busses
GRUB_SERIAL_COMMAND :=
SIZE_PART_SYSROOT := 16384M
SIZE_PART_DATA := 65536M

View File

@@ -1,7 +1,7 @@
PROFILE_ID := 7400-MCN123-P01R01
SUPPORTED_MACHINE_ID := 7400-MCN123-P01R01
KERNEL_ARGS := console=ttyS0,115200n8 crashkernel=auto intel_iommu=on iommu=pt pci=realloc,assign-busses
KERNEL_ARGS := console=ttyS0,115200n8 crashkernel=512M intel_iommu=on iommu=pt pci=realloc,assign-busses
GRUB_SERIAL_COMMAND :=
SIZE_PART_SYSROOT := 16384M
SIZE_PART_DATA := 65536M