s/hierach/hierarch/
This commit is contained in:
parent
7b29bb5990
commit
67cf5ffde0
@ -1,4 +1,4 @@
|
||||
# $NetBSD: install.md,v 1.34 2021/11/02 22:02:42 abs Exp $
|
||||
# $NetBSD: install.md,v 1.35 2022/05/28 21:57:39 andvar Exp $
|
||||
#
|
||||
#
|
||||
# Copyright (c) 1996,2006 The NetBSD Foundation, Inc.
|
||||
@ -368,7 +368,7 @@ md_mv_aout_libs()
|
||||
if [ -d $root/emul/aout/. ]; then
|
||||
echo "Using existing /emul/aout directory"
|
||||
else
|
||||
echo "Creating /emul/aout hierachy"
|
||||
echo "Creating /emul/aout hierarchy"
|
||||
mkdir -p $root/usr/aout || return 1
|
||||
|
||||
if [ ! -d $root/emul ]; then
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: install.md,v 1.25 2021/11/02 22:02:42 abs Exp $
|
||||
# $NetBSD: install.md,v 1.26 2022/05/28 21:57:39 andvar Exp $
|
||||
#
|
||||
#
|
||||
# Copyright (c) 1996 The NetBSD Foundation, Inc.
|
||||
@ -318,7 +318,7 @@ md_mv_aout_libs()
|
||||
if [ -d $root/emul/aout/. ]; then
|
||||
echo "Using existing /emul/aout directory"
|
||||
else
|
||||
echo "Creating /emul/aout hierachy"
|
||||
echo "Creating /emul/aout hierarchy"
|
||||
mkdir -p $root/usr/aout || return 1
|
||||
|
||||
if [ ! -d $root/emul ]; then
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: targets,v 1.2 2006/02/16 19:30:57 agc Exp $
|
||||
# $NetBSD: targets,v 1.3 2022/05/28 21:57:39 andvar Exp $
|
||||
#
|
||||
# Structure of this file:
|
||||
#
|
||||
@ -6,7 +6,7 @@
|
||||
# it's the lowest common storage denominator
|
||||
# at least one is needed
|
||||
# + a device is made up of one or more extents or other devices
|
||||
# devices can be added in a hierachical manner, to enhance resilience
|
||||
# devices can be added in a hierarchical manner, to enhance resilience
|
||||
# + in this example, no device definitions are necessary, as the target
|
||||
# will just use a simple extent for persistent storage
|
||||
# + a target is made up of 1 or more devices
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# a config for hierachical sharing
|
||||
# a config for hierarchical sharing
|
||||
#
|
||||
|
||||
interface pvc0 bandwidth 45M hfsc
|
||||
|
Loading…
Reference in New Issue
Block a user