#!/bin/sh
PART1="/dev/mmcblk2p1"
PART2="/dev/mmcblk2p2"
PART3="/dev/mmcblk2p3"

if [ -s /etc/functions-common.sh ]; then
    source /etc/functions-common.sh
fi

dbg_logger "Post Init Sequence"

disable_non_cypress_systemd_services
