#!/bin/sh

. /lib/partman/definitions.sh
. /lib/partman/recipes.sh

dev=$1

autopartition $dev

# accept the autopartitioning
exit 100
