diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 1998-08-02 05:23:32 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 1998-08-02 05:23:32 +0000 |
commit | ead3b1a21b6acebf8eb35ee4f94bc09bb72ed5fa (patch) | |
tree | 6e88c0e5d8cd059140fa4b46bb24b9e17b14308f | |
parent | e800444ce2f8026e59793866c970a20bba7aabd3 (diff) |
comment a comment 4 m4
-rw-r--r-- | distrib/notes/pmax/install | 2 | ||||
-rw-r--r-- | distrib/notes/sparc/install | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/distrib/notes/pmax/install b/distrib/notes/pmax/install index 13b3870b314..df6a6606f8d 100644 --- a/distrib/notes/pmax/install +++ b/distrib/notes/pmax/install @@ -28,7 +28,7 @@ onto the pmax which allows you to write to the raw disk - i.e. on all UN*X like operating systems it should work using "dd". On OpenBSD as well as SunOS you use a command like: - # dd if=simpleroot{:--:}OSrev.fs of=/dev/rsd0c bs=20b + {:-#-:} dd if=simpleroot{:--:}OSrev.fs of=/dev/rsd0c bs=20b Especially on OpenBSD/pmax you'll have to use /dev/rrz0c or something like that instead of /dev/rsd0c. diff --git a/distrib/notes/sparc/install b/distrib/notes/sparc/install index ebc2da39faf..b5749a5bf3b 100644 --- a/distrib/notes/sparc/install +++ b/distrib/notes/sparc/install @@ -493,7 +493,7 @@ You can now extract the provided "*.tar.gz files onto your disk. comp{:--:}OSrev.tar.gz game{:--:}OSrev.tar.gz misc{:--:}OSrev.tar.gz text{:--:}OSrev.tar.gz xbase{:--:}OSrev.tar.gz xfont{:--:}OSrev.tar.gz xserv{:--:}OSrev.tar.gz bsd bsd.scsi3 - sunos# gunzip < base{:--:}OSrev.tar.gz | (cd /mnt; gtar xvpf -) + sunos{:-#-:} gunzip < base{:--:}OSrev.tar.gz | (cd /mnt; gtar xvpf -) [...] for each set And finally copy an OpenBSD kernel (either bsd or bsd.scsi3) onto your disk. |