if module_installed inetutils; then
  lunar fix inetutils
fi

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

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
