#!/bin/sh
# v1-clean. Clean the target and media

. config.vl

if ! vcclean; then
   exit 1
fi

echo
echo Next, you should call
echo v2-base : Install base system to the TARGET
