#!/bin/sh mount_data_enabled() { return 0 } mount_data_run() { info "Mounting data..." mkdir -p /rootfs/data mount -t ubifs ubi0:data /rootfs/data }