# This is going to make the migration to lunar-init way easier

lin -c lunar-init

mkdir -p /etc/config.d/{network,bonding}
mkdir -p /var/run

if [ "$(get_module_config RUN_LNET)" == "y" ]; then
        unset_module_config RUN_LNET
        /usr/sbin/lnet || true
fi

