mirror of
https://github.com/PixelExperience-Devices/device_xiaomi_miatoll.git
synced 2025-05-04 05:07:25 +09:00
sm6250-common: Don't limit inodes on /system_ext
This fixes the issue where the MindTheGapps zip install is incomplete due to /system_ext only having 5 free inodes. Before: ~$ df -h Filesystem Size Used Avail Use% Mounted on /dev/loop0 352M 323M 22M 94% /system_ext ~$ df -i Filesystem Inodes IUsed IFree IUse% Mounted on /dev/loop0 528 523 5 100% /system_ext After: ~$ df -h Filesystem Size Used Avail Use% Mounted on /dev/loop0 352M 323M 22M 94% /system_ext ~$ df -i Filesystem Inodes IUsed IFree IUse% Mounted on /dev/loop0 96000 523 95477 1% /system_ext Fixes: https://gitlab.com/LineageOS/issues/android/-/issues/5013 Change-Id: I4a1e9c10d5b8b23d19a4f71091ec743d472794dc
This commit is contained in:
parent
ccc1b7f640
commit
51c784b7c3
@ -129,6 +129,7 @@ BOARD_PRODUCTIMAGE_EXTFS_INODE_COUNT := -1
|
||||
BOARD_PRODUCTIMAGE_PARTITION_RESERVED_SIZE := 1887436800
|
||||
BOARD_SYSTEMIMAGE_EXTFS_INODE_COUNT := -1
|
||||
BOARD_SYSTEMIMAGE_PARTITION_RESERVED_SIZE := 1887436800
|
||||
BOARD_SYSTEM_EXTIMAGE_EXTFS_INODE_COUNT := -1
|
||||
BOARD_SYSTEM_EXTIMAGE_PARTITION_RESERVED_SIZE := 104857600
|
||||
BOARD_VENDORIMAGE_PARTITION_RESERVED_SIZE := 104857600
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user