TAPE=/dev/rst0
NTAPE=/dev/nrst0

<  ${TAPE}
dd if=stboot of=${NTAPE}
dd if=bootst of=${NTAPE}
dd if=bsd of=${NTAPE} bs=2k conv=sync
<  ${TAPE}
