diff options
author | 1997-09-30 22:23:57 +0000 | |
---|---|---|
committer | 1997-09-30 22:23:57 +0000 | |
commit | 3aa9c36f1da244899dcba450ca11ae20fc75a43e (patch) | |
tree | ca6545e8bd4b56c14d534679c585fb60799a302c | |
parent | fix sysctl() call. This code was never tested was it (diff) | |
download | wireguard-openbsd-3aa9c36f1da244899dcba450ca11ae20fc75a43e.tar.xz wireguard-openbsd-3aa9c36f1da244899dcba450ca11ae20fc75a43e.zip |
EXAMPLES
-rw-r--r-- | sys/arch/i386/stand/installboot/installboot.8 | 23 |
1 files changed, 22 insertions, 1 deletions
diff --git a/sys/arch/i386/stand/installboot/installboot.8 b/sys/arch/i386/stand/installboot/installboot.8 index 281b7e6ac58..93188136f34 100644 --- a/sys/arch/i386/stand/installboot/installboot.8 +++ b/sys/arch/i386/stand/installboot/installboot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: installboot.8,v 1.9 1997/09/24 10:37:22 downsj Exp $ +.\" $OpenBSD: installboot.8,v 1.10 1997/09/30 22:23:57 deraadt Exp $ .\" .\" Copyright (c) 1997 Michael Shalayeff .\" All rights reserved. @@ -119,6 +119,27 @@ partition is always used to represent the .Dq entire disk on i386. .El +.Sh EXAMPLE +The typical use is +.Pp +.Dl # cp /usr/mdec/boot /boot +.Dl # /usr/mdec/installboot -v -n /boot /usr/mdec/biosboot sd0 +.Pp +And if the information supplied looks right, run the above without the +.Fl n +flag. +.Pp +If you are replacing much older versions of the bootblocks on your +drive, you will need to use the +.Fl s +and +.Fl h +arguments to installboot to properly install the bootblocks. You can +either get these figures in your BIOS, or by booting a new floppy +and typing +.Pp +.Dl boot> machine diskinfo +.Pp .Sh BUGS The disklabel .Va d_type |