#!/bin/sh
# $Id: track.sh,v 1.1 1998/12/30 19:53:06 danw Exp $
# Track the system pack and install the kernel.

# /tmp/vars inputs:

. /tmp/vars

echo "Copying files from syspacks to local disk..."

echo "Tracking the srvd"
/srvd/usr/athena/etc/track -d -F /srvd -T /hd -W /srvd/usr/athena/lib

echo "Copying the kernel"
cp /srvd/netbsd /hd/netbsd
