#!/bin/sh

. /lib/partman/definitions.sh

dev=$2
id=$3

ask_user /lib/partman/choose_method "$dev" "$id"

update_partition $dev $id

exit 0
