#!/bin/sh

. /usr/share/debconf/confmodule

dev=$1
id=$2

db_metaget partman-basicfilesystems/text/swap_method description

printf "swap\t${RET}\n"

