#!/bin/sh

dev=${1%//*}
id=${1#*//}

autopartition $dev $id || exit $?

# accept the autopartitioning
exit 100
