mirror of
https://github.com/commaai/agnos-builder.git
synced 2026-07-18 13:22:04 +08:00
Revert "remove empty persist image (#479)"
This reverts commit 05f3ef38e8.
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d6af4ec18df180c7417353b52a9e05e43a6480b29425f087874136436cefe786
|
||||
size 4096
|
||||
@@ -32,6 +32,7 @@ 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),
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/dev/disk/by-label/dsp /dsp auto ro
|
||||
/dev/disk/by-partlabel/modem_a /firmware auto ro
|
||||
/dev/disk/by-partlabel/persist /persist auto ro,discard,nosuid,nodev,noexec,nofail 0 0
|
||||
/dev/disk/by-partlabel/persist /persist auto ro,discard,nosuid,nodev,noexec
|
||||
/dev/disk/by-partlabel/userdata /data auto discard,noatime,nodiratime,nosuid,nodev,nofail 0 0
|
||||
/dev/disk/by-partlabel/cache /cache ext4 relatime,data=ordered,noauto_da_alloc,discard,noexec,nodev,nosuid,x-systemd.makefs 0 0
|
||||
/dev/nvme0n1 /data/media auto discard,nosuid,nodev,nofail,x-systemd.device-timeout=5s 0 0
|
||||
|
||||
Reference in New Issue
Block a user