#!/bin/sh

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

autopartition $dev $id

# accept the autopartitioning
exit 100
