#!/bin/sh
# Compile and install VL CORE. These will go to veclinux.bz2 bulk

## Source the configuration
. config.vl
. config.core

./v41-dynamite || exit 1
#./v42-standard || exit 1
#./v43-soho || exit 1


cat <<EOF
Next you should call
v5-pack1 : compile optional packages

However, if you want to test the core system first,
you may call
s81-target : configure the target for booting
then reboot
EOF
