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

. config.vl

if ! vciso; then
   exit 1
fi

echo
echo "For testing, call (once is enough)"
echo "v8-setup : install SETUP partition"
echo "then reboot"
