#!/bin/sh
#
# Make sure we do not use 60pkgsel in newer base-config, to avoid
# calling tasksel.  Calling tasksel will make the installation system
# try to install d-i modules as normal debian packages, and this will fail.

set -e

exit 165 # Jump past 60pkgsel directly to 65skolelinux-inst
