#!/bin/sh
# vl-base. Create a base VL from slackware or VL CDROM

. config.vl

if ! vcbase; then
   exit 1
fi

echo
echo Next, you should call
echo v3-kernel : Install kernel to the target
