diff --git a/board/myna-player-odyssey/rootfs_overlay/etc/rauc/system.conf b/board/myna-player-odyssey/rootfs_overlay/etc/rauc/system.conf index 6958915..a0b5fb9 100644 --- a/board/myna-player-odyssey/rootfs_overlay/etc/rauc/system.conf +++ b/board/myna-player-odyssey/rootfs_overlay/etc/rauc/system.conf @@ -8,13 +8,21 @@ path=/etc/rauc/keyring.pem [slot.rootfs.1] -type=ext4 +type=raw device=/dev/disk/by-partlabel/PrimaryRootfs bootname=system0 +[slot.kernel.1] +type=ext4 +device=/dev/disk/by-partlabel/PrimaryBoot +parent=rootfs.1 resize=true [slot.rootfs.2] -type=ext4 +type=raw device=/dev/disk/by-partlabel/SecondaryRootfs bootname=system1 +[slot.kernel.2] +type=ext4 +device=/dev/disk/by-partlabel/SecondaryBoot +parent=rootfs.2 resize=true