#! /bin/sh
set -e

if [ -x /sbin/depmod ]; then
	depmod -a >/dev/null 2>&1 || true
fi

dasd-config
