#!/bin/bash

# Example script to use with slink_cd - this will create trees for
# i386, m68k and alpha. In theory it should be possible to use a stock
# slink_cd and make any changes here and in the file lists, but I'd be
# impressed if it works!
# (c) Steve McIntyre 03 Feb 1999, released under GPL

for ARCH in i386 m68k alpha sparc
do
        TMPDIR=/debian/local/slinkcd-$ARCH OUT=/debian/local/OUT-$ARCH \
		./slink_cd \
		clean genlinks genlist tree md5check packages boot \
		extras md5list $ARCH non-US
done
