Jan Kundrát | f7edef3 | 2018-04-05 23:04:31 +0200 | [diff] [blame] | 1 | [system] |
Jan Kundrát | a8c2b3a | 2018-04-09 10:32:11 +0200 | [diff] [blame] | 2 | compatible=CZECHLIGHT_RAUC_COMPATIBLE |
| 3 | bootloader=CZECHLIGHT_RAUC_BOOTLOADER |
Jan Kundrát | 7960580 | 2019-12-04 11:55:40 +0100 | [diff] [blame] | 4 | max-bundle-download-size=134217728 |
Jan Kundrát | f7edef3 | 2018-04-05 23:04:31 +0200 | [diff] [blame] | 5 | |
| 6 | [keyring] |
| 7 | path=/etc/rauc/keyring.pem |
| 8 | |
| 9 | [slot.rootfs.0] |
| 10 | device=CZECHLIGHT_RAUC_SLOT_A_ROOTFS_DEV |
| 11 | type=ext4 |
| 12 | bootname=A |
| 13 | |
| 14 | [slot.cfg.0] |
| 15 | device=CZECHLIGHT_RAUC_SLOT_A_CFG_DEV |
| 16 | type=ext4 |
| 17 | parent=rootfs.0 |
| 18 | ignore-checksum=true |
| 19 | |
| 20 | [slot.rootfs.1] |
| 21 | device=CZECHLIGHT_RAUC_SLOT_B_ROOTFS_DEV |
| 22 | type=ext4 |
| 23 | bootname=B |
| 24 | |
| 25 | [slot.cfg.1] |
| 26 | device=CZECHLIGHT_RAUC_SLOT_B_CFG_DEV |
| 27 | type=ext4 |
| 28 | parent=rootfs.1 |
| 29 | ignore-checksum=true |