mirror of
https://github.com/commaai/agnos-builder.git
synced 2026-08-21 08:03:46 +08:00
remove empty persist image (#479)
* remove * default but lets be consistent
This commit is contained in:
@@ -32,7 +32,6 @@ GPTS = [
|
||||
|
||||
Partition = namedtuple('Partition', ['name', 'path', 'has_ab', 'ota', 'full_check', 'sparse'])
|
||||
PARTITIONS = [
|
||||
Partition('persist', FIRMWARE_DIR / 'persist.img', False, False, True, False),
|
||||
Partition('systemrw', FIRMWARE_DIR / 'systemrw.img', False, False, True, False),
|
||||
Partition('cache', FIRMWARE_DIR / 'cache.img', False, False, True, False),
|
||||
Partition('xbl', FIRMWARE_DIR / 'xbl.img', True, True, True, False),
|
||||
|
||||
Reference in New Issue
Block a user