summaryrefslogtreecommitdiff
path: root/distrib
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2014-02-27 19:26:51 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2014-02-27 19:26:51 +0000
commit56faab10d9202c166837bd8d61c0f12ce1ca50a4 (patch)
tree0aa5348edca73f5a2634cf4e3f6d8ef6304cb9ed /distrib
parent2c01288f1034c061efbc54ae1d0523e5384ecd90 (diff)
fewer mentions of SunOS
Diffstat (limited to 'distrib')
-rw-r--r--distrib/notes/m4.common18
1 files changed, 6 insertions, 12 deletions
diff --git a/distrib/notes/m4.common b/distrib/notes/m4.common
index 06e0ea7b99e..885f62f617e 100644
--- a/distrib/notes/m4.common
+++ b/distrib/notes/m4.common
@@ -1,5 +1,5 @@
dnl
-dnl $OpenBSD: m4.common,v 1.103 2014/02/27 18:04:28 tedu Exp $
+dnl $OpenBSD: m4.common,v 1.104 2014/02/27 19:26:50 tedu Exp $
dnl
dnl Copyright (c) 2004 Todd T. Fries <todd@OpenBSD.org>
dnl
@@ -962,22 +962,16 @@ define({:-OpenBSDXferFloppyFromDOS-:},
(i.e. read-only).-:})dnl
dnl
define({:-OpenBSDXferFloppyFromUNIX-:},
-{:-Creating a bootable floppy disk using SunOS, Solaris or other Un*x-like
-system:
+{:-Creating a bootable floppy disk using a Un*x-like system:
First, you will need obtain a local copy of the bootable filesystem
- image as described above. If possible use the sha1(1) command to
+ image as described above. If possible use the sha256(1) command to
verify the checksums of the images vs. the values in the SHA256 file
on the mirror site.
Next, use the dd(1) utility to copy the file to the floppy drive.
- The command would likely be, under SunOS:
+ The command would likely be, under OpenBSD:
dd if=floppy{:--:}OSrev.fs of=/dev/rfd0c bs=36b
- and, under Solaris:
- dd if=floppy{:--:}OSrev.fs of=/dev/rdiskette0 bs=36b
- unless the volume management daemon, vold(1M), is running, in
- which case the following command is preferable:
- dd if=floppy{:--:}OSrev.fs of=/vol/dev/rdiskette0 bs=36b
If you are using another operating system, you may have to adapt
this to conform to local naming conventions for the floppy and
@@ -1033,7 +1027,7 @@ define({:-OpenBSDXferBareTape-:},
cd .../OSREV/MACHINE
sh -x /tmp/maketape
- If you're using a system other than OpenBSD or SunOS, the tape
+ If you're using a system other than OpenBSD, the tape
name and other requirements may change. You can override the
default device name (/dev/nrst0) with the TAPE environment
variable. For example, under Solaris, you would probably run:
@@ -1093,7 +1087,7 @@ ifelse(X$4,X,,{:- dd of=${TAPE} if=$4
cd .../OSREV/MACHINE
sh -x /tmp/maketape noboot
- If you're using a system other than OpenBSD or SunOS, the tape
+ If you're using a system other than OpenBSD, the tape
name and other requirements may change. You can override the
default device name (/dev/nrst0) with the TAPE environment
variable. For example, under Solaris, you would probably run: