#!/bin/sh

. /usr/share/debconf/confmodule

db_metaget partman-nbd/text/configure_nbd description
printf "nbd\t%s\n" "$RET"

