|
|||||||||||
|
sparc tape install of OpenBSD 3.2
From: Kurt Nowak <knowak(at)alumni.calpoly.edu>
Date: Mon Jan 27 2003 - 21:56:07 EST
ok boot tape:1 <snip>...device address message >>OpenBSD BOOT 2.2
This is the tape script that I'm using with my Solaris Box #! /bin/sh
TAPE=${TAPE:-/dev/rmt/0n}
mt -f ${TAPE} rewind
if test $# -lt 1
then
dd of=${TAPE} if=bsd.rd obs=8k conv=sync
dd of=${TAPE} if=boot obs=8k conv=sync
fi
for file in base etc comp game man misc xbase xfont xserv xshare
do
dd if=${file}32.tgz of=${TAPE} obs=8k conv=sync
done
tar cf ${TAPE} bsd
mt -f ${TAPE} offline
# end of script
Any suggestions? Kurt Nowak Received on Mon Jan 27 21:55:53 2003 This archive was generated by hypermail 2.1.8 : Wed Aug 23 2006 - 13:29:48 EDT |
||||||||||
|
|||||||||||