Skip to content

base-files: sysupgrade: Fix other bank's rootfs mounting

Ghost User requested to merge ovil/fix-mount-other-rootfs into devel

The system layout call at the beginning of the mount_other_rootfs() function was enclosed with double brackets, but it should have been executed with $(). Fix this.

Merge request reports