Hi all, I would like to use RAUC to update just my application FS so I do not have double root FS. In other words, only one root FS but double application FS. If I create an update bundle and install it, RAUC only install "slot.appfs.0". How can I configure RAUC to install different slots?
Here are my manifest file and system configuration: # cat bundle/manifest.raucm [update] compatible=Phytec version=2 [image.appfs] sha256=05f23d6b732519342f265ed2605276585d487e34555be5ae927328164cd83c26 size=135 filename=appfs.tar.gz # cat /etc/rauc/system.conf [system] compatible=Phytec bootloader=barebox [keyring] path=ca.cert.pem [slot.rootfs.0] device=/dev/mmcblk0p2 type=ext4 bootname=system1 [slot.appfs.0] device=/dev/mmcblk0p5 type=ext4 [slot.appfs.1] device=/dev/mmcblk0p6 type=ext4 Thank you for your time. Sincerely, Caglar ________________________________ This message is for the designated recipient only and may contain privileged, proprietary, or otherwise confidential information. If you have received it in error, please notify the sender immediately and delete the original. Any other use of the e-mail by you is prohibited. Where allowed by local law, electronic communications with Accenture and its affiliates, including e-mail and instant messaging (including content), may be scanned by our systems for the purposes of information security and assessment of internal compliance with Accenture policy. ______________________________________________________________________________________ www.accenture.com _______________________________________________ RAUC mailing list
