The Unix Heritage Society mailing list
 help / color / mirror / Atom feed
From: luvisi@andru.sonoma.edu (Andru Luvisi)
Subject: [pups] Making a TK50 2.11BSD boot tape for an 11/73
Date: Thu, 16 Jan 2003 10:01:35 -0800 (PST)	[thread overview]
Message-ID: <Pine.LNX.4.44.0301160958120.11570-100000@gladen> (raw)
In-Reply-To: <20030116123354.E28733@bcr10.uwaterloo.ca>

On Thu, 16 Jan 2003, David Evans wrote:
[snip]
>   If you could do something like
>
> (dd if=mtboot sync bs=512 |+ dd if=mtboot sync bs=512 |+ dd if=boot sync bs=512) | dd of=/dev/whatever obs=512
>
> in order to concatenate the multiple copies of mtboot then all would be well.

How about:
(
  dd if=mtboot conv=sync bs=512
  dd if=mtboot conv=sync bs=512
  dd if=boot conv=sync bs=512
) |dd of=/dev/whatever bs=512

Andru
-- 
Andru Luvisi, Programmer/Analyst

Quote Of The Moment:
  It has been said very justly that every virtue is, as it were, a
  middle course between two opposite vices. Thus, courage is midway
  between cowardice and rashness; thrift is midway between
  acquisitiveness and improvidence; morality is midway between prudery
  and licentiousness; and so forth. In like manner, justification stands
  half-way between the faults of pedantry, on the one hand, and the
  failures of ignorance, on the other.
  
  	- Nevil Maskelyne




  reply	other threads:[~2003-01-16 18:01 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-01-15 20:48 David Evans
2003-01-15 21:50 ` Jochen Kunz
2003-01-16 14:40   ` David Evans
2003-01-16 15:53     ` Andru Luvisi
2003-01-16 16:06       ` David Evans
2003-01-16 17:28         ` Johnny Billquist
2003-01-16 17:33           ` David Evans
2003-01-16 18:01             ` Andru Luvisi [this message]
2003-01-16 17:55               ` David Evans
2003-01-16 17:42           ` Andru Luvisi
2003-01-16 17:40             ` Johnny Billquist
2003-01-16 17:45               ` David Evans
2003-01-16 17:34         ` Andru Luvisi
2003-01-16 17:30           ` David Evans
2003-01-16 17:39         ` Jochen Kunz
2003-01-16 18:24 ` emanuel stiebler
2003-01-16 18:59   ` David Evans
2003-01-16 19:45     ` emanuel stiebler
2003-01-16 17:53 Norman Wilson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Pine.LNX.4.44.0301160958120.11570-100000@gladen \
    --to=luvisi@andru.sonoma.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).