修改data分区大小为64G,主分区为16G

This commit is contained in:
songyanchao
2021-05-25 01:41:37 -04:00
parent ee4d42fc2a
commit 1e8c8b73e9

View File

@@ -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