#!/bin/sh

dev=$1

autopartition-lvm $dev

# accept the autopartitioning
exit 100
