diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2002-04-04 21:13:33 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2002-04-04 21:13:33 +0000 |
commit | 49516e520c70c22745c04721f6857fccd72a6588 (patch) | |
tree | 2af5615f4d284a76d52f33d9c6e44ab946451301 /distrib/notes/sparc64 | |
parent | 590872a07aa514bd8af6d6d829a97b3f94e046ad (diff) |
Correct solaris dev names; William Yodlowsky <bsd@openbsd.rutgers.edu>
Diffstat (limited to 'distrib/notes/sparc64')
-rw-r--r-- | distrib/notes/sparc64/xfer | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/distrib/notes/sparc64/xfer b/distrib/notes/sparc64/xfer index fc829ff9496..6682d339ab7 100644 --- a/distrib/notes/sparc64/xfer +++ b/distrib/notes/sparc64/xfer @@ -1,4 +1,4 @@ -dnl $OpenBSD: xfer,v 1.14 2002/03/23 23:58:50 miod Exp $ +dnl $OpenBSD: xfer,v 1.15 2002/04/04 21:13:32 jason Exp $ Installation is supported from several media types, including: CD-ROM (NOT supported if booting from floppy) @@ -53,9 +53,9 @@ Creating a bootable hard disk using SunOS, Solaris or other Un*x-like system: - or - dd if=miniroot{:--:}OSrev.fs of=/dev/rsd0b bs=36b and under Solaris: - dd if=floppy{:--:}OSrev.fs of=/dev/c0t0d0s1 bs=36b + dd if=floppy{:--:}OSrev.fs of=/dev/rdsk/c0t0d0s1 bs=36b - or - - dd if=miniroot{:--:}OSrev.fs of=/dev/c0t0d0s1 bs=36b + dd if=miniroot{:--:}OSrev.fs of=/dev/rdsk/c0t0d0s1 bs=36b The blocksize is arbitrary as long as it's a multiple of 512-bytes and within the maximum supported by the driver, i.e. bs=126b may |