#!/bin/sh

. /usr/share/debconf/confmodule
. /lib/partman/lib/base.sh

dev="$1"
id="$2"

# we should only give this option if the device is at the front of the
# disk and has the right partition number.
open_dialog PARTITION_INFO "$id"
read_line part_num range end length type fs path name
close_dialog
# TODO

db_metaget partman-sibyl/text/method description

printf 'sibyl\t%s\n' "$RET"
