diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2015-03-27 20:40:37 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2015-03-27 20:40:37 +0000 |
commit | 74c5bcb31f697a53ddd7242a6a0d1da119f2b51f (patch) | |
tree | 35bb4cb57163a365894d7d87dd64a56e894ee3d1 /distrib/notes | |
parent | bb799bdf7d658e836cca5fc08a1eb0752d63a706 (diff) |
Fix horrible typo in the sun4e netboot instructions causing them to be
ineffective.
Diffstat (limited to 'distrib/notes')
-rw-r--r-- | distrib/notes/sparc/install | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/notes/sparc/install b/distrib/notes/sparc/install index 369f19df6a1..f59a0a91b57 100644 --- a/distrib/notes/sparc/install +++ b/distrib/notes/sparc/install @@ -1,4 +1,4 @@ -dnl $OpenBSD: install,v 1.76 2015/01/11 21:02:55 miod Exp $ +dnl $OpenBSD: install,v 1.77 2015/03/27 20:40:36 miod Exp $ OpenBSDInstallPrelude({:-SMD disks-:}) There are several ways to install OpenBSD onto a disk. The normal way @@ -409,7 +409,7 @@ distribution. Unfortunately, many, if not all, sun4e PROM have a bug and fail to load a file which size is a multiple of 512 bytes. If you are trying to netboot a sun4e system, simply append some bytes to the file, like this: - dd if=/dev/zero bs=32b count=1 >> boot.net + dd if=/dev/zero bs=32 count=1 >> boot.net After the boot program has been loaded into memory and given control by the PROM, it starts locating the machine's remote root directory through |