修改data分区大小为64G,主分区为16G
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user