diff --git a/board/myna-player-odyssey/utilities/genimage.tmp b/board/myna-player-odyssey/utilities/genimage.tmp index 4c883dc..6167932 100644 --- a/board/myna-player-odyssey/utilities/genimage.tmp +++ b/board/myna-player-odyssey/utilities/genimage.tmp @@ -17,24 +17,24 @@ } partition ssbl { - partition-type = 0x83 image = "barebox.bin" } partition PrimaryRootfs { - partition-type = 0x83 image = "rootfs.ext4" } partition SecondaryRootfs { - partition-type = 0x83 image = "rootfs.ext4" } partition Rauc { - partition-type = 0x83 image = "rauc.ext4" } + + partition overlayfs { + image = "overlayfs.ext4" + } } image bundle-MynaPlayer.${GENIMAGE_BUILD_ID}.raucb {