#!/bin/sh

source /etc/prplconfig
source /lib/functions/ext4vol.sh

do_mount_data() {
    mount_ext4_single_data_partition "${CONFIG_SAH_BOARD_CONFIGURATOR_EXT4_SUPPORT_SINGLE_PARTITION_NAME}"
}

boot_hook_add preinit_main do_mount_data
