From b983669bebd9658feb4a1f8b487b85200a68c255 Mon Sep 17 00:00:00 2001 From: Lu Qiuwen Date: Mon, 10 May 2021 17:36:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0crashkernel=E5=86=85=E6=A0=B8?= =?UTF-8?q?=E5=8F=82=E6=95=B0=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- make/Makefile.9000NPBP01R01 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make/Makefile.9000NPBP01R01 b/make/Makefile.9000NPBP01R01 index ef509978..ec8c8ba0 100644 --- a/make/Makefile.9000NPBP01R01 +++ b/make/Makefile.9000NPBP01R01 @@ -8,7 +8,7 @@ TARGET_BUILD_DIR := $(BUILDDIR_BASE)/$(PROFILE_ID) TARGET_INSTALLER_DIR := $(TARGET_BUILD_DIR)/installer TARGET_SYSROOT_DIR := $(TARGET_BUILD_DIR)/sysroot -KERNEL_ARGS := console=ttyS0,115200n8 intel_iommu=on iommu=pt pci=realloc,assign-busses isolcpus=1,14-27,42-55 +KERNEL_ARGS := console=ttyS0,115200n8 crashkernel=auto intel_iommu=on iommu=pt pci=realloc,assign-busses isolcpus=1,14-27,42-55 GRUB_SERIAL_COMMAND := SIZE_PART_SYSROOT := 7000M SIZE_PART_DATA := 128M