# Source Debconf module.
source /usr/share/debconf/confmodule

if systemd-detect-virt -cq || systemd-detect-virt -rq; then
  echo 'Inside a container or chroot, not loading kernel modules automatically.' >&2
else
  echo 'Loading necessary kernel modules ...' >&2
  modprobe -v sg
fi

db_input high makemkv/eula_confirm || true
db_go || true
