diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2000-05-03 03:27:13 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2000-05-03 03:27:13 +0000 |
commit | a03fb5763281085690eab95e25e72e835795c139 (patch) | |
tree | 8328b223419676457f422e0c4d452aae09a2dd41 /distrib | |
parent | 7bce6dfca1210478344835b24ef6bc008c54040a (diff) |
Get the X11 files to go on tape instead of error messages, in the
automatized tape setup instructions
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/notes/sparc/xfer | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/distrib/notes/sparc/xfer b/distrib/notes/sparc/xfer index 3a4ecf8980e..fae8b50ca88 100644 --- a/distrib/notes/sparc/xfer +++ b/distrib/notes/sparc/xfer @@ -222,7 +222,7 @@ To install or upgrade OpenBSD using a tape, you need to do the following: #! /bin/sh tape=/dev/nrst0 mt -f ${tape} rewind - for file in base etc comp game man misc x* + for file in base etc comp game man misc xbase xfont xserv xshare do dd if=${file}OSrev.tgz of=${tape} done |