#!/bin/csh -f

tar tv
dd if=boot/satpboot.final of=/dev/nrmt1 bs=16k
dd if=dii/mkfs.dl of=/dev/nrmt1 conv=sync bs=16k
dd if=dii/cat.dl of=/dev/nrmt1 conv=sync bs=16k
dd if=dii/cpio.dl of=/dev/nrmt1 conv=sync bs=16k
dd if=boot/boot.final of=/dev/rmt1 bs=4k
