summaryrefslogtreecommitdiff
path: root/recipes-core/base-files/fstab-ubifs_1.0.bb
AgeCommit message (Collapse)AuthorFiles
2021-12-06MTCAP3: Fix fstab after introducing reduntant partitionsSerhii Kostiuk1
Commit 3908aa3d25d583420d36976bc1a2f11f38b5410d removes the fstab manipulation. In mPower the configuration partition is selected during boot time from config.init, without modifying fstab, which in turn saves the flash erase cycles by not making nay changes on rootfs/overlay. This commit updates the fstab to permanently use the first configuration partition as /var/config. The second partition is not used in mLinux. This approach is similar to the one for mLinux on MTCDT3. If one needs a config partition switchover on mLinux - please implement it in a similar manner to mPower, wihout making changes on rootfs during boot.
2021-07-28create separate ubifs and jffs2 fstab recipesJohn Klug1