修复 kdump 无法启动的问题
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user