From 1e8c8b73e9dfc0b5c95c7619f64d223823dbb900 Mon Sep 17 00:00:00 2001 From: songyanchao Date: Tue, 25 May 2021 01:41:37 -0400 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9data=E5=88=86=E5=8C=BA?= =?UTF-8?q?=E5=A4=A7=E5=B0=8F=E4=B8=BA64G=EF=BC=8C=E4=B8=BB=E5=88=86?= =?UTF-8?q?=E5=8C=BA=E4=B8=BA16G?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- make/Makefile.9000NPBP01R01 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/make/Makefile.9000NPBP01R01 b/make/Makefile.9000NPBP01R01 index 8545d2f3..a8d3950a 100644 --- a/make/Makefile.9000NPBP01R01 +++ b/make/Makefile.9000NPBP01R01 @@ -3,8 +3,8 @@ PROFILE_ID := 9000-NPB-P01R01 SUPPORTED_MACHINE_ID := 9000-NPB-P01R01 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 := 65536M -SIZE_PART_DATA := 4096M +SIZE_PART_SYSROOT := 16384M +SIZE_PART_DATA := 65536M PROFILE_ID_IN_SHORT := $(subst -,$e,$(PROFILE_ID)) CHROOT_PKG := tsg-os-${OS_RELEASE_VER}-${PROFILE_ID_IN_SHORT}-chroot.tar.bz2