#!/bin/sh
VERSION=1
cd ..
tar cvfz boot2nd-$VERSION.tar.gz \
  boot2nd/README boot2nd/Makefile boot2nd/mkdist \
  boot2nd/glue.pl boot2nd/boot2nd.S
