change references to /usr/sbin/installboot
This commit is contained in:
parent
4ec732199e
commit
102d350f21
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: install,v 1.29 2001/08/26 12:08:07 simonb Exp $
|
||||
.\" $NetBSD: install,v 1.30 2002/05/08 04:13:14 lukem Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1999, 2000 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -242,7 +242,7 @@ use the following commands:
|
|||
.Pp
|
||||
.Dl # Ic "cd /"
|
||||
.Dl # Ic "tar -zxpvf .../\*M/installation/misc/bootblocks.tgz"
|
||||
.Dl # Ic "/usr/mdec/installboot /dev/rrz" Ns Ar X Ns Ic "c /usr/mdec/bootxx_ffs"
|
||||
.Dl # Ic "/usr/sbin/installboot /dev/rrz" Ns Ar X Ns Ic "c /usr/mdec/bootxx_ffs"
|
||||
.Pp
|
||||
where
|
||||
.Ar X
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: upgrade,v 1.1 2001/12/17 21:39:52 fredette Exp $
|
||||
.\" $NetBSD: upgrade,v 1.2 2002/05/08 04:13:15 lukem Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1999, 2000 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -126,7 +126,7 @@ Install a new boot block:
|
|||
.Dl # Ic "cd /usr/mdec"
|
||||
.Dl # Ic "cp -p \&./ufsboot /mnt/ufsboot"
|
||||
.Dl # Ic "sync ; sleep 1 ; sync"
|
||||
.Dl # Ic "\&./installboot -v /ufsboot bootxx /dev/rsd0a"
|
||||
.Dl # Ic "/usr/sbin/installboot -v /dev/rsd0a bootxx /ufsboot"
|
||||
.It
|
||||
Sync the file systems:
|
||||
.Pp
|
||||
|
|
Loading…
Reference in New Issue